Add support for a WT_CURSOR.reconfigure method, reference #1381.

This commit is contained in:
Keith Bostic
2014-12-11 19:32:50 -05:00
parent 9b33b7c46a
commit 4c26d2324b
23 changed files with 312 additions and 140 deletions

View File

@@ -13,7 +13,11 @@ COPYDOC(__wt_cursor, WT_CURSOR, search_near)
COPYDOC(__wt_cursor, WT_CURSOR, insert)
COPYDOC(__wt_cursor, WT_CURSOR, update)
COPYDOC(__wt_cursor, WT_CURSOR, remove)
COPYDOC(__wt_cursor, WT_CURSOR, reconfigure)
COPYDOC(__wt_cursor, WT_CURSOR, close)
COPYDOC(__wt_cursor, WT_CURSOR, insert_orig)
COPYDOC(__wt_cursor, WT_CURSOR, remove_orig)
COPYDOC(__wt_cursor, WT_CURSOR, update_orig)
COPYDOC(__wt_async_op, WT_ASYNC_OP, get_key)
COPYDOC(__wt_async_op, WT_ASYNC_OP, get_value)
COPYDOC(__wt_async_op, WT_ASYNC_OP, set_key)