Support new configuration options added by the applications, using a new

method, WT_CONNECTION::configure_method.

For some reason I can'quite figure out, this set of changes made lint run a
bunch better on some sources, and showed up a few different uninitialized
variables in error paths.  Got me why, but they're real, and I fixed them.
This commit is contained in:
Keith Bostic
2013-04-09 20:17:58 -04:00
parent e7362450cb
commit 89b23edbdc
27 changed files with 411 additions and 112 deletions

View File

@@ -31,6 +31,7 @@ COPYDOC(__wt_session, WT_SESSION, rollback_transaction)
COPYDOC(__wt_session, WT_SESSION, checkpoint)
COPYDOC(__wt_connection, WT_CONNECTION, close)
COPYDOC(__wt_connection, WT_CONNECTION, reconfigure)
COPYDOC(__wt_connection, WT_CONNECTION, configure_method)
COPYDOC(__wt_connection, WT_CONNECTION, is_new)
COPYDOC(__wt_connection, WT_CONNECTION, open_session)
COPYDOC(__wt_connection, WT_CONNECTION, load_extension)