Don't allow "readonly" to be reconfigured on cursors.

refs #1467
This commit is contained in:
Michael Cahill
2015-01-17 05:15:04 +11:00
parent eb1511f3f1
commit 1b033e5b2b
8 changed files with 17 additions and 51 deletions

View File

@@ -15,9 +15,6 @@ 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, update_orig)
COPYDOC(__wt_cursor, WT_CURSOR, remove_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)