summaryrefslogtreecommitdiff
path: root/dist/flags.py
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-08-25 09:54:26 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-08-25 09:54:26 +1000
commit470648d1fe51287f260d133282adf8b3f7c7004d (patch)
treeb4db290dfc1b57ecaf2021ac5ccfdf80d99b6364 /dist/flags.py
parent957daed3f7b46180f35127d6e0fc02b2ccfbb83a (diff)
downloadmongo-470648d1fe51287f260d133282adf8b3f7c7004d.tar.gz
SERVER-19990 Don't assert on eviction of live updates from dead trees.
Diffstat (limited to 'dist/flags.py')
-rw-r--r--dist/flags.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/flags.py b/dist/flags.py
index c8d9bcc6a5e..72dc08628ba 100644
--- a/dist/flags.py
+++ b/dist/flags.py
@@ -12,7 +12,6 @@ flags = {
'SYNC_CHECKPOINT',
'SYNC_CLOSE',
'SYNC_DISCARD',
- 'SYNC_DISCARD_FORCE',
'SYNC_WRITE_LEAVES',
],
'file_types' : [
@@ -107,7 +106,6 @@ flags = {
'session' : [
'SESSION_CAN_WAIT',
'SESSION_CLEAR_EVICT_WALK',
- 'SESSION_DISCARD_FORCE',
'SESSION_LOCKED_CHECKPOINT',
'SESSION_LOCKED_HANDLE_LIST',
'SESSION_LOCKED_SCHEMA',