Added CHOOSE to enumvals for Oracle parameter optimizer_mode

This commit is contained in:
dvanaken 2020-01-13 02:57:00 -05:00 committed by Dana Van Aken
parent 2f79bfdc17
commit bcad0fa017
4 changed files with 4 additions and 4 deletions

View File

@ -336,7 +336,7 @@ def set_field(fields):
fields['minval'] = None
fields['maxval'] = None
fields['vartype'] = 5
fields['enumvals'] = 'FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS'
fields['enumvals'] = 'FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS,CHOOSE'
if fields['name'].lower() == 'workarea_size_policy':
fields['default'] = 'AUTO'
fields['minval'] = None

View File

@ -5246,7 +5246,7 @@
"scope": "global",
"dbms": 121,
"category": "",
"enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS",
"enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS,CHOOSE",
"context": "",
"unit": 3,
"tunable": false,

View File

@ -5892,7 +5892,7 @@
"scope": "global",
"dbms": 12,
"category": "",
"enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS",
"enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS,CHOOSE",
"context": "",
"unit": 3,
"tunable": false,

View File

@ -6253,7 +6253,7 @@
"scope": "global",
"dbms": 19,
"category": "",
"enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS",
"enumvals": "FIRST_ROWS_1,FIRST_ROWS_10,FIRST_ROWS_100,FIRST_ROWS_1000,FIRST_ROWS,ALL_ROWS,CHOOSE",
"context": "",
"unit": 3,
"tunable": false,