blob: 702b07ef00096a025f18dbd980c9486b574e92ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
/*
* DO NOT EDIT: automatically built by dist/flags.py.
* flags section: BEGIN
*/
#define WT_CACHE_POOL_RUN 0x00000001
#define WT_CONN_CACHE_POOL 0x00000020
#define WT_CONN_CKPT_SYNC 0x00000010
#define WT_CONN_EVICTION_RUN 0x00000008
#define WT_CONN_LSM_MERGE 0x00000004
#define WT_CONN_PANIC 0x00000002
#define WT_CONN_SERVER_RUN 0x00000001
#define WT_EVICTION_SERVER_LOCKED 0x00000004
#define WT_FILE_TYPE_CHECKPOINT 0x00000004
#define WT_FILE_TYPE_DATA 0x00000002
#define WT_FILE_TYPE_LOG 0x00000001
#define WT_LOGSCAN_FIRST 0x00000008
#define WT_LOGSCAN_FROM_CKP 0x00000004
#define WT_LOGSCAN_ONE 0x00000002
#define WT_LOGSCAN_RECOVER 0x00000001
#define WT_LOG_DSYNC 0x00000002
#define WT_LOG_FSYNC 0x00000001
#define WT_READ_CACHE 0x00000100
#define WT_READ_COMPACT 0x00000080
#define WT_READ_NO_GEN 0x00000040
#define WT_READ_NO_WAIT 0x00000020
#define WT_READ_PREV 0x00000010
#define WT_READ_SKIP_INTL 0x00000008
#define WT_READ_SKIP_LEAF 0x00000004
#define WT_READ_TRUNCATE 0x00000002
#define WT_READ_WONT_NEED 0x00000001
#define WT_SESSION_INTERNAL 0x00000080
#define WT_SESSION_LOGGING_INMEM 0x00000040
#define WT_SESSION_NO_CACHE 0x00000020
#define WT_SESSION_NO_CACHE_CHECK 0x00000010
#define WT_SESSION_NO_LOGGING 0x00000008
#define WT_SESSION_NO_SCHEMA_LOCK 0x00000004
#define WT_SESSION_SALVAGE_CORRUPT_OK 0x00000002
#define WT_SESSION_SCHEMA_LOCKED 0x00000001
#define WT_SKIP_UPDATE_ERR 0x00000002
#define WT_SKIP_UPDATE_QUIT 0x00000001
#define WT_SYNC_CHECKPOINT 0x00000008
#define WT_SYNC_DISCARD 0x00000004
#define WT_SYNC_DISCARD_NOWRITE 0x00000002
#define WT_SYNC_WRITE_LEAVES 0x00000001
#define WT_TXN_LOG_CKPT_FAIL 0x00000008
#define WT_TXN_LOG_CKPT_PREPARE 0x00000004
#define WT_TXN_LOG_CKPT_START 0x00000002
#define WT_TXN_LOG_CKPT_STOP 0x00000001
#define WT_VERB_block 0x00020000
#define WT_VERB_ckpt 0x00010000
#define WT_VERB_compact 0x00008000
#define WT_VERB_evict 0x00004000
#define WT_VERB_evictserver 0x00002000
#define WT_VERB_fileops 0x00001000
#define WT_VERB_log 0x00000800
#define WT_VERB_lsm 0x00000400
#define WT_VERB_mutex 0x00000200
#define WT_VERB_overflow 0x00000100
#define WT_VERB_read 0x00000080
#define WT_VERB_reconcile 0x00000040
#define WT_VERB_recovery 0x00000020
#define WT_VERB_salvage 0x00000010
#define WT_VERB_shared_cache 0x00000008
#define WT_VERB_verify 0x00000004
#define WT_VERB_version 0x00000002
#define WT_VERB_write 0x00000001
/*
* flags section: END
* DO NOT EDIT: automatically built by dist/flags.py.
*/
|