summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/flags.h')
-rw-r--r--src/third_party/wiredtiger/src/include/flags.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/third_party/wiredtiger/src/include/flags.h b/src/third_party/wiredtiger/src/include/flags.h
index 1d7173743e5..71fc54f9eac 100644
--- a/src/third_party/wiredtiger/src/include/flags.h
+++ b/src/third_party/wiredtiger/src/include/flags.h
@@ -42,18 +42,18 @@
#define WT_SESSION_CAN_WAIT 0x00000001
#define WT_SESSION_CLEAR_EVICT_WALK 0x00000002
#define WT_SESSION_DISCARD_FORCE 0x00000004
-#define WT_SESSION_HANDLE_LIST_LOCKED 0x00000008
-#define WT_SESSION_INTERNAL 0x00000010
-#define WT_SESSION_LOGGING_INMEM 0x00000020
-#define WT_SESSION_NO_CACHE 0x00000040
-#define WT_SESSION_NO_CACHE_CHECK 0x00000080
-#define WT_SESSION_NO_DATA_HANDLES 0x00000100
-#define WT_SESSION_NO_LOGGING 0x00000200
-#define WT_SESSION_NO_SCHEMA_LOCK 0x00000400
-#define WT_SESSION_SALVAGE_CORRUPT_OK 0x00000800
-#define WT_SESSION_SCHEMA_LOCKED 0x00001000
-#define WT_SESSION_SERVER_ASYNC 0x00002000
-#define WT_SESSION_TABLE_LOCKED 0x00004000
+#define WT_SESSION_INTERNAL 0x00000008
+#define WT_SESSION_LOCKED_HANDLE_LIST 0x00000010
+#define WT_SESSION_LOCKED_SCHEMA 0x00000020
+#define WT_SESSION_LOCKED_TABLE 0x00000040
+#define WT_SESSION_LOGGING_INMEM 0x00000080
+#define WT_SESSION_NO_CACHE 0x00000100
+#define WT_SESSION_NO_CACHE_CHECK 0x00000200
+#define WT_SESSION_NO_DATA_HANDLES 0x00000400
+#define WT_SESSION_NO_LOGGING 0x00000800
+#define WT_SESSION_NO_SCHEMA_LOCK 0x00001000
+#define WT_SESSION_SALVAGE_CORRUPT_OK 0x00002000
+#define WT_SESSION_SERVER_ASYNC 0x00004000
#define WT_SKIP_UPDATE_ERR 0x00000002
#define WT_SKIP_UPDATE_RESTORE 0x00000004
#define WT_SYNC_CHECKPOINT 0x00000001