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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user