summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-06-09 16:46:24 -0400
committerKeith Bostic <keith@wiredtiger.com>2013-06-09 16:46:24 -0400
commit05993c03275b1a5fc36e24808567b38451c07086 (patch)
treeaaa6904e528e7010ecbead80fcd14ca66e536dd5
parent8a2458dbbfee860870fc8623fcf0a81472c8fea7 (diff)
downloadmongo-05993c03275b1a5fc36e24808567b38451c07086.tar.gz
Memrata says don't support KVS_O_SCAN, remove a KVS_O_RECLAIM use I
missed when upgrading to 4.1.
-rw-r--r--ext/test/memrata/memrata.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/test/memrata/memrata.c b/ext/test/memrata/memrata.c
index 4f5ff42190d..bbb94fb8db8 100644
--- a/ext/test/memrata/memrata.c
+++ b/ext/test/memrata/memrata.c
@@ -772,8 +772,6 @@ static const KVS_OPTIONS kvs_options[] = {
* KVS_O_FLAG flag configuration
*/
{ "kvs_open_o_debug=0", "boolean", NULL },
- { "kvs_open_o_reclaim=0", "boolean", NULL },
- { "kvs_open_o_scan=0", "boolean", NULL },
{ "kvs_open_o_truncate=0", "boolean", NULL },
{ NULL, NULL, NULL }
@@ -954,7 +952,6 @@ kvs_config_read(WT_EXTENSION_API *wtext,
* it in.
*/
KVS_FLAG_SET("kvs_open_o_debug", KVS_O_DEBUG);
- KVS_FLAG_SET("kvs_open_o_scan", KVS_O_SCAN);
KVS_FLAG_SET("kvs_open_o_truncate", KVS_O_TRUNCATE);
}
return (0);