From 9bfc977a00456bb79bdf0a4b34107d8c399c5125 Mon Sep 17 00:00:00 2001 From: Jan Jakes Date: Fri, 27 Sep 2024 15:40:47 +0200 Subject: [PATCH] Fix "GRANT" and "REVOKE" by adjusting grammar rules to solve conflicts --- .../MySQLParser-factored.json | 3398 ++++++++--------- .../MySQLParser-manually-factored.ebnf | 9 +- .../MySQLParser-manually-factored.json | 2690 +++++++------ custom-parser/parser/grammar.php | 2 +- tests/parser/data/failures.csv | 440 --- tests/parser/data/stats.txt | 2 +- 6 files changed, 3041 insertions(+), 3500 deletions(-) diff --git a/custom-parser/grammar-factoring/MySQLParser-factored.json b/custom-parser/grammar-factoring/MySQLParser-factored.json index 345104d..537f51a 100644 --- a/custom-parser/grammar-factoring/MySQLParser-factored.json +++ b/custom-parser/grammar-factoring/MySQLParser-factored.json @@ -9008,70 +9008,7 @@ ] }, { - "name": "%%grantIdentifier519520", - "bnf": [ - [ - "DOT_SYMBOL", - "MULT_OPERATOR" - ] - ] - }, - { - "name": "%grantIdentifier519", - "bnf": [ - [ - "MULT_OPERATOR", - "%%grantIdentifier519520_zero_or_one" - ] - ] - }, - { - "name": "%%grantIdentifier521522", - "bnf": [ - [ - "DOT_SYMBOL", - "MULT_OPERATOR" - ] - ] - }, - { - "name": "%grantIdentifier521", - "bnf": [ - [ - "schemaRef", - "%%grantIdentifier521522_zero_or_one" - ] - ] - }, - { - "name": "%grantIdentifier523", - "bnf": [ - [ - "schemaRef", - "DOT_SYMBOL", - "tableRef" - ] - ] - }, - { - "name": "grantIdentifier", - "bnf": [ - [ - "%grantIdentifier519" - ], - [ - "%grantIdentifier521" - ], - [ - "tableRef" - ], - [ - "%grantIdentifier523" - ] - ] - }, - { - "name": "%requireList524", + "name": "%requireList519", "bnf": [ [ "AND_SYMBOL_zero_or_one", @@ -9084,12 +9021,12 @@ "bnf": [ [ "requireListElement", - "%requireList524_zero_or_more" + "%requireList519_zero_or_more" ] ] }, { - "name": "%requireListElement525", + "name": "%requireListElement520", "bnf": [ [ "CIPHER_SYMBOL", @@ -9098,7 +9035,7 @@ ] }, { - "name": "%requireListElement526", + "name": "%requireListElement521", "bnf": [ [ "ISSUER_SYMBOL", @@ -9107,7 +9044,7 @@ ] }, { - "name": "%requireListElement527", + "name": "%requireListElement522", "bnf": [ [ "SUBJECT_SYMBOL", @@ -9119,18 +9056,18 @@ "name": "requireListElement", "bnf": [ [ - "%requireListElement525" + "%requireListElement520" ], [ - "%requireListElement526" + "%requireListElement521" ], [ - "%requireListElement527" + "%requireListElement522" ] ] }, { - "name": "%grantOption528", + "name": "%grantOption523", "bnf": [ [ "GRANT_SYMBOL", @@ -9139,7 +9076,7 @@ ] }, { - "name": "%grantOption529", + "name": "%grantOption524", "bnf": [ [ "MAX_QUERIES_PER_HOUR_SYMBOL", @@ -9148,7 +9085,7 @@ ] }, { - "name": "%grantOption530", + "name": "%grantOption525", "bnf": [ [ "MAX_UPDATES_PER_HOUR_SYMBOL", @@ -9157,7 +9094,7 @@ ] }, { - "name": "%grantOption531", + "name": "%grantOption526", "bnf": [ [ "MAX_CONNECTIONS_PER_HOUR_SYMBOL", @@ -9166,7 +9103,7 @@ ] }, { - "name": "%grantOption532", + "name": "%grantOption527", "bnf": [ [ "MAX_USER_CONNECTIONS_SYMBOL", @@ -9178,24 +9115,24 @@ "name": "grantOption", "bnf": [ [ - "%grantOption528" + "%grantOption523" ], [ - "%grantOption529" + "%grantOption524" ], [ - "%grantOption530" + "%grantOption525" ], [ - "%grantOption531" + "%grantOption526" ], [ - "%grantOption532" + "%grantOption527" ] ] }, { - "name": "%setRole533", + "name": "%setRole528", "bnf": [ [ "SET_SYMBOL", @@ -9205,7 +9142,7 @@ ] }, { - "name": "%%setRole534535", + "name": "%%setRole529530", "bnf": [ [ "NONE_SYMBOL" @@ -9216,17 +9153,17 @@ ] }, { - "name": "%setRole534", + "name": "%setRole529", "bnf": [ [ "SET_SYMBOL", "ROLE_SYMBOL", - "%%setRole534535" + "%%setRole529530" ] ] }, { - "name": "%%setRole536537", + "name": "%%setRole531532", "bnf": [ [ "roleList" @@ -9240,20 +9177,20 @@ ] }, { - "name": "%setRole536", + "name": "%setRole531", "bnf": [ [ "SET_SYMBOL", "DEFAULT_SYMBOL", "ROLE_SYMBOL", - "%%setRole536537", + "%%setRole531532", "TO_SYMBOL", "roleList" ] ] }, { - "name": "%%setRole538539", + "name": "%%setRole533534", "bnf": [ [ "EXCEPT_SYMBOL", @@ -9262,13 +9199,13 @@ ] }, { - "name": "%setRole538", + "name": "%setRole533", "bnf": [ [ "SET_SYMBOL", "ROLE_SYMBOL", "ALL_SYMBOL", - "%%setRole538539_zero_or_one" + "%%setRole533534_zero_or_one" ] ] }, @@ -9276,21 +9213,21 @@ "name": "setRole", "bnf": [ [ - "%setRole533" + "%setRole528" ], [ - "%setRole534" + "%setRole529" ], [ - "%setRole536" + "%setRole531" ], [ - "%setRole538" + "%setRole533" ] ] }, { - "name": "%roleList540", + "name": "%roleList535", "bnf": [ [ "COMMA_SYMBOL", @@ -9303,12 +9240,12 @@ "bnf": [ [ "role", - "%roleList540_zero_or_more" + "%roleList535_zero_or_more" ] ] }, { - "name": "%%role541542", + "name": "%%role536537", "bnf": [ [ "AT_SIGN_SYMBOL", @@ -9317,10 +9254,10 @@ ] }, { - "name": "%role541", + "name": "%role536", "bnf": [ [ - "%%role541542" + "%%role536537" ], [ "AT_TEXT_SUFFIX" @@ -9332,12 +9269,12 @@ "bnf": [ [ "roleIdentifierOrText", - "%role541_zero_or_one" + "%role536_zero_or_one" ] ] }, { - "name": "%tableAdministrationStatement543", + "name": "%tableAdministrationStatement538", "bnf": [ [ "ANALYZE_SYMBOL", @@ -9349,7 +9286,7 @@ ] }, { - "name": "%tableAdministrationStatement544", + "name": "%tableAdministrationStatement539", "bnf": [ [ "CHECK_SYMBOL", @@ -9360,7 +9297,7 @@ ] }, { - "name": "%%tableAdministrationStatement545546", + "name": "%%tableAdministrationStatement540541", "bnf": [ [ "QUICK_SYMBOL" @@ -9371,18 +9308,18 @@ ] }, { - "name": "%tableAdministrationStatement545", + "name": "%tableAdministrationStatement540", "bnf": [ [ "CHECKSUM_SYMBOL", "TABLE_SYMBOL", "tableRefList", - "%%tableAdministrationStatement545546_zero_or_one" + "%%tableAdministrationStatement540541_zero_or_one" ] ] }, { - "name": "%tableAdministrationStatement547", + "name": "%tableAdministrationStatement542", "bnf": [ [ "OPTIMIZE_SYMBOL", @@ -9393,7 +9330,7 @@ ] }, { - "name": "%tableAdministrationStatement548", + "name": "%tableAdministrationStatement543", "bnf": [ [ "REPAIR_SYMBOL", @@ -9408,24 +9345,24 @@ "name": "tableAdministrationStatement", "bnf": [ [ - "%tableAdministrationStatement543" + "%tableAdministrationStatement538" ], [ - "%tableAdministrationStatement544" + "%tableAdministrationStatement539" ], [ - "%tableAdministrationStatement545" + "%tableAdministrationStatement540" ], [ - "%tableAdministrationStatement547" + "%tableAdministrationStatement542" ], [ - "%tableAdministrationStatement548" + "%tableAdministrationStatement543" ] ] }, { - "name": "%%histogram549550", + "name": "%%histogram544545", "bnf": [ [ "WITH_SYMBOL", @@ -9435,19 +9372,19 @@ ] }, { - "name": "%histogram549", + "name": "%histogram544", "bnf": [ [ "UPDATE_SYMBOL", "HISTOGRAM_SYMBOL", "ON_SYMBOL", "identifierList", - "%%histogram549550_zero_or_one" + "%%histogram544545_zero_or_one" ] ] }, { - "name": "%histogram551", + "name": "%histogram546", "bnf": [ [ "DROP_SYMBOL", @@ -9461,15 +9398,15 @@ "name": "histogram", "bnf": [ [ - "%histogram549" + "%histogram544" ], [ - "%histogram551" + "%histogram546" ] ] }, { - "name": "%checkOption552", + "name": "%checkOption547", "bnf": [ [ "FOR_SYMBOL", @@ -9478,7 +9415,7 @@ ] }, { - "name": "%checkOption553", + "name": "%checkOption548", "bnf": [ [ "QUICK_SYMBOL" @@ -9501,10 +9438,10 @@ "name": "checkOption", "bnf": [ [ - "%checkOption552" + "%checkOption547" ], [ - "%checkOption553" + "%checkOption548" ] ] }, @@ -9523,7 +9460,7 @@ ] }, { - "name": "%installUninstallStatment554", + "name": "%installUninstallStatment549", "bnf": [ [ "INSTALL_SYMBOL", @@ -9535,7 +9472,7 @@ ] }, { - "name": "%installUninstallStatment555", + "name": "%installUninstallStatment550", "bnf": [ [ "INSTALL_SYMBOL", @@ -9545,7 +9482,7 @@ ] }, { - "name": "%installUninstallStatment556", + "name": "%installUninstallStatment551", "bnf": [ [ "UNINSTALL_SYMBOL", @@ -9555,7 +9492,7 @@ ] }, { - "name": "%%installUninstallStatment557558", + "name": "%%installUninstallStatment552553", "bnf": [ [ "COMMA_SYMBOL", @@ -9564,13 +9501,13 @@ ] }, { - "name": "%installUninstallStatment557", + "name": "%installUninstallStatment552", "bnf": [ [ "UNINSTALL_SYMBOL", "COMPONENT_SYMBOL", "componentRef", - "%%installUninstallStatment557558_zero_or_more" + "%%installUninstallStatment552553_zero_or_more" ] ] }, @@ -9578,16 +9515,16 @@ "name": "installUninstallStatment", "bnf": [ [ - "%installUninstallStatment554" + "%installUninstallStatment549" ], [ - "%installUninstallStatment555" + "%installUninstallStatment550" ], [ - "%installUninstallStatment556" + "%installUninstallStatment551" ], [ - "%installUninstallStatment557" + "%installUninstallStatment552" ] ] }, @@ -9601,7 +9538,7 @@ ] }, { - "name": "%startOptionValueList559", + "name": "%startOptionValueList554", "bnf": [ [ "optionValueNoOptionType", @@ -9610,7 +9547,7 @@ ] }, { - "name": "%startOptionValueList560", + "name": "%startOptionValueList555", "bnf": [ [ "TRANSACTION_SYMBOL", @@ -9619,7 +9556,7 @@ ] }, { - "name": "%startOptionValueList561", + "name": "%startOptionValueList556", "bnf": [ [ "optionType", @@ -9628,7 +9565,7 @@ ] }, { - "name": "%%startOptionValueList562563", + "name": "%%startOptionValueList557558", "bnf": [ [ "FOR_SYMBOL", @@ -9637,7 +9574,7 @@ ] }, { - "name": "%%%startOptionValueList562564565", + "name": "%%%startOptionValueList557559560", "bnf": [ [ "textString", @@ -9647,7 +9584,7 @@ ] }, { - "name": "%%%startOptionValueList562564566", + "name": "%%%startOptionValueList557559561", "bnf": [ [ "textString", @@ -9657,7 +9594,7 @@ ] }, { - "name": "%%%startOptionValueList562564567", + "name": "%%%startOptionValueList557559562", "bnf": [ [ "OLD_PASSWORD_SYMBOL", @@ -9668,7 +9605,7 @@ ] }, { - "name": "%%%startOptionValueList562564568", + "name": "%%%startOptionValueList557559563", "bnf": [ [ "PASSWORD_SYMBOL", @@ -9679,35 +9616,35 @@ ] }, { - "name": "%%startOptionValueList562564", + "name": "%%startOptionValueList557559", "bnf": [ [ - "%%%startOptionValueList562564565" + "%%%startOptionValueList557559560" ], [ - "%%%startOptionValueList562564566" + "%%%startOptionValueList557559561" ], [ - "%%%startOptionValueList562564567" + "%%%startOptionValueList557559562" ], [ - "%%%startOptionValueList562564568" + "%%%startOptionValueList557559563" ] ] }, { - "name": "%startOptionValueList562", + "name": "%startOptionValueList557", "bnf": [ [ "PASSWORD_SYMBOL", - "%%startOptionValueList562563_zero_or_one", + "%%startOptionValueList557558_zero_or_one", "equal", - "%%startOptionValueList562564" + "%%startOptionValueList557559" ] ] }, { - "name": "%%startOptionValueList569570", + "name": "%%startOptionValueList564565", "bnf": [ [ "FOR_SYMBOL", @@ -9716,11 +9653,11 @@ ] }, { - "name": "%startOptionValueList569", + "name": "%startOptionValueList564", "bnf": [ [ "PASSWORD_SYMBOL", - "%%startOptionValueList569570_zero_or_one", + "%%startOptionValueList564565_zero_or_one", "TO_SYMBOL", "RANDOM_SYMBOL", "replacePassword_zero_or_one", @@ -9732,24 +9669,24 @@ "name": "startOptionValueList", "bnf": [ [ - "%startOptionValueList559" + "%startOptionValueList554" ], [ - "%startOptionValueList560" + "%startOptionValueList555" ], [ - "%startOptionValueList561" + "%startOptionValueList556" ], [ - "%startOptionValueList562" + "%startOptionValueList557" ], [ - "%startOptionValueList569" + "%startOptionValueList564" ] ] }, { - "name": "%transactionCharacteristics571", + "name": "%transactionCharacteristics566", "bnf": [ [ "transactionAccessMode", @@ -9758,7 +9695,7 @@ ] }, { - "name": "%%transactionCharacteristics572573", + "name": "%%transactionCharacteristics567568", "bnf": [ [ "COMMA_SYMBOL", @@ -9767,11 +9704,11 @@ ] }, { - "name": "%transactionCharacteristics572", + "name": "%transactionCharacteristics567", "bnf": [ [ "isolationLevel", - "%%transactionCharacteristics572573_zero_or_one" + "%%transactionCharacteristics567568_zero_or_one" ] ] }, @@ -9779,15 +9716,15 @@ "name": "transactionCharacteristics", "bnf": [ [ - "%transactionCharacteristics571" + "%transactionCharacteristics566" ], [ - "%transactionCharacteristics572" + "%transactionCharacteristics567" ] ] }, { - "name": "%transactionAccessMode574", + "name": "%transactionAccessMode569", "bnf": [ [ "WRITE_SYMBOL" @@ -9802,12 +9739,12 @@ "bnf": [ [ "READ_SYMBOL", - "%transactionAccessMode574" + "%transactionAccessMode569" ] ] }, { - "name": "%%isolationLevel575576", + "name": "%%isolationLevel570571", "bnf": [ [ "REPEATABLE_SYMBOL", @@ -9816,7 +9753,7 @@ ] }, { - "name": "%%%isolationLevel575577578", + "name": "%%%isolationLevel570572573", "bnf": [ [ "COMMITTED_SYMBOL" @@ -9827,22 +9764,22 @@ ] }, { - "name": "%%isolationLevel575577", + "name": "%%isolationLevel570572", "bnf": [ [ "READ_SYMBOL", - "%%%isolationLevel575577578" + "%%%isolationLevel570572573" ] ] }, { - "name": "%isolationLevel575", + "name": "%isolationLevel570", "bnf": [ [ - "%%isolationLevel575576" + "%%isolationLevel570571" ], [ - "%%isolationLevel575577" + "%%isolationLevel570572" ], [ "SERIALIZABLE_SYMBOL" @@ -9855,12 +9792,12 @@ [ "ISOLATION_SYMBOL", "LEVEL_SYMBOL", - "%isolationLevel575" + "%isolationLevel570" ] ] }, { - "name": "%optionValueListContinued579", + "name": "%optionValueListContinued574", "bnf": [ [ "COMMA_SYMBOL", @@ -9872,12 +9809,12 @@ "name": "optionValueListContinued", "bnf": [ [ - "%optionValueListContinued579_zero_or_more" + "%optionValueListContinued574_zero_or_more" ] ] }, { - "name": "%optionValueNoOptionType580", + "name": "%optionValueNoOptionType575", "bnf": [ [ "internalVariableName", @@ -9887,7 +9824,7 @@ ] }, { - "name": "%optionValueNoOptionType581", + "name": "%optionValueNoOptionType576", "bnf": [ [ "userVariable", @@ -9897,7 +9834,7 @@ ] }, { - "name": "%optionValueNoOptionType582", + "name": "%optionValueNoOptionType577", "bnf": [ [ "setSystemVariable", @@ -9907,7 +9844,7 @@ ] }, { - "name": "%%%optionValueNoOptionType583584585", + "name": "%%%optionValueNoOptionType578579580", "bnf": [ [ "equal", @@ -9916,7 +9853,7 @@ ] }, { - "name": "%%%optionValueNoOptionType583584586", + "name": "%%%optionValueNoOptionType578579581", "bnf": [ [ "charsetName", @@ -9925,13 +9862,13 @@ ] }, { - "name": "%%optionValueNoOptionType583584", + "name": "%%optionValueNoOptionType578579", "bnf": [ [ - "%%%optionValueNoOptionType583584585" + "%%%optionValueNoOptionType578579580" ], [ - "%%%optionValueNoOptionType583584586" + "%%%optionValueNoOptionType578579581" ], [ "DEFAULT_SYMBOL" @@ -9939,11 +9876,11 @@ ] }, { - "name": "%optionValueNoOptionType583", + "name": "%optionValueNoOptionType578", "bnf": [ [ "NAMES_SYMBOL", - "%%optionValueNoOptionType583584" + "%%optionValueNoOptionType578579" ] ] }, @@ -9951,24 +9888,24 @@ "name": "optionValueNoOptionType", "bnf": [ [ - "%optionValueNoOptionType580" + "%optionValueNoOptionType575" ], [ "charsetClause" ], [ - "%optionValueNoOptionType581" + "%optionValueNoOptionType576" ], [ - "%optionValueNoOptionType582" + "%optionValueNoOptionType577" ], [ - "%optionValueNoOptionType583" + "%optionValueNoOptionType578" ] ] }, { - "name": "%optionValue587", + "name": "%optionValue582", "bnf": [ [ "optionType", @@ -9982,7 +9919,7 @@ "name": "optionValue", "bnf": [ [ - "%optionValue587" + "%optionValue582" ], [ "optionValueNoOptionType" @@ -10000,7 +9937,7 @@ ] }, { - "name": "%startOptionValueListFollowingOptionType588", + "name": "%startOptionValueListFollowingOptionType583", "bnf": [ [ "optionValueFollowingOptionType", @@ -10009,7 +9946,7 @@ ] }, { - "name": "%startOptionValueListFollowingOptionType589", + "name": "%startOptionValueListFollowingOptionType584", "bnf": [ [ "TRANSACTION_SYMBOL", @@ -10021,10 +9958,10 @@ "name": "startOptionValueListFollowingOptionType", "bnf": [ [ - "%startOptionValueListFollowingOptionType588" + "%startOptionValueListFollowingOptionType583" ], [ - "%startOptionValueListFollowingOptionType589" + "%startOptionValueListFollowingOptionType584" ] ] }, @@ -10039,7 +9976,7 @@ ] }, { - "name": "%setExprOrDefault590", + "name": "%setExprOrDefault585", "bnf": [ [ "DEFAULT_SYMBOL" @@ -10056,7 +9993,7 @@ ] }, { - "name": "%setExprOrDefault591", + "name": "%setExprOrDefault586", "bnf": [ [ "ROW_SYMBOL" @@ -10073,15 +10010,15 @@ "expr" ], [ - "%setExprOrDefault590" + "%setExprOrDefault585" ], [ - "%setExprOrDefault591" + "%setExprOrDefault586" ] ] }, { - "name": "%%showStatement592593", + "name": "%%showStatement587588", "bnf": [ [ "DATABASES_SYMBOL", @@ -10090,7 +10027,7 @@ ] }, { - "name": "%%showStatement592594", + "name": "%%showStatement587589", "bnf": [ [ "showCommandType_zero_or_one", @@ -10101,7 +10038,7 @@ ] }, { - "name": "%%showStatement592595", + "name": "%%showStatement587590", "bnf": [ [ "FULL_SYMBOL_zero_or_one", @@ -10112,7 +10049,7 @@ ] }, { - "name": "%%showStatement592596", + "name": "%%showStatement587591", "bnf": [ [ "EVENTS_SYMBOL", @@ -10122,7 +10059,7 @@ ] }, { - "name": "%%showStatement592597", + "name": "%%showStatement587592", "bnf": [ [ "TABLE_SYMBOL", @@ -10133,7 +10070,7 @@ ] }, { - "name": "%%showStatement592598", + "name": "%%showStatement587593", "bnf": [ [ "OPEN_SYMBOL", @@ -10144,7 +10081,7 @@ ] }, { - "name": "%%%showStatement592599600", + "name": "%%%showStatement587594595", "bnf": [ [ "engineRef" @@ -10155,7 +10092,7 @@ ] }, { - "name": "%%%showStatement592599601", + "name": "%%%showStatement587594596", "bnf": [ [ "STATUS_SYMBOL" @@ -10169,17 +10106,17 @@ ] }, { - "name": "%%showStatement592599", + "name": "%%showStatement587594", "bnf": [ [ "ENGINE_SYMBOL", - "%%%showStatement592599600", - "%%%showStatement592599601" + "%%%showStatement587594595", + "%%%showStatement587594596" ] ] }, { - "name": "%%%showStatement592602603", + "name": "%%%showStatement587597598", "bnf": [ [ "FROM_SYMBOL" @@ -10190,12 +10127,12 @@ ] }, { - "name": "%%showStatement592602", + "name": "%%showStatement587597", "bnf": [ [ "showCommandType_zero_or_one", "COLUMNS_SYMBOL", - "%%%showStatement592602603", + "%%%showStatement587597598", "tableRef", "inDb_zero_or_one", "likeOrWhere_zero_or_one" @@ -10203,7 +10140,7 @@ ] }, { - "name": "%%%showStatement592604605", + "name": "%%%showStatement587599600", "bnf": [ [ "BINARY_SYMBOL" @@ -10214,16 +10151,16 @@ ] }, { - "name": "%%showStatement592604", + "name": "%%showStatement587599", "bnf": [ [ - "%%%showStatement592604605", + "%%%showStatement587599600", "LOGS_SYMBOL" ] ] }, { - "name": "%%%%showStatement592606607608", + "name": "%%%%showStatement587601602603", "bnf": [ [ "STATUS_SYMBOL", @@ -10233,27 +10170,27 @@ ] }, { - "name": "%%%showStatement592606607", + "name": "%%%showStatement587601602", "bnf": [ [ "HOSTS_SYMBOL" ], [ - "%%%%showStatement592606607608" + "%%%%showStatement587601602603" ] ] }, { - "name": "%%showStatement592606", + "name": "%%showStatement587601", "bnf": [ [ "SLAVE_SYMBOL", - "%%%showStatement592606607" + "%%%showStatement587601602" ] ] }, { - "name": "%%%showStatement592609610", + "name": "%%%showStatement587604605", "bnf": [ [ "BINLOG_SYMBOL" @@ -10264,7 +10201,7 @@ ] }, { - "name": "%%%showStatement592609611", + "name": "%%%showStatement587604606", "bnf": [ [ "IN_SYMBOL", @@ -10273,7 +10210,7 @@ ] }, { - "name": "%%%showStatement592609612", + "name": "%%%showStatement587604607", "bnf": [ [ "FROM_SYMBOL", @@ -10282,20 +10219,20 @@ ] }, { - "name": "%%showStatement592609", + "name": "%%showStatement587604", "bnf": [ [ - "%%%showStatement592609610", + "%%%showStatement587604605", "EVENTS_SYMBOL", - "%%%showStatement592609611_zero_or_one", - "%%%showStatement592609612_zero_or_one", + "%%%showStatement587604606_zero_or_one", + "%%%showStatement587604607_zero_or_one", "limitClause_zero_or_one", "channel_zero_or_one" ] ] }, { - "name": "%%%showStatement592613614", + "name": "%%%showStatement587608609", "bnf": [ [ "INDEX_SYMBOL" @@ -10309,11 +10246,11 @@ ] }, { - "name": "%%showStatement592613", + "name": "%%showStatement587608", "bnf": [ [ "EXTENDED_SYMBOL_zero_or_one", - "%%%showStatement592613614", + "%%%showStatement587608609", "fromOrIn", "tableRef", "inDb_zero_or_one", @@ -10322,7 +10259,7 @@ ] }, { - "name": "%%showStatement592615", + "name": "%%showStatement587610", "bnf": [ [ "STORAGE_SYMBOL_zero_or_one", @@ -10331,7 +10268,7 @@ ] }, { - "name": "%%%showStatement592616617", + "name": "%%%showStatement587611612", "bnf": [ [ "WARNINGS_SYMBOL" @@ -10342,19 +10279,19 @@ ] }, { - "name": "%%showStatement592616", + "name": "%%showStatement587611", "bnf": [ [ "COUNT_SYMBOL", "OPEN_PAR_SYMBOL", "MULT_OPERATOR", "CLOSE_PAR_SYMBOL", - "%%%showStatement592616617" + "%%%showStatement587611612" ] ] }, { - "name": "%%showStatement592618", + "name": "%%showStatement587613", "bnf": [ [ "WARNINGS_SYMBOL", @@ -10363,7 +10300,7 @@ ] }, { - "name": "%%showStatement592619", + "name": "%%showStatement587614", "bnf": [ [ "ERRORS_SYMBOL", @@ -10372,7 +10309,7 @@ ] }, { - "name": "%%%%showStatement592620621622", + "name": "%%%%showStatement587615616617", "bnf": [ [ "COMMA_SYMBOL", @@ -10381,16 +10318,16 @@ ] }, { - "name": "%%%showStatement592620621", + "name": "%%%showStatement587615616", "bnf": [ [ "profileType", - "%%%%showStatement592620621622_zero_or_more" + "%%%%showStatement587615616617_zero_or_more" ] ] }, { - "name": "%%%showStatement592620623", + "name": "%%%showStatement587615618", "bnf": [ [ "FOR_SYMBOL", @@ -10400,18 +10337,18 @@ ] }, { - "name": "%%showStatement592620", + "name": "%%showStatement587615", "bnf": [ [ "PROFILE_SYMBOL", - "%%%showStatement592620621_zero_or_one", - "%%%showStatement592620623_zero_or_one", + "%%%showStatement587615616_zero_or_one", + "%%%showStatement587615618_zero_or_one", "limitClause_zero_or_one" ] ] }, { - "name": "%%%showStatement592624625", + "name": "%%%showStatement587619620", "bnf": [ [ "STATUS_SYMBOL" @@ -10422,17 +10359,17 @@ ] }, { - "name": "%%showStatement592624", + "name": "%%showStatement587619", "bnf": [ [ "optionType_zero_or_one", - "%%%showStatement592624625", + "%%%showStatement587619620", "likeOrWhere_zero_or_one" ] ] }, { - "name": "%%showStatement592626", + "name": "%%showStatement587621", "bnf": [ [ "FULL_SYMBOL_zero_or_one", @@ -10441,7 +10378,7 @@ ] }, { - "name": "%%showStatement592627", + "name": "%%showStatement587622", "bnf": [ [ "charset", @@ -10450,7 +10387,7 @@ ] }, { - "name": "%%showStatement592628", + "name": "%%showStatement587623", "bnf": [ [ "COLLATION_SYMBOL", @@ -10459,7 +10396,7 @@ ] }, { - "name": "%%%showStatement592629630", + "name": "%%%showStatement587624625", "bnf": [ [ "FOR_SYMBOL", @@ -10468,16 +10405,16 @@ ] }, { - "name": "%%showStatement592629", + "name": "%%showStatement587624", "bnf": [ [ "GRANTS_SYMBOL", - "%%%showStatement592629630_zero_or_one" + "%%%showStatement587624625_zero_or_one" ] ] }, { - "name": "%%showStatement592631", + "name": "%%showStatement587626", "bnf": [ [ "GRANTS_SYMBOL", @@ -10489,7 +10426,7 @@ ] }, { - "name": "%%showStatement592632", + "name": "%%showStatement587627", "bnf": [ [ "MASTER_SYMBOL", @@ -10498,7 +10435,7 @@ ] }, { - "name": "%%%%showStatement592633634635", + "name": "%%%%showStatement587628629630", "bnf": [ [ "DATABASE_SYMBOL", @@ -10508,7 +10445,7 @@ ] }, { - "name": "%%%%showStatement592633634636", + "name": "%%%%showStatement587628629631", "bnf": [ [ "EVENT_SYMBOL", @@ -10517,7 +10454,7 @@ ] }, { - "name": "%%%%showStatement592633634637", + "name": "%%%%showStatement587628629632", "bnf": [ [ "FUNCTION_SYMBOL", @@ -10526,7 +10463,7 @@ ] }, { - "name": "%%%%showStatement592633634638", + "name": "%%%%showStatement587628629633", "bnf": [ [ "PROCEDURE_SYMBOL", @@ -10535,7 +10472,7 @@ ] }, { - "name": "%%%%showStatement592633634639", + "name": "%%%%showStatement587628629634", "bnf": [ [ "TABLE_SYMBOL", @@ -10544,7 +10481,7 @@ ] }, { - "name": "%%%%showStatement592633634640", + "name": "%%%%showStatement587628629635", "bnf": [ [ "TRIGGER_SYMBOL", @@ -10553,7 +10490,7 @@ ] }, { - "name": "%%%%showStatement592633634641", + "name": "%%%%showStatement587628629636", "bnf": [ [ "VIEW_SYMBOL", @@ -10562,7 +10499,7 @@ ] }, { - "name": "%%%%showStatement592633634642", + "name": "%%%%showStatement587628629637", "bnf": [ [ "USER_SYMBOL", @@ -10571,45 +10508,45 @@ ] }, { - "name": "%%%showStatement592633634", + "name": "%%%showStatement587628629", "bnf": [ [ - "%%%%showStatement592633634635" + "%%%%showStatement587628629630" ], [ - "%%%%showStatement592633634636" + "%%%%showStatement587628629631" ], [ - "%%%%showStatement592633634637" + "%%%%showStatement587628629632" ], [ - "%%%%showStatement592633634638" + "%%%%showStatement587628629633" ], [ - "%%%%showStatement592633634639" + "%%%%showStatement587628629634" ], [ - "%%%%showStatement592633634640" + "%%%%showStatement587628629635" ], [ - "%%%%showStatement592633634641" + "%%%%showStatement587628629636" ], [ - "%%%%showStatement592633634642" + "%%%%showStatement587628629637" ] ] }, { - "name": "%%showStatement592633", + "name": "%%showStatement587628", "bnf": [ [ "CREATE_SYMBOL", - "%%%showStatement592633634" + "%%%showStatement587628629" ] ] }, { - "name": "%%showStatement592643", + "name": "%%showStatement587638", "bnf": [ [ "PROCEDURE_SYMBOL", @@ -10619,7 +10556,7 @@ ] }, { - "name": "%%showStatement592644", + "name": "%%showStatement587639", "bnf": [ [ "FUNCTION_SYMBOL", @@ -10629,7 +10566,7 @@ ] }, { - "name": "%%showStatement592645", + "name": "%%showStatement587640", "bnf": [ [ "PROCEDURE_SYMBOL", @@ -10639,7 +10576,7 @@ ] }, { - "name": "%%showStatement592646", + "name": "%%showStatement587641", "bnf": [ [ "FUNCTION_SYMBOL", @@ -10649,79 +10586,79 @@ ] }, { - "name": "%showStatement592", + "name": "%showStatement587", "bnf": [ [ "AUTHORS_SYMBOL" ], [ - "%%showStatement592593" + "%%showStatement587588" ], [ - "%%showStatement592594" + "%%showStatement587589" ], [ - "%%showStatement592595" + "%%showStatement587590" ], [ - "%%showStatement592596" + "%%showStatement587591" ], [ - "%%showStatement592597" + "%%showStatement587592" ], [ - "%%showStatement592598" + "%%showStatement587593" ], [ "PLUGINS_SYMBOL" ], [ - "%%showStatement592599" + "%%showStatement587594" ], [ - "%%showStatement592602" + "%%showStatement587597" ], [ - "%%showStatement592604" + "%%showStatement587599" ], [ - "%%showStatement592606" + "%%showStatement587601" ], [ - "%%showStatement592609" + "%%showStatement587604" ], [ - "%%showStatement592613" + "%%showStatement587608" ], [ - "%%showStatement592615" + "%%showStatement587610" ], [ - "%%showStatement592616" + "%%showStatement587611" ], [ - "%%showStatement592618" + "%%showStatement587613" ], [ - "%%showStatement592619" + "%%showStatement587614" ], [ "PROFILES_SYMBOL" ], [ - "%%showStatement592620" + "%%showStatement587615" ], [ - "%%showStatement592624" + "%%showStatement587619" ], [ - "%%showStatement592626" + "%%showStatement587621" ], [ - "%%showStatement592627" + "%%showStatement587622" ], [ - "%%showStatement592628" + "%%showStatement587623" ], [ "CONTRIBUTORS_SYMBOL" @@ -10730,28 +10667,28 @@ "PRIVILEGES_SYMBOL" ], [ - "%%showStatement592629" + "%%showStatement587624" ], [ - "%%showStatement592631" + "%%showStatement587626" ], [ - "%%showStatement592632" + "%%showStatement587627" ], [ - "%%showStatement592633" + "%%showStatement587628" ], [ - "%%showStatement592643" + "%%showStatement587638" ], [ - "%%showStatement592644" + "%%showStatement587639" ], [ - "%%showStatement592645" + "%%showStatement587640" ], [ - "%%showStatement592646" + "%%showStatement587641" ] ] }, @@ -10760,12 +10697,12 @@ "bnf": [ [ "SHOW_SYMBOL", - "%showStatement592" + "%showStatement587" ] ] }, { - "name": "%showCommandType647", + "name": "%showCommandType642", "bnf": [ [ "EXTENDED_SYMBOL", @@ -10780,7 +10717,7 @@ "FULL_SYMBOL" ], [ - "%showCommandType647" + "%showCommandType642" ] ] }, @@ -10813,7 +10750,7 @@ ] }, { - "name": "%profileType648", + "name": "%profileType643", "bnf": [ [ "BLOCK_SYMBOL", @@ -10822,7 +10759,7 @@ ] }, { - "name": "%profileType649", + "name": "%profileType644", "bnf": [ [ "CONTEXT_SYMBOL", @@ -10831,7 +10768,7 @@ ] }, { - "name": "%profileType650", + "name": "%profileType645", "bnf": [ [ "PAGE_SYMBOL", @@ -10840,7 +10777,7 @@ ] }, { - "name": "%profileType651", + "name": "%profileType646", "bnf": [ [ "ALL_SYMBOL" @@ -10866,21 +10803,21 @@ "name": "profileType", "bnf": [ [ - "%profileType648" + "%profileType643" ], [ - "%profileType649" + "%profileType644" ], [ - "%profileType650" + "%profileType645" ], [ - "%profileType651" + "%profileType646" ] ] }, { - "name": "%otherAdministrativeStatement652", + "name": "%otherAdministrativeStatement647", "bnf": [ [ "BINLOG_SYMBOL", @@ -10889,7 +10826,7 @@ ] }, { - "name": "%%otherAdministrativeStatement653654", + "name": "%%otherAdministrativeStatement648649", "bnf": [ [ "identifier" @@ -10900,19 +10837,19 @@ ] }, { - "name": "%otherAdministrativeStatement653", + "name": "%otherAdministrativeStatement648", "bnf": [ [ "CACHE_SYMBOL", "INDEX_SYMBOL", "keyCacheListOrParts", "IN_SYMBOL", - "%%otherAdministrativeStatement653654" + "%%otherAdministrativeStatement648649" ] ] }, { - "name": "%%%%otherAdministrativeStatement655656657658", + "name": "%%%%otherAdministrativeStatement650651652653", "bnf": [ [ "COMMA_SYMBOL", @@ -10921,37 +10858,37 @@ ] }, { - "name": "%%%otherAdministrativeStatement655656657", + "name": "%%%otherAdministrativeStatement650651652", "bnf": [ [ "flushOption", - "%%%%otherAdministrativeStatement655656657658_zero_or_more" + "%%%%otherAdministrativeStatement650651652653_zero_or_more" ] ] }, { - "name": "%%otherAdministrativeStatement655656", + "name": "%%otherAdministrativeStatement650651", "bnf": [ [ "flushTables" ], [ - "%%%otherAdministrativeStatement655656657" + "%%%otherAdministrativeStatement650651652" ] ] }, { - "name": "%otherAdministrativeStatement655", + "name": "%otherAdministrativeStatement650", "bnf": [ [ "FLUSH_SYMBOL", "noWriteToBinLog_zero_or_one", - "%%otherAdministrativeStatement655656" + "%%otherAdministrativeStatement650651" ] ] }, { - "name": "%%otherAdministrativeStatement659660", + "name": "%%otherAdministrativeStatement654655", "bnf": [ [ "CONNECTION_SYMBOL" @@ -10962,17 +10899,17 @@ ] }, { - "name": "%otherAdministrativeStatement659", + "name": "%otherAdministrativeStatement654", "bnf": [ [ "KILL_SYMBOL", - "%%otherAdministrativeStatement659660_zero_or_one", + "%%otherAdministrativeStatement654655_zero_or_one", "expr" ] ] }, { - "name": "%otherAdministrativeStatement661", + "name": "%otherAdministrativeStatement656", "bnf": [ [ "LOAD_SYMBOL", @@ -10987,19 +10924,19 @@ "name": "otherAdministrativeStatement", "bnf": [ [ - "%otherAdministrativeStatement652" + "%otherAdministrativeStatement647" ], [ - "%otherAdministrativeStatement653" + "%otherAdministrativeStatement648" ], [ - "%otherAdministrativeStatement655" + "%otherAdministrativeStatement650" ], [ - "%otherAdministrativeStatement659" + "%otherAdministrativeStatement654" ], [ - "%otherAdministrativeStatement661" + "%otherAdministrativeStatement656" ], [ "SHUTDOWN_SYMBOL" @@ -11018,7 +10955,7 @@ ] }, { - "name": "%keyCacheList662", + "name": "%keyCacheList657", "bnf": [ [ "COMMA_SYMBOL", @@ -11031,7 +10968,7 @@ "bnf": [ [ "assignToKeycache", - "%keyCacheList662_zero_or_more" + "%keyCacheList657_zero_or_more" ] ] }, @@ -11080,7 +11017,7 @@ ] }, { - "name": "%keyUsageList663", + "name": "%keyUsageList658", "bnf": [ [ "COMMA_SYMBOL", @@ -11093,12 +11030,12 @@ "bnf": [ [ "keyUsageElement", - "%keyUsageList663_zero_or_more" + "%keyUsageList658_zero_or_more" ] ] }, { - "name": "%flushOption664", + "name": "%flushOption659", "bnf": [ [ "DES_KEY_FILE_SYMBOL" @@ -11118,7 +11055,7 @@ ] }, { - "name": "%flushOption665", + "name": "%flushOption660", "bnf": [ [ "logType_zero_or_one", @@ -11127,7 +11064,7 @@ ] }, { - "name": "%flushOption666", + "name": "%flushOption661", "bnf": [ [ "RELAY_SYMBOL", @@ -11137,7 +11074,7 @@ ] }, { - "name": "%flushOption667", + "name": "%flushOption662", "bnf": [ [ "QUERY_SYMBOL", @@ -11149,16 +11086,16 @@ "name": "flushOption", "bnf": [ [ - "%flushOption664" + "%flushOption659" ], [ - "%flushOption665" + "%flushOption660" ], [ - "%flushOption666" + "%flushOption661" ], [ - "%flushOption667" + "%flushOption662" ], [ "OPTIMIZER_COSTS_SYMBOL" @@ -11186,7 +11123,7 @@ ] }, { - "name": "%flushTables668", + "name": "%flushTables663", "bnf": [ [ "TABLES_SYMBOL" @@ -11197,7 +11134,7 @@ ] }, { - "name": "%%flushTables669670", + "name": "%%flushTables664665", "bnf": [ [ "WITH_SYMBOL", @@ -11207,7 +11144,7 @@ ] }, { - "name": "%%flushTables669671", + "name": "%%flushTables664666", "bnf": [ [ "identifierList", @@ -11216,13 +11153,13 @@ ] }, { - "name": "%flushTables669", + "name": "%flushTables664", "bnf": [ [ - "%%flushTables669670" + "%%flushTables664665" ], [ - "%%flushTables669671" + "%%flushTables664666" ] ] }, @@ -11230,13 +11167,13 @@ "name": "flushTables", "bnf": [ [ - "%flushTables668", - "%flushTables669_zero_or_one" + "%flushTables663", + "%flushTables664_zero_or_one" ] ] }, { - "name": "%flushTablesOptions672", + "name": "%flushTablesOptions667", "bnf": [ [ "FOR_SYMBOL", @@ -11245,7 +11182,7 @@ ] }, { - "name": "%flushTablesOptions673", + "name": "%flushTablesOptions668", "bnf": [ [ "WITH_SYMBOL", @@ -11258,15 +11195,15 @@ "name": "flushTablesOptions", "bnf": [ [ - "%flushTablesOptions672" + "%flushTablesOptions667" ], [ - "%flushTablesOptions673" + "%flushTablesOptions668" ] ] }, { - "name": "%%preloadTail674675", + "name": "%%preloadTail669670", "bnf": [ [ "IGNORE_SYMBOL", @@ -11275,13 +11212,13 @@ ] }, { - "name": "%preloadTail674", + "name": "%preloadTail669", "bnf": [ [ "tableRef", "adminPartition", "cacheKeyList_zero_or_one", - "%%preloadTail674675_zero_or_one" + "%%preloadTail669670_zero_or_one" ] ] }, @@ -11289,7 +11226,7 @@ "name": "preloadTail", "bnf": [ [ - "%preloadTail674" + "%preloadTail669" ], [ "preloadList" @@ -11297,7 +11234,7 @@ ] }, { - "name": "%preloadList676", + "name": "%preloadList671", "bnf": [ [ "COMMA_SYMBOL", @@ -11310,12 +11247,12 @@ "bnf": [ [ "preloadKeys", - "%preloadList676_zero_or_more" + "%preloadList671_zero_or_more" ] ] }, { - "name": "%preloadKeys677", + "name": "%preloadKeys672", "bnf": [ [ "IGNORE_SYMBOL", @@ -11329,7 +11266,7 @@ [ "tableRef", "cacheKeyList_zero_or_one", - "%preloadKeys677_zero_or_one" + "%preloadKeys672_zero_or_one" ] ] }, @@ -11362,7 +11299,7 @@ ] }, { - "name": "%createResourceGroup678", + "name": "%createResourceGroup673", "bnf": [ [ "USER_SYMBOL" @@ -11382,7 +11319,7 @@ "identifier", "TYPE_SYMBOL", "equal_zero_or_one", - "%createResourceGroup678", + "%createResourceGroup673", "resourceGroupVcpuList_zero_or_one", "resourceGroupPriority_zero_or_one", "resourceGroupEnableDisable_zero_or_one" @@ -11390,7 +11327,7 @@ ] }, { - "name": "%resourceGroupVcpuList679", + "name": "%resourceGroupVcpuList674", "bnf": [ [ "COMMA_SYMBOL_zero_or_one", @@ -11405,12 +11342,12 @@ "VCPU_SYMBOL", "equal_zero_or_one", "vcpuNumOrRange", - "%resourceGroupVcpuList679_zero_or_more" + "%resourceGroupVcpuList674_zero_or_more" ] ] }, { - "name": "%vcpuNumOrRange680", + "name": "%vcpuNumOrRange675", "bnf": [ [ "MINUS_OPERATOR", @@ -11423,7 +11360,7 @@ "bnf": [ [ "INT_NUMBER", - "%vcpuNumOrRange680_zero_or_one" + "%vcpuNumOrRange675_zero_or_one" ] ] }, @@ -11464,7 +11401,7 @@ ] }, { - "name": "%setResourceGroup681", + "name": "%setResourceGroup676", "bnf": [ [ "FOR_SYMBOL", @@ -11480,12 +11417,12 @@ "RESOURCE_SYMBOL", "GROUP_SYMBOL", "identifier", - "%setResourceGroup681_zero_or_one" + "%setResourceGroup676_zero_or_one" ] ] }, { - "name": "%threadIdList682", + "name": "%threadIdList677", "bnf": [ [ "COMMA_SYMBOL_zero_or_one", @@ -11498,7 +11435,7 @@ "bnf": [ [ "real_ulong_number", - "%threadIdList682_zero_or_more" + "%threadIdList677_zero_or_more" ] ] }, @@ -11515,7 +11452,7 @@ ] }, { - "name": "%describeStatement683", + "name": "%describeStatement678", "bnf": [ [ "EXPLAIN_SYMBOL" @@ -11529,7 +11466,7 @@ ] }, { - "name": "%describeStatement684", + "name": "%describeStatement679", "bnf": [ [ "textString" @@ -11543,14 +11480,14 @@ "name": "describeStatement", "bnf": [ [ - "%describeStatement683", + "%describeStatement678", "tableRef", - "%describeStatement684_zero_or_one" + "%describeStatement679_zero_or_one" ] ] }, { - "name": "%explainStatement685", + "name": "%explainStatement680", "bnf": [ [ "EXPLAIN_SYMBOL" @@ -11564,7 +11501,7 @@ ] }, { - "name": "%%explainStatement686687", + "name": "%%explainStatement681682", "bnf": [ [ "FORMAT_SYMBOL", @@ -11574,7 +11511,7 @@ ] }, { - "name": "%%explainStatement686688", + "name": "%%explainStatement681683", "bnf": [ [ "ANALYZE_SYMBOL", @@ -11585,7 +11522,7 @@ ] }, { - "name": "%explainStatement686", + "name": "%explainStatement681", "bnf": [ [ "EXTENDED_SYMBOL" @@ -11594,13 +11531,13 @@ "PARTITIONS_SYMBOL" ], [ - "%%explainStatement686687" + "%%explainStatement681682" ], [ "ANALYZE_SYMBOL" ], [ - "%%explainStatement686688" + "%%explainStatement681683" ] ] }, @@ -11608,14 +11545,14 @@ "name": "explainStatement", "bnf": [ [ - "%explainStatement685", - "%explainStatement686_zero_or_one", + "%explainStatement680", + "%explainStatement681_zero_or_one", "explainableStatement" ] ] }, { - "name": "%explainableStatement689", + "name": "%explainableStatement684", "bnf": [ [ "deleteStatement" @@ -11632,7 +11569,7 @@ ] }, { - "name": "%explainableStatement690", + "name": "%explainableStatement685", "bnf": [ [ "FOR_SYMBOL", @@ -11648,10 +11585,10 @@ "selectStatement" ], [ - "%explainableStatement689" + "%explainableStatement684" ], [ - "%explainableStatement690" + "%explainableStatement685" ] ] }, @@ -11708,7 +11645,7 @@ ] }, { - "name": "%%%predicateOperations691692693", + "name": "%%%predicateOperations686687688", "bnf": [ [ "OPEN_PAR_SYMBOL", @@ -11718,27 +11655,27 @@ ] }, { - "name": "%%predicateOperations691692", + "name": "%%predicateOperations686687", "bnf": [ [ "subquery" ], [ - "%%%predicateOperations691692693" + "%%%predicateOperations686687688" ] ] }, { - "name": "%predicateOperations691", + "name": "%predicateOperations686", "bnf": [ [ "IN_SYMBOL", - "%%predicateOperations691692" + "%%predicateOperations686687" ] ] }, { - "name": "%predicateOperations694", + "name": "%predicateOperations689", "bnf": [ [ "BETWEEN_SYMBOL", @@ -11749,7 +11686,7 @@ ] }, { - "name": "%%predicateOperations695696", + "name": "%%predicateOperations690691", "bnf": [ [ "ESCAPE_SYMBOL", @@ -11758,17 +11695,17 @@ ] }, { - "name": "%predicateOperations695", + "name": "%predicateOperations690", "bnf": [ [ "LIKE_SYMBOL", "simpleExpr", - "%%predicateOperations695696_zero_or_one" + "%%predicateOperations690691_zero_or_one" ] ] }, { - "name": "%predicateOperations697", + "name": "%predicateOperations692", "bnf": [ [ "REGEXP_SYMBOL", @@ -11780,16 +11717,16 @@ "name": "predicateOperations", "bnf": [ [ - "%predicateOperations691" + "%predicateOperations686" ], [ - "%predicateOperations694" + "%predicateOperations689" ], [ - "%predicateOperations695" + "%predicateOperations690" ], [ - "%predicateOperations697" + "%predicateOperations692" ] ] }, @@ -11802,7 +11739,7 @@ ] }, { - "name": "%jsonOperator698", + "name": "%jsonOperator693", "bnf": [ [ "JSON_SEPARATOR_SYMBOL", @@ -11811,7 +11748,7 @@ ] }, { - "name": "%jsonOperator699", + "name": "%jsonOperator694", "bnf": [ [ "JSON_UNQUOTED_SEPARATOR_SYMBOL", @@ -11823,15 +11760,15 @@ "name": "jsonOperator", "bnf": [ [ - "%jsonOperator698" + "%jsonOperator693" ], [ - "%jsonOperator699" + "%jsonOperator694" ] ] }, { - "name": "%sumExpr700", + "name": "%sumExpr695", "bnf": [ [ "AVG_SYMBOL", @@ -11844,7 +11781,7 @@ ] }, { - "name": "%%sumExpr701702", + "name": "%%sumExpr696697", "bnf": [ [ "BIT_AND_SYMBOL" @@ -11858,10 +11795,10 @@ ] }, { - "name": "%sumExpr701", + "name": "%sumExpr696", "bnf": [ [ - "%%sumExpr701702", + "%%sumExpr696697", "OPEN_PAR_SYMBOL", "inSumExpr", "CLOSE_PAR_SYMBOL", @@ -11870,7 +11807,7 @@ ] }, { - "name": "%sumExpr703", + "name": "%sumExpr698", "bnf": [ [ "COUNT_SYMBOL", @@ -11883,7 +11820,7 @@ ] }, { - "name": "%%%sumExpr704705706", + "name": "%%%sumExpr699700701", "bnf": [ [ "ALL_SYMBOL_zero_or_one", @@ -11892,7 +11829,7 @@ ] }, { - "name": "%%%sumExpr704705707", + "name": "%%%sumExpr699700702", "bnf": [ [ "DISTINCT_SYMBOL", @@ -11901,33 +11838,33 @@ ] }, { - "name": "%%sumExpr704705", + "name": "%%sumExpr699700", "bnf": [ [ - "%%%sumExpr704705706" + "%%%sumExpr699700701" ], [ "inSumExpr" ], [ - "%%%sumExpr704705707" + "%%%sumExpr699700702" ] ] }, { - "name": "%sumExpr704", + "name": "%sumExpr699", "bnf": [ [ "COUNT_SYMBOL", "OPEN_PAR_SYMBOL", - "%%sumExpr704705", + "%%sumExpr699700", "CLOSE_PAR_SYMBOL", "windowingClause_zero_or_one" ] ] }, { - "name": "%sumExpr708", + "name": "%sumExpr703", "bnf": [ [ "MIN_SYMBOL", @@ -11940,7 +11877,7 @@ ] }, { - "name": "%sumExpr709", + "name": "%sumExpr704", "bnf": [ [ "MAX_SYMBOL", @@ -11953,7 +11890,7 @@ ] }, { - "name": "%sumExpr710", + "name": "%sumExpr705", "bnf": [ [ "STD_SYMBOL", @@ -11965,7 +11902,7 @@ ] }, { - "name": "%sumExpr711", + "name": "%sumExpr706", "bnf": [ [ "VARIANCE_SYMBOL", @@ -11977,7 +11914,7 @@ ] }, { - "name": "%sumExpr712", + "name": "%sumExpr707", "bnf": [ [ "STDDEV_SAMP_SYMBOL", @@ -11989,7 +11926,7 @@ ] }, { - "name": "%sumExpr713", + "name": "%sumExpr708", "bnf": [ [ "VAR_SAMP_SYMBOL", @@ -12001,7 +11938,7 @@ ] }, { - "name": "%sumExpr714", + "name": "%sumExpr709", "bnf": [ [ "SUM_SYMBOL", @@ -12014,7 +11951,7 @@ ] }, { - "name": "%%sumExpr715716", + "name": "%%sumExpr710711", "bnf": [ [ "SEPARATOR_SYMBOL", @@ -12023,7 +11960,7 @@ ] }, { - "name": "%sumExpr715", + "name": "%sumExpr710", "bnf": [ [ "GROUP_CONCAT_SYMBOL", @@ -12031,7 +11968,7 @@ "DISTINCT_SYMBOL_zero_or_one", "exprList", "orderClause_zero_or_one", - "%%sumExpr715716_zero_or_one", + "%%sumExpr710711_zero_or_one", "CLOSE_PAR_SYMBOL", "windowingClause_zero_or_one" ] @@ -12041,43 +11978,43 @@ "name": "sumExpr", "bnf": [ [ - "%sumExpr700" + "%sumExpr695" ], [ - "%sumExpr701" + "%sumExpr696" ], [ "jsonFunction" ], [ - "%sumExpr703" + "%sumExpr698" ], [ - "%sumExpr704" + "%sumExpr699" ], [ - "%sumExpr708" + "%sumExpr703" ], [ - "%sumExpr709" + "%sumExpr704" ], [ - "%sumExpr710" + "%sumExpr705" ], [ - "%sumExpr711" + "%sumExpr706" ], [ - "%sumExpr712" + "%sumExpr707" ], [ - "%sumExpr713" + "%sumExpr708" ], [ - "%sumExpr714" + "%sumExpr709" ], [ - "%sumExpr715" + "%sumExpr710" ] ] }, @@ -12093,7 +12030,7 @@ ] }, { - "name": "%%windowFunctionCall717718", + "name": "%%windowFunctionCall712713", "bnf": [ [ "ROW_NUMBER_SYMBOL" @@ -12113,17 +12050,17 @@ ] }, { - "name": "%windowFunctionCall717", + "name": "%windowFunctionCall712", "bnf": [ [ - "%%windowFunctionCall717718", + "%%windowFunctionCall712713", "parentheses", "windowingClause" ] ] }, { - "name": "%windowFunctionCall719", + "name": "%windowFunctionCall714", "bnf": [ [ "NTILE_SYMBOL", @@ -12133,7 +12070,7 @@ ] }, { - "name": "%%windowFunctionCall720721", + "name": "%%windowFunctionCall715716", "bnf": [ [ "LEAD_SYMBOL" @@ -12144,10 +12081,10 @@ ] }, { - "name": "%windowFunctionCall720", + "name": "%windowFunctionCall715", "bnf": [ [ - "%%windowFunctionCall720721", + "%%windowFunctionCall715716", "OPEN_PAR_SYMBOL", "expr", "leadLagInfo_zero_or_one", @@ -12158,7 +12095,7 @@ ] }, { - "name": "%%windowFunctionCall722723", + "name": "%%windowFunctionCall717718", "bnf": [ [ "FIRST_VALUE_SYMBOL" @@ -12169,10 +12106,10 @@ ] }, { - "name": "%windowFunctionCall722", + "name": "%windowFunctionCall717", "bnf": [ [ - "%%windowFunctionCall722723", + "%%windowFunctionCall717718", "exprWithParentheses", "nullTreatment_zero_or_one", "windowingClause" @@ -12180,7 +12117,7 @@ ] }, { - "name": "%%%windowFunctionCall724725726", + "name": "%%%windowFunctionCall719720721", "bnf": [ [ "FIRST_SYMBOL" @@ -12191,16 +12128,16 @@ ] }, { - "name": "%%windowFunctionCall724725", + "name": "%%windowFunctionCall719720", "bnf": [ [ "FROM_SYMBOL", - "%%%windowFunctionCall724725726" + "%%%windowFunctionCall719720721" ] ] }, { - "name": "%windowFunctionCall724", + "name": "%windowFunctionCall719", "bnf": [ [ "NTH_VALUE_SYMBOL", @@ -12209,7 +12146,7 @@ "COMMA_SYMBOL", "simpleExpr", "CLOSE_PAR_SYMBOL", - "%%windowFunctionCall724725_zero_or_one", + "%%windowFunctionCall719720_zero_or_one", "nullTreatment_zero_or_one", "windowingClause" ] @@ -12219,24 +12156,24 @@ "name": "windowFunctionCall", "bnf": [ [ - "%windowFunctionCall717" + "%windowFunctionCall712" ], [ - "%windowFunctionCall719" + "%windowFunctionCall714" ], [ - "%windowFunctionCall720" + "%windowFunctionCall715" ], [ - "%windowFunctionCall722" + "%windowFunctionCall717" ], [ - "%windowFunctionCall724" + "%windowFunctionCall719" ] ] }, { - "name": "%windowingClause727", + "name": "%windowingClause722", "bnf": [ [ "windowName" @@ -12251,12 +12188,12 @@ "bnf": [ [ "OVER_SYMBOL", - "%windowingClause727" + "%windowingClause722" ] ] }, { - "name": "%leadLagInfo728", + "name": "%leadLagInfo723", "bnf": [ [ "ulonglong_number" @@ -12267,7 +12204,7 @@ ] }, { - "name": "%leadLagInfo729", + "name": "%leadLagInfo724", "bnf": [ [ "COMMA_SYMBOL", @@ -12280,13 +12217,13 @@ "bnf": [ [ "COMMA_SYMBOL", - "%leadLagInfo728", - "%leadLagInfo729_zero_or_one" + "%leadLagInfo723", + "%leadLagInfo724_zero_or_one" ] ] }, { - "name": "%nullTreatment730", + "name": "%nullTreatment725", "bnf": [ [ "RESPECT_SYMBOL" @@ -12300,13 +12237,13 @@ "name": "nullTreatment", "bnf": [ [ - "%nullTreatment730", + "%nullTreatment725", "NULLS_SYMBOL" ] ] }, { - "name": "%jsonFunction731", + "name": "%jsonFunction726", "bnf": [ [ "JSON_ARRAYAGG_SYMBOL", @@ -12318,7 +12255,7 @@ ] }, { - "name": "%jsonFunction732", + "name": "%jsonFunction727", "bnf": [ [ "JSON_OBJECTAGG_SYMBOL", @@ -12335,10 +12272,10 @@ "name": "jsonFunction", "bnf": [ [ - "%jsonFunction731" + "%jsonFunction726" ], [ - "%jsonFunction732" + "%jsonFunction727" ] ] }, @@ -12352,7 +12289,7 @@ ] }, { - "name": "%identListArg733", + "name": "%identListArg728", "bnf": [ [ "OPEN_PAR_SYMBOL", @@ -12368,12 +12305,12 @@ "identList" ], [ - "%identListArg733" + "%identListArg728" ] ] }, { - "name": "%identList734", + "name": "%identList729", "bnf": [ [ "COMMA_SYMBOL", @@ -12386,12 +12323,12 @@ "bnf": [ [ "simpleIdentifier", - "%identList734_zero_or_more" + "%identList729_zero_or_more" ] ] }, { - "name": "%fulltextOptions735", + "name": "%fulltextOptions730", "bnf": [ [ "IN_SYMBOL", @@ -12401,7 +12338,7 @@ ] }, { - "name": "%%fulltextOptions736737", + "name": "%%fulltextOptions731732", "bnf": [ [ "WITH_SYMBOL", @@ -12411,19 +12348,19 @@ ] }, { - "name": "%fulltextOptions736", + "name": "%fulltextOptions731", "bnf": [ [ "IN_SYMBOL", "NATURAL_SYMBOL", "LANGUAGE_SYMBOL", "MODE_SYMBOL", - "%%fulltextOptions736737_zero_or_one" + "%%fulltextOptions731732_zero_or_one" ] ] }, { - "name": "%fulltextOptions738", + "name": "%fulltextOptions733", "bnf": [ [ "WITH_SYMBOL", @@ -12436,18 +12373,18 @@ "name": "fulltextOptions", "bnf": [ [ - "%fulltextOptions735" + "%fulltextOptions730" ], [ - "%fulltextOptions736" + "%fulltextOptions731" ], [ - "%fulltextOptions738" + "%fulltextOptions733" ] ] }, { - "name": "%%runtimeFunctionCall739740", + "name": "%%runtimeFunctionCall734735", "bnf": [ [ "USING_SYMBOL", @@ -12456,19 +12393,19 @@ ] }, { - "name": "%runtimeFunctionCall739", + "name": "%runtimeFunctionCall734", "bnf": [ [ "CHAR_SYMBOL", "OPEN_PAR_SYMBOL", "exprList", - "%%runtimeFunctionCall739740_zero_or_one", + "%%runtimeFunctionCall734735_zero_or_one", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%runtimeFunctionCall741", + "name": "%runtimeFunctionCall736", "bnf": [ [ "CURRENT_USER_SYMBOL", @@ -12477,7 +12414,7 @@ ] }, { - "name": "%runtimeFunctionCall742", + "name": "%runtimeFunctionCall737", "bnf": [ [ "DATE_SYMBOL", @@ -12486,7 +12423,7 @@ ] }, { - "name": "%runtimeFunctionCall743", + "name": "%runtimeFunctionCall738", "bnf": [ [ "DAY_SYMBOL", @@ -12495,7 +12432,7 @@ ] }, { - "name": "%runtimeFunctionCall744", + "name": "%runtimeFunctionCall739", "bnf": [ [ "HOUR_SYMBOL", @@ -12504,7 +12441,7 @@ ] }, { - "name": "%runtimeFunctionCall745", + "name": "%runtimeFunctionCall740", "bnf": [ [ "INSERT_SYMBOL", @@ -12521,7 +12458,7 @@ ] }, { - "name": "%%runtimeFunctionCall746747", + "name": "%%runtimeFunctionCall741742", "bnf": [ [ "COMMA_SYMBOL", @@ -12530,19 +12467,19 @@ ] }, { - "name": "%runtimeFunctionCall746", + "name": "%runtimeFunctionCall741", "bnf": [ [ "INTERVAL_SYMBOL", "OPEN_PAR_SYMBOL", "expr", - "%%runtimeFunctionCall746747_one_or_more", + "%%runtimeFunctionCall741742_one_or_more", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%runtimeFunctionCall748", + "name": "%runtimeFunctionCall743", "bnf": [ [ "LEFT_SYMBOL", @@ -12555,7 +12492,7 @@ ] }, { - "name": "%runtimeFunctionCall749", + "name": "%runtimeFunctionCall744", "bnf": [ [ "MINUTE_SYMBOL", @@ -12564,7 +12501,7 @@ ] }, { - "name": "%runtimeFunctionCall750", + "name": "%runtimeFunctionCall745", "bnf": [ [ "MONTH_SYMBOL", @@ -12573,7 +12510,7 @@ ] }, { - "name": "%runtimeFunctionCall751", + "name": "%runtimeFunctionCall746", "bnf": [ [ "RIGHT_SYMBOL", @@ -12586,7 +12523,7 @@ ] }, { - "name": "%runtimeFunctionCall752", + "name": "%runtimeFunctionCall747", "bnf": [ [ "SECOND_SYMBOL", @@ -12595,7 +12532,7 @@ ] }, { - "name": "%runtimeFunctionCall753", + "name": "%runtimeFunctionCall748", "bnf": [ [ "TIME_SYMBOL", @@ -12604,7 +12541,7 @@ ] }, { - "name": "%%runtimeFunctionCall754755", + "name": "%%runtimeFunctionCall749750", "bnf": [ [ "COMMA_SYMBOL", @@ -12613,19 +12550,19 @@ ] }, { - "name": "%runtimeFunctionCall754", + "name": "%runtimeFunctionCall749", "bnf": [ [ "TIMESTAMP_SYMBOL", "OPEN_PAR_SYMBOL", "expr", - "%%runtimeFunctionCall754755_zero_or_one", + "%%runtimeFunctionCall749750_zero_or_one", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%runtimeFunctionCall756", + "name": "%runtimeFunctionCall751", "bnf": [ [ "USER_SYMBOL", @@ -12634,7 +12571,7 @@ ] }, { - "name": "%runtimeFunctionCall757", + "name": "%runtimeFunctionCall752", "bnf": [ [ "VALUES_SYMBOL", @@ -12643,7 +12580,7 @@ ] }, { - "name": "%runtimeFunctionCall758", + "name": "%runtimeFunctionCall753", "bnf": [ [ "YEAR_SYMBOL", @@ -12652,7 +12589,7 @@ ] }, { - "name": "%%runtimeFunctionCall759760", + "name": "%%runtimeFunctionCall754755", "bnf": [ [ "ADDDATE_SYMBOL" @@ -12663,7 +12600,7 @@ ] }, { - "name": "%%%runtimeFunctionCall759761762", + "name": "%%%runtimeFunctionCall754756757", "bnf": [ [ "INTERVAL_SYMBOL", @@ -12673,31 +12610,31 @@ ] }, { - "name": "%%runtimeFunctionCall759761", + "name": "%%runtimeFunctionCall754756", "bnf": [ [ "expr" ], [ - "%%%runtimeFunctionCall759761762" + "%%%runtimeFunctionCall754756757" ] ] }, { - "name": "%runtimeFunctionCall759", + "name": "%runtimeFunctionCall754", "bnf": [ [ - "%%runtimeFunctionCall759760", + "%%runtimeFunctionCall754755", "OPEN_PAR_SYMBOL", "expr", "COMMA_SYMBOL", - "%%runtimeFunctionCall759761", + "%%runtimeFunctionCall754756", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%runtimeFunctionCall763", + "name": "%runtimeFunctionCall758", "bnf": [ [ "CURDATE_SYMBOL", @@ -12706,7 +12643,7 @@ ] }, { - "name": "%runtimeFunctionCall764", + "name": "%runtimeFunctionCall759", "bnf": [ [ "CURTIME_SYMBOL", @@ -12715,7 +12652,7 @@ ] }, { - "name": "%%runtimeFunctionCall765766", + "name": "%%runtimeFunctionCall760761", "bnf": [ [ "DATE_ADD_SYMBOL" @@ -12726,10 +12663,10 @@ ] }, { - "name": "%runtimeFunctionCall765", + "name": "%runtimeFunctionCall760", "bnf": [ [ - "%%runtimeFunctionCall765766", + "%%runtimeFunctionCall760761", "OPEN_PAR_SYMBOL", "expr", "COMMA_SYMBOL", @@ -12741,7 +12678,7 @@ ] }, { - "name": "%runtimeFunctionCall767", + "name": "%runtimeFunctionCall762", "bnf": [ [ "EXTRACT_SYMBOL", @@ -12754,7 +12691,7 @@ ] }, { - "name": "%runtimeFunctionCall768", + "name": "%runtimeFunctionCall763", "bnf": [ [ "GET_FORMAT_SYMBOL", @@ -12767,7 +12704,7 @@ ] }, { - "name": "%runtimeFunctionCall769", + "name": "%runtimeFunctionCall764", "bnf": [ [ "NOW_SYMBOL", @@ -12776,7 +12713,7 @@ ] }, { - "name": "%runtimeFunctionCall770", + "name": "%runtimeFunctionCall765", "bnf": [ [ "POSITION_SYMBOL", @@ -12789,7 +12726,7 @@ ] }, { - "name": "%runtimeFunctionCall771", + "name": "%runtimeFunctionCall766", "bnf": [ [ "SYSDATE_SYMBOL", @@ -12798,7 +12735,7 @@ ] }, { - "name": "%%runtimeFunctionCall772773", + "name": "%%runtimeFunctionCall767768", "bnf": [ [ "TIMESTAMP_ADD_SYMBOL" @@ -12809,10 +12746,10 @@ ] }, { - "name": "%runtimeFunctionCall772", + "name": "%runtimeFunctionCall767", "bnf": [ [ - "%%runtimeFunctionCall772773", + "%%runtimeFunctionCall767768", "OPEN_PAR_SYMBOL", "intervalTimeStamp", "COMMA_SYMBOL", @@ -12824,7 +12761,7 @@ ] }, { - "name": "%runtimeFunctionCall774", + "name": "%runtimeFunctionCall769", "bnf": [ [ "UTC_DATE_SYMBOL", @@ -12833,7 +12770,7 @@ ] }, { - "name": "%runtimeFunctionCall775", + "name": "%runtimeFunctionCall770", "bnf": [ [ "UTC_TIME_SYMBOL", @@ -12842,7 +12779,7 @@ ] }, { - "name": "%runtimeFunctionCall776", + "name": "%runtimeFunctionCall771", "bnf": [ [ "UTC_TIMESTAMP_SYMBOL", @@ -12851,7 +12788,7 @@ ] }, { - "name": "%runtimeFunctionCall777", + "name": "%runtimeFunctionCall772", "bnf": [ [ "ASCII_SYMBOL", @@ -12860,7 +12797,7 @@ ] }, { - "name": "%runtimeFunctionCall778", + "name": "%runtimeFunctionCall773", "bnf": [ [ "CHARSET_SYMBOL", @@ -12869,7 +12806,7 @@ ] }, { - "name": "%runtimeFunctionCall779", + "name": "%runtimeFunctionCall774", "bnf": [ [ "COALESCE_SYMBOL", @@ -12878,7 +12815,7 @@ ] }, { - "name": "%runtimeFunctionCall780", + "name": "%runtimeFunctionCall775", "bnf": [ [ "COLLATION_SYMBOL", @@ -12887,7 +12824,7 @@ ] }, { - "name": "%runtimeFunctionCall781", + "name": "%runtimeFunctionCall776", "bnf": [ [ "DATABASE_SYMBOL", @@ -12896,7 +12833,7 @@ ] }, { - "name": "%runtimeFunctionCall782", + "name": "%runtimeFunctionCall777", "bnf": [ [ "IF_SYMBOL", @@ -12911,7 +12848,7 @@ ] }, { - "name": "%%runtimeFunctionCall783784", + "name": "%%runtimeFunctionCall778779", "bnf": [ [ "COMMA_SYMBOL", @@ -12920,7 +12857,7 @@ ] }, { - "name": "%runtimeFunctionCall783", + "name": "%runtimeFunctionCall778", "bnf": [ [ "FORMAT_SYMBOL", @@ -12928,13 +12865,13 @@ "expr", "COMMA_SYMBOL", "expr", - "%%runtimeFunctionCall783784_zero_or_one", + "%%runtimeFunctionCall778779_zero_or_one", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%runtimeFunctionCall785", + "name": "%runtimeFunctionCall780", "bnf": [ [ "MICROSECOND_SYMBOL", @@ -12943,7 +12880,7 @@ ] }, { - "name": "%runtimeFunctionCall786", + "name": "%runtimeFunctionCall781", "bnf": [ [ "MOD_SYMBOL", @@ -12956,7 +12893,7 @@ ] }, { - "name": "%runtimeFunctionCall787", + "name": "%runtimeFunctionCall782", "bnf": [ [ "OLD_PASSWORD_SYMBOL", @@ -12967,7 +12904,7 @@ ] }, { - "name": "%runtimeFunctionCall788", + "name": "%runtimeFunctionCall783", "bnf": [ [ "PASSWORD_SYMBOL", @@ -12976,7 +12913,7 @@ ] }, { - "name": "%runtimeFunctionCall789", + "name": "%runtimeFunctionCall784", "bnf": [ [ "QUARTER_SYMBOL", @@ -12985,7 +12922,7 @@ ] }, { - "name": "%runtimeFunctionCall790", + "name": "%runtimeFunctionCall785", "bnf": [ [ "REPEAT_SYMBOL", @@ -12998,7 +12935,7 @@ ] }, { - "name": "%runtimeFunctionCall791", + "name": "%runtimeFunctionCall786", "bnf": [ [ "REPLACE_SYMBOL", @@ -13013,7 +12950,7 @@ ] }, { - "name": "%runtimeFunctionCall792", + "name": "%runtimeFunctionCall787", "bnf": [ [ "REVERSE_SYMBOL", @@ -13022,7 +12959,7 @@ ] }, { - "name": "%runtimeFunctionCall793", + "name": "%runtimeFunctionCall788", "bnf": [ [ "ROW_COUNT_SYMBOL", @@ -13031,7 +12968,7 @@ ] }, { - "name": "%runtimeFunctionCall794", + "name": "%runtimeFunctionCall789", "bnf": [ [ "TRUNCATE_SYMBOL", @@ -13044,7 +12981,7 @@ ] }, { - "name": "%%runtimeFunctionCall795796", + "name": "%%runtimeFunctionCall790791", "bnf": [ [ "COMMA_SYMBOL", @@ -13053,19 +12990,19 @@ ] }, { - "name": "%runtimeFunctionCall795", + "name": "%runtimeFunctionCall790", "bnf": [ [ "WEEK_SYMBOL", "OPEN_PAR_SYMBOL", "expr", - "%%runtimeFunctionCall795796_zero_or_one", + "%%runtimeFunctionCall790791_zero_or_one", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%%%%runtimeFunctionCall797798799800", + "name": "%%%%runtimeFunctionCall792793794795", "bnf": [ [ "AS_SYMBOL", @@ -13075,16 +13012,16 @@ ] }, { - "name": "%%%runtimeFunctionCall797798799", + "name": "%%%runtimeFunctionCall792793794", "bnf": [ [ - "%%%%runtimeFunctionCall797798799800_zero_or_one", + "%%%%runtimeFunctionCall792793794795_zero_or_one", "weightStringLevels_zero_or_one" ] ] }, { - "name": "%%%runtimeFunctionCall797798801", + "name": "%%%runtimeFunctionCall792793796", "bnf": [ [ "AS_SYMBOL", @@ -13094,7 +13031,7 @@ ] }, { - "name": "%%%runtimeFunctionCall797798802", + "name": "%%%runtimeFunctionCall792793797", "bnf": [ [ "COMMA_SYMBOL", @@ -13107,27 +13044,27 @@ ] }, { - "name": "%%runtimeFunctionCall797798", + "name": "%%runtimeFunctionCall792793", "bnf": [ [ - "%%%runtimeFunctionCall797798799" + "%%%runtimeFunctionCall792793794" ], [ - "%%%runtimeFunctionCall797798801" + "%%%runtimeFunctionCall792793796" ], [ - "%%%runtimeFunctionCall797798802" + "%%%runtimeFunctionCall792793797" ] ] }, { - "name": "%runtimeFunctionCall797", + "name": "%runtimeFunctionCall792", "bnf": [ [ "WEIGHT_STRING_SYMBOL", "OPEN_PAR_SYMBOL", "expr", - "%%runtimeFunctionCall797798", + "%%runtimeFunctionCall792793", "CLOSE_PAR_SYMBOL" ] ] @@ -13135,14 +13072,26 @@ { "name": "runtimeFunctionCall", "bnf": [ + [ + "%runtimeFunctionCall734" + ], + [ + "%runtimeFunctionCall736" + ], + [ + "%runtimeFunctionCall737" + ], + [ + "%runtimeFunctionCall738" + ], [ "%runtimeFunctionCall739" ], [ - "%runtimeFunctionCall741" + "%runtimeFunctionCall740" ], [ - "%runtimeFunctionCall742" + "%runtimeFunctionCall741" ], [ "%runtimeFunctionCall743" @@ -13156,6 +13105,9 @@ [ "%runtimeFunctionCall746" ], + [ + "%runtimeFunctionCall747" + ], [ "%runtimeFunctionCall748" ], @@ -13163,7 +13115,7 @@ "%runtimeFunctionCall749" ], [ - "%runtimeFunctionCall750" + "trimFunction" ], [ "%runtimeFunctionCall751" @@ -13178,19 +13130,16 @@ "%runtimeFunctionCall754" ], [ - "trimFunction" - ], - [ - "%runtimeFunctionCall756" + "%runtimeFunctionCall758" ], [ - "%runtimeFunctionCall757" + "%runtimeFunctionCall759" ], [ - "%runtimeFunctionCall758" + "%runtimeFunctionCall760" ], [ - "%runtimeFunctionCall759" + "%runtimeFunctionCall762" ], [ "%runtimeFunctionCall763" @@ -13202,19 +13151,19 @@ "%runtimeFunctionCall765" ], [ - "%runtimeFunctionCall767" + "substringFunction" ], [ - "%runtimeFunctionCall768" + "%runtimeFunctionCall766" ], [ - "%runtimeFunctionCall769" + "%runtimeFunctionCall767" ], [ - "%runtimeFunctionCall770" + "%runtimeFunctionCall769" ], [ - "substringFunction" + "%runtimeFunctionCall770" ], [ "%runtimeFunctionCall771" @@ -13222,6 +13171,9 @@ [ "%runtimeFunctionCall772" ], + [ + "%runtimeFunctionCall773" + ], [ "%runtimeFunctionCall774" ], @@ -13237,9 +13189,6 @@ [ "%runtimeFunctionCall778" ], - [ - "%runtimeFunctionCall779" - ], [ "%runtimeFunctionCall780" ], @@ -13252,6 +13201,9 @@ [ "%runtimeFunctionCall783" ], + [ + "%runtimeFunctionCall784" + ], [ "%runtimeFunctionCall785" ], @@ -13270,31 +13222,16 @@ [ "%runtimeFunctionCall790" ], - [ - "%runtimeFunctionCall791" - ], [ "%runtimeFunctionCall792" ], - [ - "%runtimeFunctionCall793" - ], - [ - "%runtimeFunctionCall794" - ], - [ - "%runtimeFunctionCall795" - ], - [ - "%runtimeFunctionCall797" - ], [ "geometryFunction" ] ] }, { - "name": "%geometryFunction803", + "name": "%geometryFunction798", "bnf": [ [ "CONTAINS_SYMBOL", @@ -13307,7 +13244,7 @@ ] }, { - "name": "%geometryFunction804", + "name": "%geometryFunction799", "bnf": [ [ "GEOMETRYCOLLECTION_SYMBOL", @@ -13318,7 +13255,7 @@ ] }, { - "name": "%geometryFunction805", + "name": "%geometryFunction800", "bnf": [ [ "LINESTRING_SYMBOL", @@ -13327,7 +13264,7 @@ ] }, { - "name": "%geometryFunction806", + "name": "%geometryFunction801", "bnf": [ [ "MULTILINESTRING_SYMBOL", @@ -13336,7 +13273,7 @@ ] }, { - "name": "%geometryFunction807", + "name": "%geometryFunction802", "bnf": [ [ "MULTIPOINT_SYMBOL", @@ -13345,7 +13282,7 @@ ] }, { - "name": "%geometryFunction808", + "name": "%geometryFunction803", "bnf": [ [ "MULTIPOLYGON_SYMBOL", @@ -13354,7 +13291,7 @@ ] }, { - "name": "%geometryFunction809", + "name": "%geometryFunction804", "bnf": [ [ "POINT_SYMBOL", @@ -13367,7 +13304,7 @@ ] }, { - "name": "%geometryFunction810", + "name": "%geometryFunction805", "bnf": [ [ "POLYGON_SYMBOL", @@ -13379,28 +13316,28 @@ "name": "geometryFunction", "bnf": [ [ - "%geometryFunction803" + "%geometryFunction798" ], [ - "%geometryFunction804" + "%geometryFunction799" ], [ - "%geometryFunction805" + "%geometryFunction800" ], [ - "%geometryFunction806" + "%geometryFunction801" ], [ - "%geometryFunction807" + "%geometryFunction802" ], [ - "%geometryFunction808" + "%geometryFunction803" ], [ - "%geometryFunction809" + "%geometryFunction804" ], [ - "%geometryFunction810" + "%geometryFunction805" ] ] }, @@ -13423,7 +13360,7 @@ ] }, { - "name": "%%weightStringLevels811812", + "name": "%%weightStringLevels806807", "bnf": [ [ "real_ulong_number", @@ -13433,7 +13370,7 @@ ] }, { - "name": "%%%weightStringLevels811813814", + "name": "%%%weightStringLevels806808809", "bnf": [ [ "COMMA_SYMBOL", @@ -13442,22 +13379,22 @@ ] }, { - "name": "%%weightStringLevels811813", + "name": "%%weightStringLevels806808", "bnf": [ [ "weightStringLevelListItem", - "%%%weightStringLevels811813814_zero_or_more" + "%%%weightStringLevels806808809_zero_or_more" ] ] }, { - "name": "%weightStringLevels811", + "name": "%weightStringLevels806", "bnf": [ [ - "%%weightStringLevels811812" + "%%weightStringLevels806807" ], [ - "%%weightStringLevels811813" + "%%weightStringLevels806808" ] ] }, @@ -13466,12 +13403,12 @@ "bnf": [ [ "LEVEL_SYMBOL", - "%weightStringLevels811" + "%weightStringLevels806" ] ] }, { - "name": "%%%weightStringLevelListItem815816817", + "name": "%%%weightStringLevelListItem810811812", "bnf": [ [ "ASC_SYMBOL" @@ -13482,19 +13419,19 @@ ] }, { - "name": "%%weightStringLevelListItem815816", + "name": "%%weightStringLevelListItem810811", "bnf": [ [ - "%%%weightStringLevelListItem815816817", + "%%%weightStringLevelListItem810811812", "REVERSE_SYMBOL_zero_or_one" ] ] }, { - "name": "%weightStringLevelListItem815", + "name": "%weightStringLevelListItem810", "bnf": [ [ - "%%weightStringLevelListItem815816" + "%%weightStringLevelListItem810811" ], [ "REVERSE_SYMBOL" @@ -13506,7 +13443,7 @@ "bnf": [ [ "real_ulong_number", - "%weightStringLevelListItem815_zero_or_one" + "%weightStringLevelListItem810_zero_or_one" ] ] }, @@ -13528,7 +13465,7 @@ ] }, { - "name": "%%%trimFunction818819820", + "name": "%%%trimFunction813814815", "bnf": [ [ "FROM_SYMBOL", @@ -13537,16 +13474,16 @@ ] }, { - "name": "%%trimFunction818819", + "name": "%%trimFunction813814", "bnf": [ [ "expr", - "%%%trimFunction818819820_zero_or_one" + "%%%trimFunction813814815_zero_or_one" ] ] }, { - "name": "%%trimFunction818821", + "name": "%%trimFunction813816", "bnf": [ [ "LEADING_SYMBOL", @@ -13557,7 +13494,7 @@ ] }, { - "name": "%%trimFunction818822", + "name": "%%trimFunction813817", "bnf": [ [ "TRAILING_SYMBOL", @@ -13568,7 +13505,7 @@ ] }, { - "name": "%%trimFunction818823", + "name": "%%trimFunction813818", "bnf": [ [ "BOTH_SYMBOL", @@ -13579,19 +13516,19 @@ ] }, { - "name": "%trimFunction818", + "name": "%trimFunction813", "bnf": [ [ - "%%trimFunction818819" + "%%trimFunction813814" ], [ - "%%trimFunction818821" + "%%trimFunction813816" ], [ - "%%trimFunction818822" + "%%trimFunction813817" ], [ - "%%trimFunction818823" + "%%trimFunction813818" ] ] }, @@ -13601,13 +13538,13 @@ [ "TRIM_SYMBOL", "OPEN_PAR_SYMBOL", - "%trimFunction818", + "%trimFunction813", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%%%substringFunction824825826", + "name": "%%%substringFunction819820821", "bnf": [ [ "COMMA_SYMBOL", @@ -13616,17 +13553,17 @@ ] }, { - "name": "%%substringFunction824825", + "name": "%%substringFunction819820", "bnf": [ [ "COMMA_SYMBOL", "expr", - "%%%substringFunction824825826_zero_or_one" + "%%%substringFunction819820821_zero_or_one" ] ] }, { - "name": "%%%substringFunction824827828", + "name": "%%%substringFunction819822823", "bnf": [ [ "FOR_SYMBOL", @@ -13635,23 +13572,23 @@ ] }, { - "name": "%%substringFunction824827", + "name": "%%substringFunction819822", "bnf": [ [ "FROM_SYMBOL", "expr", - "%%%substringFunction824827828_zero_or_one" + "%%%substringFunction819822823_zero_or_one" ] ] }, { - "name": "%substringFunction824", + "name": "%substringFunction819", "bnf": [ [ - "%%substringFunction824825" + "%%substringFunction819820" ], [ - "%%substringFunction824827" + "%%substringFunction819822" ] ] }, @@ -13662,13 +13599,13 @@ "SUBSTRING_SYMBOL", "OPEN_PAR_SYMBOL", "expr", - "%substringFunction824", + "%substringFunction819", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%functionCall829", + "name": "%functionCall824", "bnf": [ [ "pureIdentifier", @@ -13679,7 +13616,7 @@ ] }, { - "name": "%functionCall830", + "name": "%functionCall825", "bnf": [ [ "qualifiedIdentifier", @@ -13693,15 +13630,15 @@ "name": "functionCall", "bnf": [ [ - "%functionCall829" + "%functionCall824" ], [ - "%functionCall830" + "%functionCall825" ] ] }, { - "name": "%udfExprList831", + "name": "%udfExprList826", "bnf": [ [ "COMMA_SYMBOL", @@ -13714,7 +13651,7 @@ "bnf": [ [ "udfExpr", - "%udfExprList831_zero_or_more" + "%udfExprList826_zero_or_more" ] ] }, @@ -13739,7 +13676,7 @@ ] }, { - "name": "%userVariable832", + "name": "%userVariable827", "bnf": [ [ "AT_SIGN_SYMBOL", @@ -13751,7 +13688,7 @@ "name": "userVariable", "bnf": [ [ - "%userVariable832" + "%userVariable827" ], [ "AT_TEXT_SUFFIX" @@ -13770,7 +13707,7 @@ ] }, { - "name": "%%internalVariableName833834", + "name": "%%internalVariableName828829", "bnf": [ [ "identifier", @@ -13779,7 +13716,7 @@ ] }, { - "name": "%%internalVariableName833835", + "name": "%%internalVariableName828830", "bnf": [ [ "lValueIdentifier", @@ -13788,18 +13725,18 @@ ] }, { - "name": "%internalVariableName833", + "name": "%internalVariableName828", "bnf": [ [ - "%%internalVariableName833834" + "%%internalVariableName828829" ], [ - "%%internalVariableName833835" + "%%internalVariableName828830" ] ] }, { - "name": "%internalVariableName836", + "name": "%internalVariableName831", "bnf": [ [ "DEFAULT_SYMBOL", @@ -13811,10 +13748,10 @@ "name": "internalVariableName", "bnf": [ [ - "%internalVariableName833" + "%internalVariableName828" ], [ - "%internalVariableName836" + "%internalVariableName831" ] ] }, @@ -13846,7 +13783,7 @@ ] }, { - "name": "%exprList837", + "name": "%exprList832", "bnf": [ [ "COMMA_SYMBOL", @@ -13859,12 +13796,12 @@ "bnf": [ [ "expr", - "%exprList837_zero_or_more" + "%exprList832_zero_or_more" ] ] }, { - "name": "%charset838", + "name": "%charset833", "bnf": [ [ "CHAR_SYMBOL", @@ -13876,7 +13813,7 @@ "name": "charset", "bnf": [ [ - "%charset838" + "%charset833" ], [ "CHARSET_SYMBOL" @@ -13906,7 +13843,7 @@ ] }, { - "name": "%interval839", + "name": "%interval834", "bnf": [ [ "SECOND_MICROSECOND_SYMBOL" @@ -13950,7 +13887,7 @@ "intervalTimeStamp" ], [ - "%interval839" + "%interval834" ] ] }, @@ -14017,7 +13954,7 @@ ] }, { - "name": "%orderList840", + "name": "%orderList835", "bnf": [ [ "COMMA_SYMBOL", @@ -14030,7 +13967,7 @@ "bnf": [ [ "orderExpression", - "%orderList840_zero_or_more" + "%orderList835_zero_or_more" ] ] }, @@ -14044,7 +13981,7 @@ ] }, { - "name": "%groupList841", + "name": "%groupList836", "bnf": [ [ "COMMA_SYMBOL", @@ -14057,7 +13994,7 @@ "bnf": [ [ "groupingExpression", - "%groupList841_zero_or_more" + "%groupList836_zero_or_more" ] ] }, @@ -14144,7 +14081,7 @@ ] }, { - "name": "%%ifBody842843", + "name": "%%ifBody837838", "bnf": [ [ "ELSEIF_SYMBOL", @@ -14153,7 +14090,7 @@ ] }, { - "name": "%%ifBody842844", + "name": "%%ifBody837839", "bnf": [ [ "ELSE_SYMBOL", @@ -14162,13 +14099,13 @@ ] }, { - "name": "%ifBody842", + "name": "%ifBody837", "bnf": [ [ - "%%ifBody842843" + "%%ifBody837838" ], [ - "%%ifBody842844" + "%%ifBody837839" ] ] }, @@ -14178,7 +14115,7 @@ [ "expr", "thenStatement", - "%ifBody842_zero_or_one" + "%ifBody837_zero_or_one" ] ] }, @@ -14192,7 +14129,7 @@ ] }, { - "name": "%compoundStatementList845", + "name": "%compoundStatementList840", "bnf": [ [ "compoundStatement", @@ -14204,12 +14141,12 @@ "name": "compoundStatementList", "bnf": [ [ - "%compoundStatementList845_one_or_more" + "%compoundStatementList840_one_or_more" ] ] }, { - "name": "%caseStatement846", + "name": "%caseStatement841", "bnf": [ [ "whenExpression", @@ -14223,7 +14160,7 @@ [ "CASE_SYMBOL", "expr_zero_or_one", - "%caseStatement846_one_or_more", + "%caseStatement841_one_or_more", "elseStatement_zero_or_one", "END_SYMBOL", "CASE_SYMBOL" @@ -14339,7 +14276,7 @@ ] }, { - "name": "%spDeclarations847", + "name": "%spDeclarations842", "bnf": [ [ "spDeclaration", @@ -14351,7 +14288,7 @@ "name": "spDeclarations", "bnf": [ [ - "%spDeclarations847_one_or_more" + "%spDeclarations842_one_or_more" ] ] }, @@ -14373,7 +14310,7 @@ ] }, { - "name": "%variableDeclaration848", + "name": "%variableDeclaration843", "bnf": [ [ "DEFAULT_SYMBOL", @@ -14389,7 +14326,7 @@ "identifierList", "dataType", "collate_zero_or_one", - "%variableDeclaration848_zero_or_one" + "%variableDeclaration843_zero_or_one" ] ] }, @@ -14427,7 +14364,7 @@ ] }, { - "name": "%handlerDeclaration849", + "name": "%handlerDeclaration844", "bnf": [ [ "CONTINUE_SYMBOL" @@ -14441,7 +14378,7 @@ ] }, { - "name": "%handlerDeclaration850", + "name": "%handlerDeclaration845", "bnf": [ [ "COMMA_SYMBOL", @@ -14454,17 +14391,17 @@ "bnf": [ [ "DECLARE_SYMBOL", - "%handlerDeclaration849", + "%handlerDeclaration844", "HANDLER_SYMBOL", "FOR_SYMBOL", "handlerCondition", - "%handlerDeclaration850_zero_or_more", + "%handlerDeclaration845_zero_or_more", "compoundStatement" ] ] }, { - "name": "%handlerCondition851", + "name": "%handlerCondition846", "bnf": [ [ "notRule", @@ -14485,7 +14422,7 @@ "SQLWARNING_SYMBOL" ], [ - "%handlerCondition851" + "%handlerCondition846" ], [ "SQLEXCEPTION_SYMBOL" @@ -14523,7 +14460,7 @@ ] }, { - "name": "%getDiagnostics852", + "name": "%getDiagnostics847", "bnf": [ [ "CURRENT_SYMBOL" @@ -14534,7 +14471,7 @@ ] }, { - "name": "%%%getDiagnostics853854855", + "name": "%%%getDiagnostics848849850", "bnf": [ [ "COMMA_SYMBOL", @@ -14543,16 +14480,16 @@ ] }, { - "name": "%%getDiagnostics853854", + "name": "%%getDiagnostics848849", "bnf": [ [ "statementInformationItem", - "%%%getDiagnostics853854855_zero_or_more" + "%%%getDiagnostics848849850_zero_or_more" ] ] }, { - "name": "%%%getDiagnostics853856857", + "name": "%%%getDiagnostics848851852", "bnf": [ [ "COMMA_SYMBOL", @@ -14561,24 +14498,24 @@ ] }, { - "name": "%%getDiagnostics853856", + "name": "%%getDiagnostics848851", "bnf": [ [ "CONDITION_SYMBOL", "signalAllowedExpr", "conditionInformationItem", - "%%%getDiagnostics853856857_zero_or_more" + "%%%getDiagnostics848851852_zero_or_more" ] ] }, { - "name": "%getDiagnostics853", + "name": "%getDiagnostics848", "bnf": [ [ - "%%getDiagnostics853854" + "%%getDiagnostics848849" ], [ - "%%getDiagnostics853856" + "%%getDiagnostics848851" ] ] }, @@ -14587,9 +14524,9 @@ "bnf": [ [ "GET_SYMBOL", - "%getDiagnostics852_zero_or_one", + "%getDiagnostics847_zero_or_one", "DIAGNOSTICS_SYMBOL", - "%getDiagnostics853" + "%getDiagnostics848" ] ] }, @@ -14608,7 +14545,7 @@ ] }, { - "name": "%statementInformationItem858", + "name": "%statementInformationItem853", "bnf": [ [ "variable" @@ -14619,7 +14556,7 @@ ] }, { - "name": "%statementInformationItem859", + "name": "%statementInformationItem854", "bnf": [ [ "NUMBER_SYMBOL" @@ -14633,14 +14570,14 @@ "name": "statementInformationItem", "bnf": [ [ - "%statementInformationItem858", + "%statementInformationItem853", "EQUAL_OPERATOR", - "%statementInformationItem859" + "%statementInformationItem854" ] ] }, { - "name": "%conditionInformationItem860", + "name": "%conditionInformationItem855", "bnf": [ [ "variable" @@ -14651,7 +14588,7 @@ ] }, { - "name": "%conditionInformationItem861", + "name": "%conditionInformationItem856", "bnf": [ [ "signalInformationItemName" @@ -14665,9 +14602,9 @@ "name": "conditionInformationItem", "bnf": [ [ - "%conditionInformationItem860", + "%conditionInformationItem855", "EQUAL_OPERATOR", - "%conditionInformationItem861" + "%conditionInformationItem856" ] ] }, @@ -14713,7 +14650,7 @@ ] }, { - "name": "%signalStatement862", + "name": "%signalStatement857", "bnf": [ [ "identifier" @@ -14724,7 +14661,7 @@ ] }, { - "name": "%%signalStatement863864", + "name": "%%signalStatement858859", "bnf": [ [ "COMMA_SYMBOL", @@ -14733,12 +14670,12 @@ ] }, { - "name": "%signalStatement863", + "name": "%signalStatement858", "bnf": [ [ "SET_SYMBOL", "signalInformationItem", - "%%signalStatement863864_zero_or_more" + "%%signalStatement858859_zero_or_more" ] ] }, @@ -14747,13 +14684,13 @@ "bnf": [ [ "SIGNAL_SYMBOL", - "%signalStatement862", - "%signalStatement863_zero_or_one" + "%signalStatement857", + "%signalStatement858_zero_or_one" ] ] }, { - "name": "%resignalStatement865", + "name": "%resignalStatement860", "bnf": [ [ "identifier" @@ -14764,7 +14701,7 @@ ] }, { - "name": "%%resignalStatement866867", + "name": "%%resignalStatement861862", "bnf": [ [ "COMMA_SYMBOL", @@ -14773,12 +14710,12 @@ ] }, { - "name": "%resignalStatement866", + "name": "%resignalStatement861", "bnf": [ [ "SET_SYMBOL", "signalInformationItem", - "%%resignalStatement866867_zero_or_more" + "%%resignalStatement861862_zero_or_more" ] ] }, @@ -14787,8 +14724,8 @@ "bnf": [ [ "RESIGNAL_SYMBOL", - "%resignalStatement865_zero_or_one", - "%resignalStatement866_zero_or_one" + "%resignalStatement860_zero_or_one", + "%resignalStatement861_zero_or_one" ] ] }, @@ -14821,7 +14758,7 @@ ] }, { - "name": "%cursorFetch868", + "name": "%cursorFetch863", "bnf": [ [ "NEXT_SYMBOL_zero_or_one", @@ -14834,7 +14771,7 @@ "bnf": [ [ "FETCH_SYMBOL", - "%cursorFetch868_zero_or_one", + "%cursorFetch863_zero_or_one", "identifier", "INTO_SYMBOL", "identifierList" @@ -14842,7 +14779,7 @@ ] }, { - "name": "%schedule869", + "name": "%schedule864", "bnf": [ [ "AT_SYMBOL", @@ -14851,7 +14788,7 @@ ] }, { - "name": "%%schedule870871", + "name": "%%schedule865866", "bnf": [ [ "STARTS_SYMBOL", @@ -14860,7 +14797,7 @@ ] }, { - "name": "%%schedule870872", + "name": "%%schedule865867", "bnf": [ [ "ENDS_SYMBOL", @@ -14869,14 +14806,14 @@ ] }, { - "name": "%schedule870", + "name": "%schedule865", "bnf": [ [ "EVERY_SYMBOL", "expr", "interval", - "%%schedule870871_zero_or_one", - "%%schedule870872_zero_or_one" + "%%schedule865866_zero_or_one", + "%%schedule865867_zero_or_one" ] ] }, @@ -14884,10 +14821,10 @@ "name": "schedule", "bnf": [ [ - "%schedule869" + "%schedule864" ], [ - "%schedule870" + "%schedule865" ] ] }, @@ -14931,7 +14868,7 @@ ] }, { - "name": "%%tableConstraintDef873874", + "name": "%%tableConstraintDef868869", "bnf": [ [ "KEY_SYMBOL" @@ -14942,10 +14879,10 @@ ] }, { - "name": "%tableConstraintDef873", + "name": "%tableConstraintDef868", "bnf": [ [ - "%%tableConstraintDef873874", + "%%tableConstraintDef868869", "indexNameAndType_zero_or_one", "keyListVariants", "indexOption_zero_or_more" @@ -14953,7 +14890,7 @@ ] }, { - "name": "%tableConstraintDef875", + "name": "%tableConstraintDef870", "bnf": [ [ "FULLTEXT_SYMBOL", @@ -14965,7 +14902,7 @@ ] }, { - "name": "%tableConstraintDef876", + "name": "%tableConstraintDef871", "bnf": [ [ "SPATIAL_SYMBOL", @@ -14977,7 +14914,7 @@ ] }, { - "name": "%%%%%tableConstraintDef877878879880881", + "name": "%%%%%tableConstraintDef872873874875876", "bnf": [ [ "PRIMARY_SYMBOL", @@ -14986,7 +14923,7 @@ ] }, { - "name": "%%%%%tableConstraintDef877878879880882", + "name": "%%%%%tableConstraintDef872873874875877", "bnf": [ [ "UNIQUE_SYMBOL", @@ -14995,21 +14932,21 @@ ] }, { - "name": "%%%%tableConstraintDef877878879880", + "name": "%%%%tableConstraintDef872873874875", "bnf": [ [ - "%%%%%tableConstraintDef877878879880881" + "%%%%%tableConstraintDef872873874875876" ], [ - "%%%%%tableConstraintDef877878879880882" + "%%%%%tableConstraintDef872873874875877" ] ] }, { - "name": "%%%tableConstraintDef877878879", + "name": "%%%tableConstraintDef872873874", "bnf": [ [ - "%%%%tableConstraintDef877878879880", + "%%%%tableConstraintDef872873874875", "indexNameAndType_zero_or_one", "keyListVariants", "indexOption_zero_or_more" @@ -15017,7 +14954,7 @@ ] }, { - "name": "%%%tableConstraintDef877878883", + "name": "%%%tableConstraintDef872873878", "bnf": [ [ "FOREIGN_SYMBOL", @@ -15029,7 +14966,7 @@ ] }, { - "name": "%%%tableConstraintDef877878884", + "name": "%%%tableConstraintDef872873879", "bnf": [ [ "checkConstraint", @@ -15038,25 +14975,25 @@ ] }, { - "name": "%%tableConstraintDef877878", + "name": "%%tableConstraintDef872873", "bnf": [ [ - "%%%tableConstraintDef877878879" + "%%%tableConstraintDef872873874" ], [ - "%%%tableConstraintDef877878883" + "%%%tableConstraintDef872873878" ], [ - "%%%tableConstraintDef877878884" + "%%%tableConstraintDef872873879" ] ] }, { - "name": "%tableConstraintDef877", + "name": "%tableConstraintDef872", "bnf": [ [ "constraintName_zero_or_one", - "%%tableConstraintDef877878" + "%%tableConstraintDef872873" ] ] }, @@ -15064,16 +15001,16 @@ "name": "tableConstraintDef", "bnf": [ [ - "%tableConstraintDef873" + "%tableConstraintDef868" ], [ - "%tableConstraintDef875" + "%tableConstraintDef870" ], [ - "%tableConstraintDef876" + "%tableConstraintDef871" ], [ - "%tableConstraintDef877" + "%tableConstraintDef872" ] ] }, @@ -15087,7 +15024,7 @@ ] }, { - "name": "%%%fieldDefinition885886887", + "name": "%%%fieldDefinition880881882", "bnf": [ [ "GENERATED_SYMBOL", @@ -15096,7 +15033,7 @@ ] }, { - "name": "%%%fieldDefinition885886888", + "name": "%%%fieldDefinition880881883", "bnf": [ [ "VIRTUAL_SYMBOL" @@ -15107,7 +15044,7 @@ ] }, { - "name": "%%%fieldDefinition885886889", + "name": "%%%fieldDefinition880881884", "bnf": [ [ "gcolAttribute_zero_or_more" @@ -15118,26 +15055,26 @@ ] }, { - "name": "%%fieldDefinition885886", + "name": "%%fieldDefinition880881", "bnf": [ [ "collate_zero_or_one", - "%%%fieldDefinition885886887_zero_or_one", + "%%%fieldDefinition880881882_zero_or_one", "AS_SYMBOL", "exprWithParentheses", - "%%%fieldDefinition885886888_zero_or_one", - "%%%fieldDefinition885886889" + "%%%fieldDefinition880881883_zero_or_one", + "%%%fieldDefinition880881884" ] ] }, { - "name": "%fieldDefinition885", + "name": "%fieldDefinition880", "bnf": [ [ "columnAttribute_zero_or_more" ], [ - "%%fieldDefinition885886" + "%%fieldDefinition880881" ] ] }, @@ -15146,12 +15083,12 @@ "bnf": [ [ "dataType", - "%fieldDefinition885" + "%fieldDefinition880" ] ] }, { - "name": "%columnAttribute890", + "name": "%columnAttribute885", "bnf": [ [ "NOT_SYMBOL_zero_or_one", @@ -15160,7 +15097,7 @@ ] }, { - "name": "%columnAttribute891", + "name": "%columnAttribute886", "bnf": [ [ "NOT_SYMBOL", @@ -15169,7 +15106,7 @@ ] }, { - "name": "%%%columnAttribute892893894", + "name": "%%%columnAttribute887888889", "bnf": [ [ "NOW_SYMBOL", @@ -15178,13 +15115,13 @@ ] }, { - "name": "%%columnAttribute892893", + "name": "%%columnAttribute887888", "bnf": [ [ "signedLiteral" ], [ - "%%%columnAttribute892893894" + "%%%columnAttribute887888889" ], [ "exprWithParentheses" @@ -15192,16 +15129,16 @@ ] }, { - "name": "%columnAttribute892", + "name": "%columnAttribute887", "bnf": [ [ "DEFAULT_SYMBOL", - "%%columnAttribute892893" + "%%columnAttribute887888" ] ] }, { - "name": "%columnAttribute895", + "name": "%columnAttribute890", "bnf": [ [ "ON_SYMBOL", @@ -15212,7 +15149,7 @@ ] }, { - "name": "%columnAttribute896", + "name": "%columnAttribute891", "bnf": [ [ "SERIAL_SYMBOL", @@ -15222,7 +15159,7 @@ ] }, { - "name": "%columnAttribute897", + "name": "%columnAttribute892", "bnf": [ [ "PRIMARY_SYMBOL_zero_or_one", @@ -15231,7 +15168,7 @@ ] }, { - "name": "%columnAttribute898", + "name": "%columnAttribute893", "bnf": [ [ "UNIQUE_SYMBOL", @@ -15240,7 +15177,7 @@ ] }, { - "name": "%columnAttribute899", + "name": "%columnAttribute894", "bnf": [ [ "COMMENT_SYMBOL", @@ -15249,7 +15186,7 @@ ] }, { - "name": "%columnAttribute900", + "name": "%columnAttribute895", "bnf": [ [ "COLUMN_FORMAT_SYMBOL", @@ -15258,7 +15195,7 @@ ] }, { - "name": "%columnAttribute901", + "name": "%columnAttribute896", "bnf": [ [ "STORAGE_SYMBOL", @@ -15267,7 +15204,7 @@ ] }, { - "name": "%columnAttribute902", + "name": "%columnAttribute897", "bnf": [ [ "SRID_SYMBOL", @@ -15276,7 +15213,7 @@ ] }, { - "name": "%columnAttribute903", + "name": "%columnAttribute898", "bnf": [ [ "constraintName_zero_or_one", @@ -15288,46 +15225,46 @@ "name": "columnAttribute", "bnf": [ [ - "%columnAttribute890" + "%columnAttribute885" ], [ - "%columnAttribute891" + "%columnAttribute886" ], [ - "%columnAttribute892" + "%columnAttribute887" ], [ - "%columnAttribute895" + "%columnAttribute890" ], [ "AUTO_INCREMENT_SYMBOL" ], [ - "%columnAttribute896" + "%columnAttribute891" ], [ - "%columnAttribute897" + "%columnAttribute892" ], [ - "%columnAttribute898" + "%columnAttribute893" ], [ - "%columnAttribute899" + "%columnAttribute894" ], [ "collate" ], [ - "%columnAttribute900" + "%columnAttribute895" ], [ - "%columnAttribute901" + "%columnAttribute896" ], [ - "%columnAttribute902" + "%columnAttribute897" ], [ - "%columnAttribute903" + "%columnAttribute898" ], [ "constraintEnforcement" @@ -15363,7 +15300,7 @@ ] }, { - "name": "%gcolAttribute904", + "name": "%gcolAttribute899", "bnf": [ [ "UNIQUE_SYMBOL", @@ -15372,7 +15309,7 @@ ] }, { - "name": "%gcolAttribute905", + "name": "%gcolAttribute900", "bnf": [ [ "COMMENT_SYMBOL", @@ -15381,7 +15318,7 @@ ] }, { - "name": "%gcolAttribute906", + "name": "%gcolAttribute901", "bnf": [ [ "notRule_zero_or_one", @@ -15390,7 +15327,7 @@ ] }, { - "name": "%gcolAttribute907", + "name": "%gcolAttribute902", "bnf": [ [ "PRIMARY_SYMBOL_zero_or_one", @@ -15402,21 +15339,21 @@ "name": "gcolAttribute", "bnf": [ [ - "%gcolAttribute904" + "%gcolAttribute899" ], [ - "%gcolAttribute905" + "%gcolAttribute900" ], [ - "%gcolAttribute906" + "%gcolAttribute901" ], [ - "%gcolAttribute907" + "%gcolAttribute902" ] ] }, { - "name": "%%references908909", + "name": "%%references903904", "bnf": [ [ "FULL_SYMBOL" @@ -15430,16 +15367,16 @@ ] }, { - "name": "%references908", + "name": "%references903", "bnf": [ [ "MATCH_SYMBOL", - "%%references908909" + "%%references903904" ] ] }, { - "name": "%%%references910911912", + "name": "%%%references905906907", "bnf": [ [ "ON_SYMBOL", @@ -15449,18 +15386,18 @@ ] }, { - "name": "%%references910911", + "name": "%%references905906", "bnf": [ [ "ON_SYMBOL", "UPDATE_SYMBOL", "deleteOption", - "%%%references910911912_zero_or_one" + "%%%references905906907_zero_or_one" ] ] }, { - "name": "%%%references910913914", + "name": "%%%references905908909", "bnf": [ [ "ON_SYMBOL", @@ -15470,24 +15407,24 @@ ] }, { - "name": "%%references910913", + "name": "%%references905908", "bnf": [ [ "ON_SYMBOL", "DELETE_SYMBOL", "deleteOption", - "%%%references910913914_zero_or_one" + "%%%references905908909_zero_or_one" ] ] }, { - "name": "%references910", + "name": "%references905", "bnf": [ [ - "%%references910911" + "%%references905906" ], [ - "%%references910913" + "%%references905908" ] ] }, @@ -15498,13 +15435,13 @@ "REFERENCES_SYMBOL", "tableRef", "identifierListWithParentheses_zero_or_one", - "%references908_zero_or_one", - "%references910_zero_or_one" + "%references903_zero_or_one", + "%references905_zero_or_one" ] ] }, { - "name": "%deleteOption915", + "name": "%deleteOption910", "bnf": [ [ "RESTRICT_SYMBOL" @@ -15515,7 +15452,7 @@ ] }, { - "name": "%deleteOption916", + "name": "%deleteOption911", "bnf": [ [ "SET_SYMBOL", @@ -15524,7 +15461,7 @@ ] }, { - "name": "%deleteOption917", + "name": "%deleteOption912", "bnf": [ [ "NO_SYMBOL", @@ -15536,18 +15473,18 @@ "name": "deleteOption", "bnf": [ [ - "%deleteOption915" + "%deleteOption910" ], [ - "%deleteOption916" + "%deleteOption911" ], [ - "%deleteOption917" + "%deleteOption912" ] ] }, { - "name": "%keyList918", + "name": "%keyList913", "bnf": [ [ "COMMA_SYMBOL", @@ -15561,7 +15498,7 @@ [ "OPEN_PAR_SYMBOL", "keyPart", - "%keyList918_zero_or_more", + "%keyList913_zero_or_more", "CLOSE_PAR_SYMBOL" ] ] @@ -15577,7 +15514,7 @@ ] }, { - "name": "%keyListWithExpression919", + "name": "%keyListWithExpression914", "bnf": [ [ "COMMA_SYMBOL", @@ -15591,13 +15528,13 @@ [ "OPEN_PAR_SYMBOL", "keyPartOrExpression", - "%keyListWithExpression919_zero_or_more", + "%keyListWithExpression914_zero_or_more", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%keyPartOrExpression920", + "name": "%keyPartOrExpression915", "bnf": [ [ "exprWithParentheses", @@ -15612,7 +15549,7 @@ "keyPart" ], [ - "%keyPartOrExpression920" + "%keyPartOrExpression915" ] ] }, @@ -15653,7 +15590,7 @@ ] }, { - "name": "%commonIndexOption921", + "name": "%commonIndexOption916", "bnf": [ [ "KEY_BLOCK_SIZE_SYMBOL", @@ -15663,7 +15600,7 @@ ] }, { - "name": "%commonIndexOption922", + "name": "%commonIndexOption917", "bnf": [ [ "COMMENT_SYMBOL", @@ -15675,10 +15612,10 @@ "name": "commonIndexOption", "bnf": [ [ - "%commonIndexOption921" + "%commonIndexOption916" ], [ - "%commonIndexOption922" + "%commonIndexOption917" ], [ "visibility" @@ -15697,7 +15634,7 @@ ] }, { - "name": "%indexTypeClause923", + "name": "%indexTypeClause918", "bnf": [ [ "USING_SYMBOL" @@ -15711,13 +15648,13 @@ "name": "indexTypeClause", "bnf": [ [ - "%indexTypeClause923", + "%indexTypeClause918", "indexType" ] ] }, { - "name": "%fulltextIndexOption924", + "name": "%fulltextIndexOption919", "bnf": [ [ "WITH_SYMBOL", @@ -15733,7 +15670,7 @@ "commonIndexOption" ], [ - "%fulltextIndexOption924" + "%fulltextIndexOption919" ] ] }, @@ -15755,7 +15692,7 @@ ] }, { - "name": "%%dataType925926", + "name": "%%dataType920921", "bnf": [ [ "INT_SYMBOL" @@ -15775,17 +15712,17 @@ ] }, { - "name": "%dataType925", + "name": "%dataType920", "bnf": [ [ - "%%dataType925926", + "%%dataType920921", "fieldLength_zero_or_one", "fieldOptions_zero_or_one" ] ] }, { - "name": "%%%dataType927928929", + "name": "%%%dataType922923924", "bnf": [ [ "DOUBLE_SYMBOL", @@ -15794,28 +15731,28 @@ ] }, { - "name": "%%dataType927928", + "name": "%%dataType922923", "bnf": [ [ "REAL_SYMBOL" ], [ - "%%%dataType927928929" + "%%%dataType922923924" ] ] }, { - "name": "%dataType927", + "name": "%dataType922", "bnf": [ [ - "%%dataType927928", + "%%dataType922923", "precision_zero_or_one", "fieldOptions_zero_or_one" ] ] }, { - "name": "%%dataType930931", + "name": "%%dataType925926", "bnf": [ [ "FLOAT_SYMBOL" @@ -15832,17 +15769,17 @@ ] }, { - "name": "%dataType930", + "name": "%dataType925", "bnf": [ [ - "%%dataType930931", + "%%dataType925926", "floatOptions_zero_or_one", "fieldOptions_zero_or_one" ] ] }, { - "name": "%dataType932", + "name": "%dataType927", "bnf": [ [ "BIT_SYMBOL", @@ -15851,7 +15788,7 @@ ] }, { - "name": "%dataType933", + "name": "%dataType928", "bnf": [ [ "BOOL_SYMBOL" @@ -15862,7 +15799,7 @@ ] }, { - "name": "%dataType934", + "name": "%dataType929", "bnf": [ [ "CHAR_SYMBOL", @@ -15872,7 +15809,7 @@ ] }, { - "name": "%dataType935", + "name": "%dataType930", "bnf": [ [ "nchar", @@ -15882,7 +15819,7 @@ ] }, { - "name": "%dataType936", + "name": "%dataType931", "bnf": [ [ "BINARY_SYMBOL", @@ -15891,7 +15828,7 @@ ] }, { - "name": "%%%dataType937938939", + "name": "%%%dataType932933934", "bnf": [ [ "CHAR_SYMBOL", @@ -15900,10 +15837,10 @@ ] }, { - "name": "%%dataType937938", + "name": "%%dataType932933", "bnf": [ [ - "%%%dataType937938939" + "%%%dataType932933934" ], [ "VARCHAR_SYMBOL" @@ -15911,17 +15848,17 @@ ] }, { - "name": "%dataType937", + "name": "%dataType932", "bnf": [ [ - "%%dataType937938", + "%%dataType932933", "fieldLength", "charsetWithOptBinary_zero_or_one" ] ] }, { - "name": "%%%dataType940941942", + "name": "%%%dataType935936937", "bnf": [ [ "NATIONAL_SYMBOL", @@ -15930,7 +15867,7 @@ ] }, { - "name": "%%%dataType940941943", + "name": "%%%dataType935936938", "bnf": [ [ "NCHAR_SYMBOL", @@ -15939,7 +15876,7 @@ ] }, { - "name": "%%%dataType940941944", + "name": "%%%dataType935936939", "bnf": [ [ "NATIONAL_SYMBOL", @@ -15949,7 +15886,7 @@ ] }, { - "name": "%%%dataType940941945", + "name": "%%%dataType935936940", "bnf": [ [ "NCHAR_SYMBOL", @@ -15958,37 +15895,37 @@ ] }, { - "name": "%%dataType940941", + "name": "%%dataType935936", "bnf": [ [ - "%%%dataType940941942" + "%%%dataType935936937" ], [ "NVARCHAR_SYMBOL" ], [ - "%%%dataType940941943" + "%%%dataType935936938" ], [ - "%%%dataType940941944" + "%%%dataType935936939" ], [ - "%%%dataType940941945" + "%%%dataType935936940" ] ] }, { - "name": "%dataType940", + "name": "%dataType935", "bnf": [ [ - "%%dataType940941", + "%%dataType935936", "fieldLength", "BINARY_SYMBOL_zero_or_one" ] ] }, { - "name": "%dataType946", + "name": "%dataType941", "bnf": [ [ "VARBINARY_SYMBOL", @@ -15997,7 +15934,7 @@ ] }, { - "name": "%dataType947", + "name": "%dataType942", "bnf": [ [ "YEAR_SYMBOL", @@ -16007,7 +15944,7 @@ ] }, { - "name": "%dataType948", + "name": "%dataType943", "bnf": [ [ "TIME_SYMBOL", @@ -16016,7 +15953,7 @@ ] }, { - "name": "%dataType949", + "name": "%dataType944", "bnf": [ [ "TIMESTAMP_SYMBOL", @@ -16025,7 +15962,7 @@ ] }, { - "name": "%dataType950", + "name": "%dataType945", "bnf": [ [ "DATETIME_SYMBOL", @@ -16034,7 +15971,7 @@ ] }, { - "name": "%dataType951", + "name": "%dataType946", "bnf": [ [ "BLOB_SYMBOL", @@ -16043,7 +15980,7 @@ ] }, { - "name": "%dataType952", + "name": "%dataType947", "bnf": [ [ "MEDIUMBLOB_SYMBOL" @@ -16054,7 +15991,7 @@ ] }, { - "name": "%dataType953", + "name": "%dataType948", "bnf": [ [ "LONG_SYMBOL", @@ -16063,7 +16000,7 @@ ] }, { - "name": "%%%dataType954955956", + "name": "%%%dataType949950951", "bnf": [ [ "CHAR_SYMBOL", @@ -16072,10 +16009,10 @@ ] }, { - "name": "%%dataType954955", + "name": "%%dataType949950", "bnf": [ [ - "%%%dataType954955956" + "%%%dataType949950951" ], [ "VARCHAR_SYMBOL" @@ -16083,17 +16020,17 @@ ] }, { - "name": "%dataType954", + "name": "%dataType949", "bnf": [ [ "LONG_SYMBOL", - "%%dataType954955_zero_or_one", + "%%dataType949950_zero_or_one", "charsetWithOptBinary_zero_or_one" ] ] }, { - "name": "%dataType957", + "name": "%dataType952", "bnf": [ [ "TINYTEXT_SYMBOL", @@ -16102,7 +16039,7 @@ ] }, { - "name": "%dataType958", + "name": "%dataType953", "bnf": [ [ "TEXT_SYMBOL", @@ -16112,7 +16049,7 @@ ] }, { - "name": "%dataType959", + "name": "%dataType954", "bnf": [ [ "MEDIUMTEXT_SYMBOL", @@ -16121,7 +16058,7 @@ ] }, { - "name": "%dataType960", + "name": "%dataType955", "bnf": [ [ "LONGTEXT_SYMBOL", @@ -16130,7 +16067,7 @@ ] }, { - "name": "%dataType961", + "name": "%dataType956", "bnf": [ [ "ENUM_SYMBOL", @@ -16140,7 +16077,7 @@ ] }, { - "name": "%dataType962", + "name": "%dataType957", "bnf": [ [ "SET_SYMBOL", @@ -16150,7 +16087,7 @@ ] }, { - "name": "%dataType963", + "name": "%dataType958", "bnf": [ [ "GEOMETRY_SYMBOL" @@ -16182,85 +16119,85 @@ "name": "dataType", "bnf": [ [ - "%dataType925" + "%dataType920" ], [ - "%dataType927" + "%dataType922" ], [ - "%dataType930" + "%dataType925" ], [ - "%dataType932" + "%dataType927" ], [ - "%dataType933" + "%dataType928" ], [ - "%dataType934" + "%dataType929" ], [ - "%dataType935" + "%dataType930" ], [ - "%dataType936" + "%dataType931" ], [ - "%dataType937" + "%dataType932" ], [ - "%dataType940" + "%dataType935" ], [ - "%dataType946" + "%dataType941" ], [ - "%dataType947" + "%dataType942" ], [ "DATE_SYMBOL" ], [ - "%dataType948" + "%dataType943" ], [ - "%dataType949" + "%dataType944" ], [ - "%dataType950" + "%dataType945" ], [ "TINYBLOB_SYMBOL" ], [ - "%dataType951" + "%dataType946" ], [ - "%dataType952" + "%dataType947" ], [ - "%dataType953" + "%dataType948" ], [ - "%dataType954" + "%dataType949" ], [ - "%dataType957" + "%dataType952" ], [ - "%dataType958" + "%dataType953" ], [ - "%dataType959" + "%dataType954" ], [ - "%dataType960" + "%dataType955" ], [ - "%dataType961" + "%dataType956" ], [ - "%dataType962" + "%dataType957" ], [ "SERIAL_SYMBOL" @@ -16269,12 +16206,12 @@ "JSON_SYMBOL" ], [ - "%dataType963" + "%dataType958" ] ] }, { - "name": "%nchar964", + "name": "%nchar959", "bnf": [ [ "NATIONAL_SYMBOL", @@ -16289,12 +16226,12 @@ "NCHAR_SYMBOL" ], [ - "%nchar964" + "%nchar959" ] ] }, { - "name": "%realType965", + "name": "%realType960", "bnf": [ [ "DOUBLE_SYMBOL", @@ -16309,12 +16246,12 @@ "REAL_SYMBOL" ], [ - "%realType965" + "%realType960" ] ] }, { - "name": "%fieldLength966", + "name": "%fieldLength961", "bnf": [ [ "real_ulonglong_number" @@ -16329,13 +16266,13 @@ "bnf": [ [ "OPEN_PAR_SYMBOL", - "%fieldLength966", + "%fieldLength961", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%fieldOptions967", + "name": "%fieldOptions962", "bnf": [ [ "SIGNED_SYMBOL" @@ -16352,12 +16289,12 @@ "name": "fieldOptions", "bnf": [ [ - "%fieldOptions967_one_or_more" + "%fieldOptions962_one_or_more" ] ] }, { - "name": "%charsetWithOptBinary968", + "name": "%charsetWithOptBinary963", "bnf": [ [ "charset", @@ -16367,7 +16304,7 @@ ] }, { - "name": "%%charsetWithOptBinary969970", + "name": "%%charsetWithOptBinary964965", "bnf": [ [ "charset", @@ -16376,11 +16313,11 @@ ] }, { - "name": "%charsetWithOptBinary969", + "name": "%charsetWithOptBinary964", "bnf": [ [ "BINARY_SYMBOL", - "%%charsetWithOptBinary969970_zero_or_one" + "%%charsetWithOptBinary964965_zero_or_one" ] ] }, @@ -16397,15 +16334,15 @@ "BYTE_SYMBOL" ], [ - "%charsetWithOptBinary968" + "%charsetWithOptBinary963" ], [ - "%charsetWithOptBinary969" + "%charsetWithOptBinary964" ] ] }, { - "name": "%ascii971", + "name": "%ascii966", "bnf": [ [ "ASCII_SYMBOL", @@ -16414,7 +16351,7 @@ ] }, { - "name": "%ascii972", + "name": "%ascii967", "bnf": [ [ "BINARY_SYMBOL", @@ -16426,15 +16363,15 @@ "name": "ascii", "bnf": [ [ - "%ascii971" + "%ascii966" ], [ - "%ascii972" + "%ascii967" ] ] }, { - "name": "%unicode973", + "name": "%unicode968", "bnf": [ [ "UNICODE_SYMBOL", @@ -16443,7 +16380,7 @@ ] }, { - "name": "%unicode974", + "name": "%unicode969", "bnf": [ [ "BINARY_SYMBOL", @@ -16455,10 +16392,10 @@ "name": "unicode", "bnf": [ [ - "%unicode973" + "%unicode968" ], [ - "%unicode974" + "%unicode969" ] ] }, @@ -16511,7 +16448,7 @@ ] }, { - "name": "%createTableOptions975", + "name": "%createTableOptions970", "bnf": [ [ "COMMA_SYMBOL_zero_or_one", @@ -16524,7 +16461,7 @@ "bnf": [ [ "createTableOption", - "%createTableOptions975_zero_or_more" + "%createTableOptions970_zero_or_more" ] ] }, @@ -16537,7 +16474,7 @@ ] }, { - "name": "%createTableOption976", + "name": "%createTableOption971", "bnf": [ [ "ENGINE_SYMBOL", @@ -16547,7 +16484,7 @@ ] }, { - "name": "%%createTableOption977978", + "name": "%%createTableOption972973", "bnf": [ [ "NULL_SYMBOL" @@ -16558,17 +16495,17 @@ ] }, { - "name": "%createTableOption977", + "name": "%createTableOption972", "bnf": [ [ "SECONDARY_ENGINE_SYMBOL", "equal_zero_or_one", - "%%createTableOption977978" + "%%createTableOption972973" ] ] }, { - "name": "%createTableOption979", + "name": "%createTableOption974", "bnf": [ [ "MAX_ROWS_SYMBOL", @@ -16578,7 +16515,7 @@ ] }, { - "name": "%createTableOption980", + "name": "%createTableOption975", "bnf": [ [ "MIN_ROWS_SYMBOL", @@ -16588,7 +16525,7 @@ ] }, { - "name": "%createTableOption981", + "name": "%createTableOption976", "bnf": [ [ "AVG_ROW_LENGTH_SYMBOL", @@ -16598,7 +16535,7 @@ ] }, { - "name": "%createTableOption982", + "name": "%createTableOption977", "bnf": [ [ "PASSWORD_SYMBOL", @@ -16608,7 +16545,7 @@ ] }, { - "name": "%createTableOption983", + "name": "%createTableOption978", "bnf": [ [ "COMMENT_SYMBOL", @@ -16618,7 +16555,7 @@ ] }, { - "name": "%createTableOption984", + "name": "%createTableOption979", "bnf": [ [ "COMPRESSION_SYMBOL", @@ -16628,7 +16565,7 @@ ] }, { - "name": "%createTableOption985", + "name": "%createTableOption980", "bnf": [ [ "ENCRYPTION_SYMBOL", @@ -16638,7 +16575,7 @@ ] }, { - "name": "%createTableOption986", + "name": "%createTableOption981", "bnf": [ [ "AUTO_INCREMENT_SYMBOL", @@ -16648,7 +16585,7 @@ ] }, { - "name": "%createTableOption987", + "name": "%createTableOption982", "bnf": [ [ "PACK_KEYS_SYMBOL", @@ -16658,7 +16595,7 @@ ] }, { - "name": "%%createTableOption988989", + "name": "%%createTableOption983984", "bnf": [ [ "STATS_AUTO_RECALC_SYMBOL" @@ -16672,17 +16609,17 @@ ] }, { - "name": "%createTableOption988", + "name": "%createTableOption983", "bnf": [ [ - "%%createTableOption988989", + "%%createTableOption983984", "EQUAL_OPERATOR_zero_or_one", "ternaryOption" ] ] }, { - "name": "%%createTableOption990991", + "name": "%%createTableOption985986", "bnf": [ [ "CHECKSUM_SYMBOL" @@ -16693,17 +16630,17 @@ ] }, { - "name": "%createTableOption990", + "name": "%createTableOption985", "bnf": [ [ - "%%createTableOption990991", + "%%createTableOption985986", "EQUAL_OPERATOR_zero_or_one", "ulong_number" ] ] }, { - "name": "%createTableOption992", + "name": "%createTableOption987", "bnf": [ [ "DELAY_KEY_WRITE_SYMBOL", @@ -16713,7 +16650,7 @@ ] }, { - "name": "%%createTableOption993994", + "name": "%%createTableOption988989", "bnf": [ [ "DEFAULT_SYMBOL" @@ -16736,17 +16673,17 @@ ] }, { - "name": "%createTableOption993", + "name": "%createTableOption988", "bnf": [ [ "ROW_FORMAT_SYMBOL", "EQUAL_OPERATOR_zero_or_one", - "%%createTableOption993994" + "%%createTableOption988989" ] ] }, { - "name": "%createTableOption995", + "name": "%createTableOption990", "bnf": [ [ "UNION_SYMBOL", @@ -16758,7 +16695,7 @@ ] }, { - "name": "%%createTableOption996997", + "name": "%%createTableOption991992", "bnf": [ [ "NO_SYMBOL" @@ -16772,17 +16709,17 @@ ] }, { - "name": "%createTableOption996", + "name": "%createTableOption991", "bnf": [ [ "INSERT_METHOD_SYMBOL", "EQUAL_OPERATOR_zero_or_one", - "%%createTableOption996997" + "%%createTableOption991992" ] ] }, { - "name": "%createTableOption998", + "name": "%createTableOption993", "bnf": [ [ "DATA_SYMBOL", @@ -16793,7 +16730,7 @@ ] }, { - "name": "%createTableOption999", + "name": "%createTableOption994", "bnf": [ [ "INDEX_SYMBOL", @@ -16804,7 +16741,7 @@ ] }, { - "name": "%%createTableOption10001001", + "name": "%%createTableOption995996", "bnf": [ [ "EQUAL_OPERATOR_zero_or_one" @@ -16812,17 +16749,17 @@ ] }, { - "name": "%createTableOption1000", + "name": "%createTableOption995", "bnf": [ [ "TABLESPACE_SYMBOL", - "%%createTableOption10001001", + "%%createTableOption995996", "identifier" ] ] }, { - "name": "%%createTableOption10021003", + "name": "%%createTableOption997998", "bnf": [ [ "DISK_SYMBOL" @@ -16833,16 +16770,16 @@ ] }, { - "name": "%createTableOption1002", + "name": "%createTableOption997", "bnf": [ [ "STORAGE_SYMBOL", - "%%createTableOption10021003" + "%%createTableOption997998" ] ] }, { - "name": "%createTableOption1004", + "name": "%createTableOption999", "bnf": [ [ "CONNECTION_SYMBOL", @@ -16852,7 +16789,7 @@ ] }, { - "name": "%createTableOption1005", + "name": "%createTableOption1000", "bnf": [ [ "KEY_BLOCK_SIZE_SYMBOL", @@ -16864,12 +16801,27 @@ { "name": "createTableOption", "bnf": [ + [ + "%createTableOption971" + ], + [ + "%createTableOption972" + ], + [ + "%createTableOption974" + ], + [ + "%createTableOption975" + ], [ "%createTableOption976" ], [ "%createTableOption977" ], + [ + "%createTableOption978" + ], [ "%createTableOption979" ], @@ -16885,15 +16837,9 @@ [ "%createTableOption983" ], - [ - "%createTableOption984" - ], [ "%createTableOption985" ], - [ - "%createTableOption986" - ], [ "%createTableOption987" ], @@ -16903,15 +16849,6 @@ [ "%createTableOption990" ], - [ - "%createTableOption992" - ], - [ - "%createTableOption993" - ], - [ - "%createTableOption995" - ], [ "defaultCharset" ], @@ -16919,25 +16856,25 @@ "defaultCollation" ], [ - "%createTableOption996" + "%createTableOption991" ], [ - "%createTableOption998" + "%createTableOption993" ], [ - "%createTableOption999" + "%createTableOption994" ], [ - "%createTableOption1000" + "%createTableOption995" ], [ - "%createTableOption1002" + "%createTableOption997" ], [ - "%createTableOption1004" + "%createTableOption999" ], [ - "%createTableOption1005" + "%createTableOption1000" ] ] }, @@ -16986,7 +16923,7 @@ ] }, { - "name": "%partitionClause1006", + "name": "%partitionClause1001", "bnf": [ [ "PARTITIONS_SYMBOL", @@ -17001,14 +16938,14 @@ "PARTITION_SYMBOL", "BY_SYMBOL", "partitionTypeDef", - "%partitionClause1006_zero_or_one", + "%partitionClause1001_zero_or_one", "subPartitions_zero_or_one", "partitionDefinitions_zero_or_one" ] ] }, { - "name": "%partitionTypeDef1007", + "name": "%partitionTypeDef1002", "bnf": [ [ "LINEAR_SYMBOL_zero_or_one", @@ -17021,7 +16958,7 @@ ] }, { - "name": "%partitionTypeDef1008", + "name": "%partitionTypeDef1003", "bnf": [ [ "LINEAR_SYMBOL_zero_or_one", @@ -17033,7 +16970,7 @@ ] }, { - "name": "%%partitionTypeDef10091010", + "name": "%%partitionTypeDef10041005", "bnf": [ [ "RANGE_SYMBOL" @@ -17044,7 +16981,7 @@ ] }, { - "name": "%%%partitionTypeDef100910111012", + "name": "%%%partitionTypeDef100410061007", "bnf": [ [ "OPEN_PAR_SYMBOL", @@ -17054,7 +16991,7 @@ ] }, { - "name": "%%%partitionTypeDef100910111013", + "name": "%%%partitionTypeDef100410061008", "bnf": [ [ "COLUMNS_SYMBOL", @@ -17065,22 +17002,22 @@ ] }, { - "name": "%%partitionTypeDef10091011", + "name": "%%partitionTypeDef10041006", "bnf": [ [ - "%%%partitionTypeDef100910111012" + "%%%partitionTypeDef100410061007" ], [ - "%%%partitionTypeDef100910111013" + "%%%partitionTypeDef100410061008" ] ] }, { - "name": "%partitionTypeDef1009", + "name": "%partitionTypeDef1004", "bnf": [ [ - "%%partitionTypeDef10091010", - "%%partitionTypeDef10091011" + "%%partitionTypeDef10041005", + "%%partitionTypeDef10041006" ] ] }, @@ -17088,18 +17025,18 @@ "name": "partitionTypeDef", "bnf": [ [ - "%partitionTypeDef1007" + "%partitionTypeDef1002" ], [ - "%partitionTypeDef1008" + "%partitionTypeDef1003" ], [ - "%partitionTypeDef1009" + "%partitionTypeDef1004" ] ] }, { - "name": "%%subPartitions10141015", + "name": "%%subPartitions10091010", "bnf": [ [ "HASH_SYMBOL", @@ -17110,7 +17047,7 @@ ] }, { - "name": "%%subPartitions10141016", + "name": "%%subPartitions10091011", "bnf": [ [ "KEY_SYMBOL", @@ -17120,18 +17057,18 @@ ] }, { - "name": "%subPartitions1014", + "name": "%subPartitions1009", "bnf": [ [ - "%%subPartitions10141015" + "%%subPartitions10091010" ], [ - "%%subPartitions10141016" + "%%subPartitions10091011" ] ] }, { - "name": "%subPartitions1017", + "name": "%subPartitions1012", "bnf": [ [ "SUBPARTITIONS_SYMBOL", @@ -17146,8 +17083,8 @@ "SUBPARTITION_SYMBOL", "BY_SYMBOL", "LINEAR_SYMBOL_zero_or_one", - "%subPartitions1014", - "%subPartitions1017_zero_or_one" + "%subPartitions1009", + "%subPartitions1012_zero_or_one" ] ] }, @@ -17162,7 +17099,7 @@ ] }, { - "name": "%partitionDefinitions1018", + "name": "%partitionDefinitions1013", "bnf": [ [ "COMMA_SYMBOL", @@ -17176,13 +17113,13 @@ [ "OPEN_PAR_SYMBOL", "partitionDefinition", - "%partitionDefinitions1018_zero_or_more", + "%partitionDefinitions1013_zero_or_more", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%%%partitionDefinition101910201021", + "name": "%%%partitionDefinition101410151016", "bnf": [ [ "partitionValueItemListParen" @@ -17193,18 +17130,18 @@ ] }, { - "name": "%%partitionDefinition10191020", + "name": "%%partitionDefinition10141015", "bnf": [ [ "VALUES_SYMBOL", "LESS_SYMBOL", "THAN_SYMBOL", - "%%%partitionDefinition101910201021" + "%%%partitionDefinition101410151016" ] ] }, { - "name": "%%partitionDefinition10191022", + "name": "%%partitionDefinition10141017", "bnf": [ [ "VALUES_SYMBOL", @@ -17214,18 +17151,18 @@ ] }, { - "name": "%partitionDefinition1019", + "name": "%partitionDefinition1014", "bnf": [ [ - "%%partitionDefinition10191020" + "%%partitionDefinition10141015" ], [ - "%%partitionDefinition10191022" + "%%partitionDefinition10141017" ] ] }, { - "name": "%%partitionDefinition10231024", + "name": "%%partitionDefinition10181019", "bnf": [ [ "COMMA_SYMBOL", @@ -17234,12 +17171,12 @@ ] }, { - "name": "%partitionDefinition1023", + "name": "%partitionDefinition1018", "bnf": [ [ "OPEN_PAR_SYMBOL", "subpartitionDefinition", - "%%partitionDefinition10231024_zero_or_more", + "%%partitionDefinition10181019_zero_or_more", "CLOSE_PAR_SYMBOL" ] ] @@ -17250,14 +17187,14 @@ [ "PARTITION_SYMBOL", "identifier", - "%partitionDefinition1019_zero_or_one", + "%partitionDefinition1014_zero_or_one", "partitionOption_zero_or_more", - "%partitionDefinition1023_zero_or_one" + "%partitionDefinition1018_zero_or_one" ] ] }, { - "name": "%%partitionValuesIn10251026", + "name": "%%partitionValuesIn10201021", "bnf": [ [ "COMMA_SYMBOL", @@ -17266,12 +17203,12 @@ ] }, { - "name": "%partitionValuesIn1025", + "name": "%partitionValuesIn1020", "bnf": [ [ "OPEN_PAR_SYMBOL", "partitionValueItemListParen", - "%%partitionValuesIn10251026_zero_or_more", + "%%partitionValuesIn10201021_zero_or_more", "CLOSE_PAR_SYMBOL" ] ] @@ -17283,12 +17220,12 @@ "partitionValueItemListParen" ], [ - "%partitionValuesIn1025" + "%partitionValuesIn1020" ] ] }, { - "name": "%partitionOption1027", + "name": "%partitionOption1022", "bnf": [ [ "TABLESPACE_SYMBOL", @@ -17298,7 +17235,7 @@ ] }, { - "name": "%partitionOption1028", + "name": "%partitionOption1023", "bnf": [ [ "STORAGE_SYMBOL_zero_or_one", @@ -17309,7 +17246,7 @@ ] }, { - "name": "%partitionOption1029", + "name": "%partitionOption1024", "bnf": [ [ "NODEGROUP_SYMBOL", @@ -17319,7 +17256,7 @@ ] }, { - "name": "%%partitionOption10301031", + "name": "%%partitionOption10251026", "bnf": [ [ "MAX_ROWS_SYMBOL" @@ -17330,17 +17267,17 @@ ] }, { - "name": "%partitionOption1030", + "name": "%partitionOption1025", "bnf": [ [ - "%%partitionOption10301031", + "%%partitionOption10251026", "EQUAL_OPERATOR_zero_or_one", "real_ulong_number" ] ] }, { - "name": "%%partitionOption10321033", + "name": "%%partitionOption10271028", "bnf": [ [ "DATA_SYMBOL" @@ -17351,10 +17288,10 @@ ] }, { - "name": "%partitionOption1032", + "name": "%partitionOption1027", "bnf": [ [ - "%%partitionOption10321033", + "%%partitionOption10271028", "DIRECTORY_SYMBOL", "EQUAL_OPERATOR_zero_or_one", "textLiteral" @@ -17362,7 +17299,7 @@ ] }, { - "name": "%partitionOption1034", + "name": "%partitionOption1029", "bnf": [ [ "COMMENT_SYMBOL", @@ -17375,22 +17312,22 @@ "name": "partitionOption", "bnf": [ [ - "%partitionOption1027" + "%partitionOption1022" ], [ - "%partitionOption1028" + "%partitionOption1023" ], [ - "%partitionOption1029" + "%partitionOption1024" ], [ - "%partitionOption1030" + "%partitionOption1025" ], [ - "%partitionOption1032" + "%partitionOption1027" ], [ - "%partitionOption1034" + "%partitionOption1029" ] ] }, @@ -17405,7 +17342,7 @@ ] }, { - "name": "%partitionValueItemListParen1035", + "name": "%partitionValueItemListParen1030", "bnf": [ [ "COMMA_SYMBOL", @@ -17419,7 +17356,7 @@ [ "OPEN_PAR_SYMBOL", "partitionValueItem", - "%partitionValueItemListParen1035_zero_or_more", + "%partitionValueItemListParen1030_zero_or_more", "CLOSE_PAR_SYMBOL" ] ] @@ -17465,7 +17402,7 @@ ] }, { - "name": "%procedureParameter1036", + "name": "%procedureParameter1031", "bnf": [ [ "IN_SYMBOL" @@ -17482,7 +17419,7 @@ "name": "procedureParameter", "bnf": [ [ - "%procedureParameter1036_zero_or_one", + "%procedureParameter1031_zero_or_one", "functionParameter" ] ] @@ -17527,7 +17464,7 @@ ] }, { - "name": "%viewRefList1037", + "name": "%viewRefList1032", "bnf": [ [ "COMMA_SYMBOL", @@ -17540,12 +17477,12 @@ "bnf": [ [ "viewRef", - "%viewRefList1037_zero_or_more" + "%viewRefList1032_zero_or_more" ] ] }, { - "name": "%updateList1038", + "name": "%updateList1033", "bnf": [ [ "COMMA_SYMBOL", @@ -17558,12 +17495,12 @@ "bnf": [ [ "updateElement", - "%updateList1038_zero_or_more" + "%updateList1033_zero_or_more" ] ] }, { - "name": "%updateElement1039", + "name": "%updateElement1034", "bnf": [ [ "expr" @@ -17579,7 +17516,7 @@ [ "columnRef", "EQUAL_OPERATOR", - "%updateElement1039" + "%updateElement1034" ] ] }, @@ -17602,7 +17539,7 @@ ] }, { - "name": "%fieldTerm1040", + "name": "%fieldTerm1035", "bnf": [ [ "TERMINATED_SYMBOL", @@ -17612,7 +17549,7 @@ ] }, { - "name": "%fieldTerm1041", + "name": "%fieldTerm1036", "bnf": [ [ "OPTIONALLY_SYMBOL_zero_or_one", @@ -17623,7 +17560,7 @@ ] }, { - "name": "%fieldTerm1042", + "name": "%fieldTerm1037", "bnf": [ [ "ESCAPED_SYMBOL", @@ -17636,13 +17573,13 @@ "name": "fieldTerm", "bnf": [ [ - "%fieldTerm1040" + "%fieldTerm1035" ], [ - "%fieldTerm1041" + "%fieldTerm1036" ], [ - "%fieldTerm1042" + "%fieldTerm1037" ] ] }, @@ -17656,7 +17593,7 @@ ] }, { - "name": "%lineTerm1043", + "name": "%lineTerm1038", "bnf": [ [ "TERMINATED_SYMBOL" @@ -17670,14 +17607,14 @@ "name": "lineTerm", "bnf": [ [ - "%lineTerm1043", + "%lineTerm1038", "BY_SYMBOL", "textString" ] ] }, { - "name": "%userList1044", + "name": "%userList1039", "bnf": [ [ "COMMA_SYMBOL", @@ -17690,12 +17627,12 @@ "bnf": [ [ "user", - "%userList1044_zero_or_more" + "%userList1039_zero_or_more" ] ] }, { - "name": "%createUserList1045", + "name": "%createUserList1040", "bnf": [ [ "COMMA_SYMBOL", @@ -17708,12 +17645,12 @@ "bnf": [ [ "createUserEntry", - "%createUserList1045_zero_or_more" + "%createUserList1040_zero_or_more" ] ] }, { - "name": "%alterUserList1046", + "name": "%alterUserList1041", "bnf": [ [ "COMMA_SYMBOL", @@ -17726,12 +17663,12 @@ "bnf": [ [ "alterUserEntry", - "%alterUserList1046_zero_or_more" + "%alterUserList1041_zero_or_more" ] ] }, { - "name": "%%%createUserEntry104710481049", + "name": "%%%createUserEntry104210431044", "bnf": [ [ "BY_SYMBOL", @@ -17741,7 +17678,7 @@ ] }, { - "name": "%%%%%createUserEntry10471048105010511052", + "name": "%%%%%createUserEntry10421043104510461047", "bnf": [ [ "AS_SYMBOL", @@ -17750,7 +17687,7 @@ ] }, { - "name": "%%%%%createUserEntry10471048105010511053", + "name": "%%%%%createUserEntry10421043104510461048", "bnf": [ [ "BY_SYMBOL", @@ -17759,28 +17696,28 @@ ] }, { - "name": "%%%%createUserEntry1047104810501051", + "name": "%%%%createUserEntry1042104310451046", "bnf": [ [ - "%%%%%createUserEntry10471048105010511052" + "%%%%%createUserEntry10421043104510461047" ], [ - "%%%%%createUserEntry10471048105010511053" + "%%%%%createUserEntry10421043104510461048" ] ] }, { - "name": "%%%createUserEntry104710481050", + "name": "%%%createUserEntry104210431045", "bnf": [ [ "WITH_SYMBOL", "textOrIdentifier", - "%%%%createUserEntry1047104810501051_zero_or_one" + "%%%%createUserEntry1042104310451046_zero_or_one" ] ] }, { - "name": "%%%%createUserEntry1047104810541055", + "name": "%%%%createUserEntry1042104310491050", "bnf": [ [ "WITH_SYMBOL", @@ -17789,10 +17726,10 @@ ] }, { - "name": "%%%createUserEntry104710481054", + "name": "%%%createUserEntry104210431049", "bnf": [ [ - "%%%%createUserEntry1047104810541055_zero_or_one", + "%%%%createUserEntry1042104310491050_zero_or_one", "BY_SYMBOL", "RANDOM_SYMBOL", "PASSWORD_SYMBOL" @@ -17800,25 +17737,25 @@ ] }, { - "name": "%%createUserEntry10471048", + "name": "%%createUserEntry10421043", "bnf": [ [ - "%%%createUserEntry104710481049" + "%%%createUserEntry104210431044" ], [ - "%%%createUserEntry104710481050" + "%%%createUserEntry104210431045" ], [ - "%%%createUserEntry104710481054" + "%%%createUserEntry104210431049" ] ] }, { - "name": "%createUserEntry1047", + "name": "%createUserEntry1042", "bnf": [ [ "IDENTIFIED_SYMBOL", - "%%createUserEntry10471048" + "%%createUserEntry10421043" ] ] }, @@ -17827,12 +17764,12 @@ "bnf": [ [ "user", - "%createUserEntry1047_zero_or_one" + "%createUserEntry1042_zero_or_one" ] ] }, { - "name": "%%%%%alterUserEntry10561057105810591060", + "name": "%%%%%alterUserEntry10511052105310541055", "bnf": [ [ "WITH_SYMBOL", @@ -17841,7 +17778,7 @@ ] }, { - "name": "%%%%%alterUserEntry10561057105810591061", + "name": "%%%%%alterUserEntry10511052105310541056", "bnf": [ [ "REPLACE_SYMBOL", @@ -17850,19 +17787,19 @@ ] }, { - "name": "%%%%alterUserEntry1056105710581059", + "name": "%%%%alterUserEntry1051105210531054", "bnf": [ [ - "%%%%%alterUserEntry10561057105810591060_zero_or_one", + "%%%%%alterUserEntry10511052105310541055_zero_or_one", "BY_SYMBOL", "textString", - "%%%%%alterUserEntry10561057105810591061_zero_or_one", + "%%%%%alterUserEntry10511052105310541056_zero_or_one", "retainCurrentPassword_zero_or_one" ] ] }, { - "name": "%%%%%alterUserEntry10561057105810621063", + "name": "%%%%%alterUserEntry10511052105310571058", "bnf": [ [ "AS_SYMBOL", @@ -17872,40 +17809,40 @@ ] }, { - "name": "%%%%alterUserEntry1056105710581062", + "name": "%%%%alterUserEntry1051105210531057", "bnf": [ [ "WITH_SYMBOL", "textOrIdentifier", - "%%%%%alterUserEntry10561057105810621063_zero_or_one" + "%%%%%alterUserEntry10511052105310571058_zero_or_one" ] ] }, { - "name": "%%%alterUserEntry105610571058", + "name": "%%%alterUserEntry105110521053", "bnf": [ [ - "%%%%alterUserEntry1056105710581059" + "%%%%alterUserEntry1051105210531054" ], [ - "%%%%alterUserEntry1056105710581062" + "%%%%alterUserEntry1051105210531057" ] ] }, { - "name": "%%alterUserEntry10561057", + "name": "%%alterUserEntry10511052", "bnf": [ [ "IDENTIFIED_SYMBOL", - "%%%alterUserEntry105610571058_zero_or_one" + "%%%alterUserEntry105110521053_zero_or_one" ] ] }, { - "name": "%alterUserEntry1056", + "name": "%alterUserEntry1051", "bnf": [ [ - "%%alterUserEntry10561057" + "%%alterUserEntry10511052" ], [ "discardOldPassword_zero_or_one" @@ -17917,7 +17854,7 @@ "bnf": [ [ "user", - "%alterUserEntry1056" + "%alterUserEntry1051" ] ] }, @@ -17951,7 +17888,7 @@ ] }, { - "name": "%%userIdentifierOrText10641065", + "name": "%%userIdentifierOrText10591060", "bnf": [ [ "AT_SIGN_SYMBOL", @@ -17960,10 +17897,10 @@ ] }, { - "name": "%userIdentifierOrText1064", + "name": "%userIdentifierOrText1059", "bnf": [ [ - "%%userIdentifierOrText10641065" + "%%userIdentifierOrText10591060" ], [ "AT_TEXT_SUFFIX" @@ -17975,12 +17912,12 @@ "bnf": [ [ "textOrIdentifier", - "%userIdentifierOrText1064_zero_or_one" + "%userIdentifierOrText1059_zero_or_one" ] ] }, { - "name": "%user1066", + "name": "%user1061", "bnf": [ [ "CURRENT_USER_SYMBOL", @@ -17995,7 +17932,7 @@ "userIdentifierOrText" ], [ - "%user1066" + "%user1061" ] ] }, @@ -18051,7 +17988,7 @@ ] }, { - "name": "%fieldIdentifier1067", + "name": "%fieldIdentifier1062", "bnf": [ [ "qualifiedIdentifier", @@ -18066,7 +18003,7 @@ "dotIdentifier" ], [ - "%fieldIdentifier1067" + "%fieldIdentifier1062" ] ] }, @@ -18090,7 +18027,7 @@ ] }, { - "name": "%columnInternalRefList1068", + "name": "%columnInternalRefList1063", "bnf": [ [ "COMMA_SYMBOL", @@ -18104,7 +18041,7 @@ [ "OPEN_PAR_SYMBOL", "columnInternalRef", - "%columnInternalRefList1068_zero_or_more", + "%columnInternalRefList1063_zero_or_more", "CLOSE_PAR_SYMBOL" ] ] @@ -18145,7 +18082,7 @@ ] }, { - "name": "%tableWild1069", + "name": "%tableWild1064", "bnf": [ [ "identifier", @@ -18159,7 +18096,7 @@ [ "identifier", "DOT_SYMBOL", - "%tableWild1069_zero_or_one", + "%tableWild1064_zero_or_one", "MULT_OPERATOR" ] ] @@ -18351,7 +18288,7 @@ ] }, { - "name": "%%tableRefWithWildcard10701071", + "name": "%%tableRefWithWildcard10651066", "bnf": [ [ "DOT_SYMBOL", @@ -18360,7 +18297,7 @@ ] }, { - "name": "%%%tableRefWithWildcard107010721073", + "name": "%%%tableRefWithWildcard106510671068", "bnf": [ [ "DOT_SYMBOL", @@ -18369,22 +18306,22 @@ ] }, { - "name": "%%tableRefWithWildcard10701072", + "name": "%%tableRefWithWildcard10651067", "bnf": [ [ "dotIdentifier", - "%%%tableRefWithWildcard107010721073_zero_or_one" + "%%%tableRefWithWildcard106510671068_zero_or_one" ] ] }, { - "name": "%tableRefWithWildcard1070", + "name": "%tableRefWithWildcard1065", "bnf": [ [ - "%%tableRefWithWildcard10701071" + "%%tableRefWithWildcard10651066" ], [ - "%%tableRefWithWildcard10701072" + "%%tableRefWithWildcard10651067" ] ] }, @@ -18393,7 +18330,7 @@ "bnf": [ [ "identifier", - "%tableRefWithWildcard1070_zero_or_one" + "%tableRefWithWildcard1065_zero_or_one" ] ] }, @@ -18409,7 +18346,7 @@ ] }, { - "name": "%tableRefList1074", + "name": "%tableRefList1069", "bnf": [ [ "COMMA_SYMBOL", @@ -18422,12 +18359,12 @@ "bnf": [ [ "tableRef", - "%tableRefList1074_zero_or_more" + "%tableRefList1069_zero_or_more" ] ] }, { - "name": "%tableAliasRefList1075", + "name": "%tableAliasRefList1070", "bnf": [ [ "COMMA_SYMBOL", @@ -18440,7 +18377,7 @@ "bnf": [ [ "tableRefWithWildcard", - "%tableAliasRefList1075_zero_or_more" + "%tableAliasRefList1070_zero_or_more" ] ] }, @@ -18523,7 +18460,7 @@ ] }, { - "name": "%pureIdentifier1076", + "name": "%pureIdentifier1071", "bnf": [ [ "IDENTIFIER" @@ -18537,7 +18474,7 @@ "name": "pureIdentifier", "bnf": [ [ - "%pureIdentifier1076" + "%pureIdentifier1071" ], [ "DOUBLE_QUOTED_TEXT" @@ -18556,7 +18493,7 @@ ] }, { - "name": "%identifierList1077", + "name": "%identifierList1072", "bnf": [ [ "COMMA_SYMBOL", @@ -18569,7 +18506,7 @@ "bnf": [ [ "identifier", - "%identifierList1077_zero_or_more" + "%identifierList1072_zero_or_more" ] ] }, @@ -18593,7 +18530,7 @@ ] }, { - "name": "%%simpleIdentifier10781079", + "name": "%%simpleIdentifier10731074", "bnf": [ [ "dotIdentifier", @@ -18602,16 +18539,16 @@ ] }, { - "name": "%simpleIdentifier1078", + "name": "%simpleIdentifier1073", "bnf": [ [ "identifier", - "%%simpleIdentifier10781079_zero_or_one" + "%%simpleIdentifier10731074_zero_or_one" ] ] }, { - "name": "%simpleIdentifier1080", + "name": "%simpleIdentifier1075", "bnf": [ [ "dotIdentifier", @@ -18623,10 +18560,10 @@ "name": "simpleIdentifier", "bnf": [ [ - "%simpleIdentifier1078" + "%simpleIdentifier1073" ], [ - "%simpleIdentifier1080" + "%simpleIdentifier1075" ] ] }, @@ -18717,7 +18654,7 @@ ] }, { - "name": "%%literal10811082", + "name": "%%literal10761077", "bnf": [ [ "HEX_NUMBER" @@ -18728,11 +18665,11 @@ ] }, { - "name": "%literal1081", + "name": "%literal1076", "bnf": [ [ "UNDERSCORE_CHARSET_zero_or_one", - "%%literal10811082" + "%%literal10761077" ] ] }, @@ -18755,12 +18692,12 @@ "boolLiteral" ], [ - "%literal1081" + "%literal1076" ] ] }, { - "name": "%signedLiteral1083", + "name": "%signedLiteral1078", "bnf": [ [ "PLUS_OPERATOR", @@ -18769,7 +18706,7 @@ ] }, { - "name": "%signedLiteral1084", + "name": "%signedLiteral1079", "bnf": [ [ "MINUS_OPERATOR", @@ -18784,15 +18721,15 @@ "literal" ], [ - "%signedLiteral1083" + "%signedLiteral1078" ], [ - "%signedLiteral1084" + "%signedLiteral1079" ] ] }, { - "name": "%stringList1085", + "name": "%stringList1080", "bnf": [ [ "COMMA_SYMBOL", @@ -18806,7 +18743,7 @@ [ "OPEN_PAR_SYMBOL", "textString", - "%stringList1085_zero_or_more", + "%stringList1080_zero_or_more", "CLOSE_PAR_SYMBOL" ] ] @@ -18848,7 +18785,7 @@ ] }, { - "name": "%%textLiteral10861087", + "name": "%%textLiteral10811082", "bnf": [ [ "UNDERSCORE_CHARSET_zero_or_one", @@ -18857,10 +18794,10 @@ ] }, { - "name": "%textLiteral1086", + "name": "%textLiteral1081", "bnf": [ [ - "%%textLiteral10861087" + "%%textLiteral10811082" ], [ "NCHAR_TEXT" @@ -18871,7 +18808,7 @@ "name": "textLiteral", "bnf": [ [ - "%textLiteral1086", + "%textLiteral1081", "textStringLiteral_zero_or_more" ] ] @@ -18885,7 +18822,7 @@ ] }, { - "name": "%textStringLiteralList1088", + "name": "%textStringLiteralList1083", "bnf": [ [ "COMMA_SYMBOL", @@ -18898,7 +18835,7 @@ "bnf": [ [ "textStringLiteral", - "%textStringLiteralList1088_zero_or_more" + "%textStringLiteralList1083_zero_or_more" ] ] }, @@ -18945,7 +18882,7 @@ ] }, { - "name": "%temporalLiteral1089", + "name": "%temporalLiteral1084", "bnf": [ [ "DATE_SYMBOL", @@ -18954,7 +18891,7 @@ ] }, { - "name": "%temporalLiteral1090", + "name": "%temporalLiteral1085", "bnf": [ [ "TIME_SYMBOL", @@ -18963,7 +18900,7 @@ ] }, { - "name": "%temporalLiteral1091", + "name": "%temporalLiteral1086", "bnf": [ [ "TIMESTAMP_SYMBOL", @@ -18975,13 +18912,13 @@ "name": "temporalLiteral", "bnf": [ [ - "%temporalLiteral1089" + "%temporalLiteral1084" ], [ - "%temporalLiteral1090" + "%temporalLiteral1085" ], [ - "%temporalLiteral1091" + "%temporalLiteral1086" ] ] }, @@ -19101,7 +19038,7 @@ ] }, { - "name": "%varIdentType1092", + "name": "%varIdentType1087", "bnf": [ [ "GLOBAL_SYMBOL", @@ -19110,7 +19047,7 @@ ] }, { - "name": "%varIdentType1093", + "name": "%varIdentType1088", "bnf": [ [ "LOCAL_SYMBOL", @@ -19119,7 +19056,7 @@ ] }, { - "name": "%varIdentType1094", + "name": "%varIdentType1089", "bnf": [ [ "SESSION_SYMBOL", @@ -19131,18 +19068,18 @@ "name": "varIdentType", "bnf": [ [ - "%varIdentType1092" + "%varIdentType1087" ], [ - "%varIdentType1093" + "%varIdentType1088" ], [ - "%varIdentType1094" + "%varIdentType1089" ] ] }, { - "name": "%setVarIdentType1095", + "name": "%setVarIdentType1090", "bnf": [ [ "PERSIST_SYMBOL", @@ -19151,7 +19088,7 @@ ] }, { - "name": "%setVarIdentType1096", + "name": "%setVarIdentType1091", "bnf": [ [ "PERSIST_ONLY_SYMBOL", @@ -19160,7 +19097,7 @@ ] }, { - "name": "%setVarIdentType1097", + "name": "%setVarIdentType1092", "bnf": [ [ "GLOBAL_SYMBOL", @@ -19169,7 +19106,7 @@ ] }, { - "name": "%setVarIdentType1098", + "name": "%setVarIdentType1093", "bnf": [ [ "LOCAL_SYMBOL", @@ -19178,7 +19115,7 @@ ] }, { - "name": "%setVarIdentType1099", + "name": "%setVarIdentType1094", "bnf": [ [ "SESSION_SYMBOL", @@ -19190,24 +19127,24 @@ "name": "setVarIdentType", "bnf": [ [ - "%setVarIdentType1095" + "%setVarIdentType1090" ], [ - "%setVarIdentType1096" + "%setVarIdentType1091" ], [ - "%setVarIdentType1097" + "%setVarIdentType1092" ], [ - "%setVarIdentType1098" + "%setVarIdentType1093" ], [ - "%setVarIdentType1099" + "%setVarIdentType1094" ] ] }, { - "name": "%identifierKeyword1100", + "name": "%identifierKeyword1095", "bnf": [ [ "labelKeyword" @@ -19227,7 +19164,7 @@ ] }, { - "name": "%identifierKeyword1101", + "name": "%identifierKeyword1096", "bnf": [ [ "identifierKeywordsUnambiguous" @@ -19250,10 +19187,10 @@ "name": "identifierKeyword", "bnf": [ [ - "%identifierKeyword1100" + "%identifierKeyword1095" ], [ - "%identifierKeyword1101" + "%identifierKeyword1096" ] ] }, @@ -19382,7 +19319,7 @@ ] }, { - "name": "%labelKeyword1102", + "name": "%labelKeyword1097", "bnf": [ [ "roleOrLabelKeyword" @@ -19417,7 +19354,7 @@ ] }, { - "name": "%labelKeyword1103", + "name": "%labelKeyword1098", "bnf": [ [ "identifierKeywordsUnambiguous" @@ -19434,10 +19371,10 @@ "name": "labelKeyword", "bnf": [ [ - "%labelKeyword1102" + "%labelKeyword1097" ], [ - "%labelKeyword1103" + "%labelKeyword1098" ] ] }, @@ -19474,7 +19411,7 @@ ] }, { - "name": "%identifierKeywordsUnambiguous1104", + "name": "%identifierKeywordsUnambiguous1099", "bnf": [ [ "ACTION_SYMBOL" @@ -20580,7 +20517,7 @@ ] }, { - "name": "%identifierKeywordsUnambiguous1105", + "name": "%identifierKeywordsUnambiguous1100", "bnf": [ [ "ARRAY_SYMBOL" @@ -20633,15 +20570,15 @@ "name": "identifierKeywordsUnambiguous", "bnf": [ [ - "%identifierKeywordsUnambiguous1104" + "%identifierKeywordsUnambiguous1099" ], [ - "%identifierKeywordsUnambiguous1105" + "%identifierKeywordsUnambiguous1100" ] ] }, { - "name": "%roleKeyword1106", + "name": "%roleKeyword1101", "bnf": [ [ "roleOrLabelKeyword" @@ -20652,7 +20589,7 @@ ] }, { - "name": "%roleKeyword1107", + "name": "%roleKeyword1102", "bnf": [ [ "identifierKeywordsUnambiguous" @@ -20669,10 +20606,10 @@ "name": "roleKeyword", "bnf": [ [ - "%roleKeyword1106" + "%roleKeyword1101" ], [ - "%roleKeyword1107" + "%roleKeyword1102" ] ] }, @@ -20714,7 +20651,7 @@ ] }, { - "name": "%roleOrIdentifierKeyword1108", + "name": "%roleOrIdentifierKeyword1103", "bnf": [ [ "ACCOUNT_SYMBOL" @@ -20908,7 +20845,7 @@ "name": "roleOrIdentifierKeyword", "bnf": [ [ - "%roleOrIdentifierKeyword1108" + "%roleOrIdentifierKeyword1103" ], [ "SHUTDOWN_SYMBOL" @@ -20919,7 +20856,7 @@ ] }, { - "name": "%roleOrLabelKeyword1109", + "name": "%roleOrLabelKeyword1104", "bnf": [ [ "ACTION_SYMBOL" @@ -21938,7 +21875,7 @@ ] }, { - "name": "%roleOrLabelKeyword1110", + "name": "%roleOrLabelKeyword1105", "bnf": [ [ "CUBE_SYMBOL" @@ -21958,7 +21895,7 @@ ] }, { - "name": "%roleOrLabelKeyword1111", + "name": "%roleOrLabelKeyword1106", "bnf": [ [ "EXCHANGE_SYMBOL" @@ -21984,16 +21921,16 @@ "name": "roleOrLabelKeyword", "bnf": [ [ - "%roleOrLabelKeyword1109" + "%roleOrLabelKeyword1104" ], [ "SHUTDOWN_SYMBOL" ], [ - "%roleOrLabelKeyword1110" + "%roleOrLabelKeyword1105" ], [ - "%roleOrLabelKeyword1111" + "%roleOrLabelKeyword1106" ], [ "ADMIN_SYMBOL" @@ -22001,7 +21938,7 @@ ] }, { - "name": "%alterOrderList1112", + "name": "%alterOrderList1107", "bnf": [ [ "COMMA_SYMBOL", @@ -22016,7 +21953,7 @@ [ "qualifiedIdentifier", "direction_zero_or_one", - "%alterOrderList1112_zero_or_more" + "%alterOrderList1107_zero_or_more" ] ] }, @@ -22034,7 +21971,7 @@ ] }, { - "name": "%castType1113", + "name": "%castType1108", "bnf": [ [ "BINARY_SYMBOL", @@ -22043,7 +21980,7 @@ ] }, { - "name": "%castType1114", + "name": "%castType1109", "bnf": [ [ "CHAR_SYMBOL", @@ -22053,7 +21990,7 @@ ] }, { - "name": "%castType1115", + "name": "%castType1110", "bnf": [ [ "nchar", @@ -22062,7 +21999,7 @@ ] }, { - "name": "%castType1116", + "name": "%castType1111", "bnf": [ [ "SIGNED_SYMBOL", @@ -22071,7 +22008,7 @@ ] }, { - "name": "%castType1117", + "name": "%castType1112", "bnf": [ [ "UNSIGNED_SYMBOL", @@ -22080,7 +22017,7 @@ ] }, { - "name": "%castType1118", + "name": "%castType1113", "bnf": [ [ "TIME_SYMBOL", @@ -22089,7 +22026,7 @@ ] }, { - "name": "%castType1119", + "name": "%castType1114", "bnf": [ [ "DATETIME_SYMBOL", @@ -22098,7 +22035,7 @@ ] }, { - "name": "%castType1120", + "name": "%castType1115", "bnf": [ [ "DECIMAL_SYMBOL", @@ -22107,7 +22044,7 @@ ] }, { - "name": "%castType1121", + "name": "%castType1116", "bnf": [ [ "FLOAT_SYMBOL", @@ -22119,31 +22056,31 @@ "name": "castType", "bnf": [ [ - "%castType1113" + "%castType1108" ], [ - "%castType1114" + "%castType1109" ], [ - "%castType1115" + "%castType1110" ], [ - "%castType1116" + "%castType1111" ], [ - "%castType1117" + "%castType1112" ], [ "DATE_SYMBOL" ], [ - "%castType1118" + "%castType1113" ], [ - "%castType1119" + "%castType1114" ], [ - "%castType1120" + "%castType1115" ], [ "JSON_SYMBOL" @@ -22152,7 +22089,7 @@ "realType" ], [ - "%castType1121" + "%castType1116" ], [ "YEAR_SYMBOL" @@ -22180,7 +22117,7 @@ ] }, { - "name": "%windowSpecDetails1122", + "name": "%windowSpecDetails1117", "bnf": [ [ "PARTITION_SYMBOL", @@ -22192,7 +22129,7 @@ ] }, { - "name": "%%windowSpecDetails11231124", + "name": "%%windowSpecDetails11181119", "bnf": [ [ "PARTITION_SYMBOL", @@ -22202,17 +22139,17 @@ ] }, { - "name": "%windowSpecDetails1123", + "name": "%windowSpecDetails1118", "bnf": [ [ - "%%windowSpecDetails11231124_zero_or_one", + "%%windowSpecDetails11181119_zero_or_one", "orderClause", "windowFrameClause_zero_or_one" ] ] }, { - "name": "%%windowSpecDetails11251126", + "name": "%%windowSpecDetails11201121", "bnf": [ [ "PARTITION_SYMBOL", @@ -22222,17 +22159,17 @@ ] }, { - "name": "%windowSpecDetails1125", + "name": "%windowSpecDetails1120", "bnf": [ [ - "%%windowSpecDetails11251126_zero_or_one", + "%%windowSpecDetails11201121_zero_or_one", "orderClause_zero_or_one", "windowFrameClause" ] ] }, { - "name": "%%windowSpecDetails11271128", + "name": "%%windowSpecDetails11221123", "bnf": [ [ "PARTITION_SYMBOL", @@ -22242,11 +22179,11 @@ ] }, { - "name": "%windowSpecDetails1127", + "name": "%windowSpecDetails1122", "bnf": [ [ "windowName_zero_or_one", - "%%windowSpecDetails11271128_zero_or_one", + "%%windowSpecDetails11221123_zero_or_one", "orderClause_zero_or_one", "windowFrameClause_zero_or_one" ] @@ -22255,17 +22192,73 @@ { "name": "windowSpecDetails", "bnf": [ + [ + "%windowSpecDetails1117" + ], + [ + "%windowSpecDetails1118" + ], + [ + "%windowSpecDetails1120" + ], [ "%windowSpecDetails1122" + ] + ] + }, + { + "name": "%%grantIdentifier11241125", + "bnf": [ + [ + "DOT_SYMBOL", + "MULT_OPERATOR" + ] + ] + }, + { + "name": "%grantIdentifier1124", + "bnf": [ + [ + "MULT_OPERATOR", + "%%grantIdentifier11241125_zero_or_one" + ] + ] + }, + { + "name": "%%grantIdentifier11261127", + "bnf": [ + [ + "MULT_OPERATOR" + ], + [ + "tableRef" + ] + ] + }, + { + "name": "%grantIdentifier1126", + "bnf": [ + [ + "schemaRef", + "DOT_SYMBOL", + "%%grantIdentifier11261127" + ] + ] + }, + { + "name": "grantIdentifier", + "bnf": [ + [ + "%grantIdentifier1124" ], [ - "%windowSpecDetails1123" + "%grantIdentifier1126" ], [ - "%windowSpecDetails1125" + "schemaRef" ], [ - "%windowSpecDetails1127" + "tableRef" ] ] }, @@ -22279,7 +22272,7 @@ ] }, { - "name": "%%%%expr_simple112911301131", + "name": "%%%%expr_simple112811291130", "bnf": [ [ "TRUE_SYMBOL" @@ -22293,26 +22286,26 @@ ] }, { - "name": "%%%expr_simple11291130", + "name": "%%%expr_simple11281129", "bnf": [ [ "IS_SYMBOL", "notRule_zero_or_one", - "%%%%expr_simple112911301131" + "%%%%expr_simple112811291130" ] ] }, { - "name": "%%expr_simple1129", + "name": "%%expr_simple1128", "bnf": [ [ "boolPri", - "%%%expr_simple11291130_zero_or_one" + "%%%expr_simple11281129_zero_or_one" ] ] }, { - "name": "%%expr_simple1132", + "name": "%%expr_simple1131", "bnf": [ [ "NOT_SYMBOL", @@ -22324,15 +22317,15 @@ "name": "%expr_simple", "bnf": [ [ - "%%expr_simple1129" + "%%expr_simple1128" ], [ - "%%expr_simple1132" + "%%expr_simple1131" ] ] }, { - "name": "%%%expr_rr11331134", + "name": "%%%expr_rr11321133", "bnf": [ [ "AND_SYMBOL" @@ -22343,16 +22336,16 @@ ] }, { - "name": "%%expr_rr1133", + "name": "%%expr_rr1132", "bnf": [ [ - "%%%expr_rr11331134", + "%%%expr_rr11321133", "expr" ] ] }, { - "name": "%%expr_rr1135", + "name": "%%expr_rr1134", "bnf": [ [ "XOR_SYMBOL", @@ -22361,7 +22354,7 @@ ] }, { - "name": "%%%expr_rr11361137", + "name": "%%%expr_rr11351136", "bnf": [ [ "OR_SYMBOL" @@ -22372,10 +22365,10 @@ ] }, { - "name": "%%expr_rr1136", + "name": "%%expr_rr1135", "bnf": [ [ - "%%%expr_rr11361137", + "%%%expr_rr11351136", "expr" ] ] @@ -22384,13 +22377,13 @@ "name": "%expr_rr", "bnf": [ [ - "%%expr_rr1133" + "%%expr_rr1132" ], [ - "%%expr_rr1135" + "%%expr_rr1134" ], [ - "%%expr_rr1136" + "%%expr_rr1135" ] ] }, @@ -22404,7 +22397,7 @@ ] }, { - "name": "%%boolPri_rr1138", + "name": "%%boolPri_rr1137", "bnf": [ [ "IS_SYMBOL", @@ -22414,7 +22407,7 @@ ] }, { - "name": "%%boolPri_rr1139", + "name": "%%boolPri_rr1138", "bnf": [ [ "compOp", @@ -22423,7 +22416,7 @@ ] }, { - "name": "%%%boolPri_rr11401141", + "name": "%%%boolPri_rr11391140", "bnf": [ [ "ALL_SYMBOL" @@ -22434,11 +22427,11 @@ ] }, { - "name": "%%boolPri_rr1140", + "name": "%%boolPri_rr1139", "bnf": [ [ "compOp", - "%%%boolPri_rr11401141", + "%%%boolPri_rr11391140", "subquery" ] ] @@ -22447,18 +22440,18 @@ "name": "%boolPri_rr", "bnf": [ [ - "%%boolPri_rr1138" + "%%boolPri_rr1137" ], [ - "%%boolPri_rr1139" + "%%boolPri_rr1138" ], [ - "%%boolPri_rr1140" + "%%boolPri_rr1139" ] ] }, { - "name": "%%predicate11421143", + "name": "%%predicate11411142", "bnf": [ [ "notRule_zero_or_one", @@ -22467,7 +22460,7 @@ ] }, { - "name": "%%predicate11421144", + "name": "%%predicate11411143", "bnf": [ [ "MEMBER_SYMBOL", @@ -22477,7 +22470,7 @@ ] }, { - "name": "%%predicate11421145", + "name": "%%predicate11411144", "bnf": [ [ "SOUNDS_SYMBOL", @@ -22487,16 +22480,16 @@ ] }, { - "name": "%predicate1142", + "name": "%predicate1141", "bnf": [ [ - "%%predicate11421143" + "%%predicate11411142" ], [ - "%%predicate11421144" + "%%predicate11411143" ], [ - "%%predicate11421145" + "%%predicate11411144" ] ] }, @@ -22505,7 +22498,7 @@ "bnf": [ [ "bitExpr", - "%predicate1142_zero_or_one" + "%predicate1141_zero_or_one" ] ] }, @@ -22519,7 +22512,7 @@ ] }, { - "name": "%%bitExpr_rr1146", + "name": "%%bitExpr_rr1145", "bnf": [ [ "BITWISE_XOR_OPERATOR", @@ -22528,7 +22521,7 @@ ] }, { - "name": "%%%bitExpr_rr11471148", + "name": "%%%bitExpr_rr11461147", "bnf": [ [ "MULT_OPERATOR" @@ -22548,16 +22541,16 @@ ] }, { - "name": "%%bitExpr_rr1147", + "name": "%%bitExpr_rr1146", "bnf": [ [ - "%%%bitExpr_rr11471148", + "%%%bitExpr_rr11461147", "bitExpr" ] ] }, { - "name": "%%%bitExpr_rr11491150", + "name": "%%%bitExpr_rr11481149", "bnf": [ [ "PLUS_OPERATOR" @@ -22568,16 +22561,16 @@ ] }, { - "name": "%%bitExpr_rr1149", + "name": "%%bitExpr_rr1148", "bnf": [ [ - "%%%bitExpr_rr11491150", + "%%%bitExpr_rr11481149", "bitExpr" ] ] }, { - "name": "%%%bitExpr_rr11511152", + "name": "%%%bitExpr_rr11501151", "bnf": [ [ "PLUS_OPERATOR" @@ -22588,10 +22581,10 @@ ] }, { - "name": "%%bitExpr_rr1151", + "name": "%%bitExpr_rr1150", "bnf": [ [ - "%%%bitExpr_rr11511152", + "%%%bitExpr_rr11501151", "INTERVAL_SYMBOL", "expr", "interval" @@ -22599,7 +22592,7 @@ ] }, { - "name": "%%%bitExpr_rr11531154", + "name": "%%%bitExpr_rr11521153", "bnf": [ [ "SHIFT_LEFT_OPERATOR" @@ -22610,16 +22603,16 @@ ] }, { - "name": "%%bitExpr_rr1153", + "name": "%%bitExpr_rr1152", "bnf": [ [ - "%%%bitExpr_rr11531154", + "%%%bitExpr_rr11521153", "bitExpr" ] ] }, { - "name": "%%bitExpr_rr1155", + "name": "%%bitExpr_rr1154", "bnf": [ [ "BITWISE_AND_OPERATOR", @@ -22628,7 +22621,7 @@ ] }, { - "name": "%%bitExpr_rr1156", + "name": "%%bitExpr_rr1155", "bnf": [ [ "BITWISE_OR_OPERATOR", @@ -22640,30 +22633,30 @@ "name": "%bitExpr_rr", "bnf": [ [ - "%%bitExpr_rr1146" + "%%bitExpr_rr1145" ], [ - "%%bitExpr_rr1147" + "%%bitExpr_rr1146" ], [ - "%%bitExpr_rr1149" + "%%bitExpr_rr1148" ], [ - "%%bitExpr_rr1151" + "%%bitExpr_rr1150" ], [ - "%%bitExpr_rr1153" + "%%bitExpr_rr1152" ], [ - "%%bitExpr_rr1155" + "%%bitExpr_rr1154" ], [ - "%%bitExpr_rr1156" + "%%bitExpr_rr1155" ] ] }, { - "name": "%simpleExpr1157", + "name": "%simpleExpr1156", "bnf": [ [ "CONCAT_PIPES_SYMBOL", @@ -22676,12 +22669,12 @@ "bnf": [ [ "%simpleExpr_collate", - "%simpleExpr1157_zero_or_more" + "%simpleExpr1156_zero_or_more" ] ] }, { - "name": "%%simpleExpr_collate1158", + "name": "%%simpleExpr_collate1157", "bnf": [ [ "COLLATE_SYMBOL", @@ -22694,12 +22687,12 @@ "bnf": [ [ "%simpleExpr_factored", - "%%simpleExpr_collate1158_zero_or_one" + "%%simpleExpr_collate1157_zero_or_one" ] ] }, { - "name": "%%%simpleExpr_factored11591160", + "name": "%%%simpleExpr_factored11581159", "bnf": [ [ "equal", @@ -22708,16 +22701,16 @@ ] }, { - "name": "%%simpleExpr_factored1159", + "name": "%%simpleExpr_factored1158", "bnf": [ [ "variable", - "%%%simpleExpr_factored11591160_zero_or_one" + "%%%simpleExpr_factored11581159_zero_or_one" ] ] }, { - "name": "%%simpleExpr_factored1161", + "name": "%%simpleExpr_factored1160", "bnf": [ [ "columnRef", @@ -22726,7 +22719,7 @@ ] }, { - "name": "%%%simpleExpr_factored11621163", + "name": "%%%simpleExpr_factored11611162", "bnf": [ [ "PLUS_OPERATOR" @@ -22740,16 +22733,16 @@ ] }, { - "name": "%%simpleExpr_factored1162", + "name": "%%simpleExpr_factored1161", "bnf": [ [ - "%%%simpleExpr_factored11621163", + "%%%simpleExpr_factored11611162", "simpleExpr" ] ] }, { - "name": "%%simpleExpr_factored1164", + "name": "%%simpleExpr_factored1163", "bnf": [ [ "not2Rule", @@ -22758,7 +22751,7 @@ ] }, { - "name": "%%simpleExpr_factored1165", + "name": "%%simpleExpr_factored1164", "bnf": [ [ "ROW_SYMBOL_zero_or_one", @@ -22769,7 +22762,7 @@ ] }, { - "name": "%%simpleExpr_factored1166", + "name": "%%simpleExpr_factored1165", "bnf": [ [ "EXISTS_SYMBOL_zero_or_one", @@ -22778,7 +22771,7 @@ ] }, { - "name": "%%simpleExpr_factored1167", + "name": "%%simpleExpr_factored1166", "bnf": [ [ "OPEN_CURLY_SYMBOL", @@ -22789,7 +22782,7 @@ ] }, { - "name": "%%simpleExpr_factored1168", + "name": "%%simpleExpr_factored1167", "bnf": [ [ "MATCH_SYMBOL", @@ -22803,7 +22796,7 @@ ] }, { - "name": "%%simpleExpr_factored1169", + "name": "%%simpleExpr_factored1168", "bnf": [ [ "BINARY_SYMBOL", @@ -22812,7 +22805,7 @@ ] }, { - "name": "%%simpleExpr_factored1170", + "name": "%%simpleExpr_factored1169", "bnf": [ [ "CAST_SYMBOL", @@ -22826,7 +22819,7 @@ ] }, { - "name": "%%%simpleExpr_factored11711172", + "name": "%%%simpleExpr_factored11701171", "bnf": [ [ "whenExpression", @@ -22835,19 +22828,19 @@ ] }, { - "name": "%%simpleExpr_factored1171", + "name": "%%simpleExpr_factored1170", "bnf": [ [ "CASE_SYMBOL", "expr_zero_or_one", - "%%%simpleExpr_factored11711172_one_or_more", + "%%%simpleExpr_factored11701171_one_or_more", "elseExpression_zero_or_one", "END_SYMBOL" ] ] }, { - "name": "%%simpleExpr_factored1173", + "name": "%%simpleExpr_factored1172", "bnf": [ [ "CONVERT_SYMBOL", @@ -22860,7 +22853,7 @@ ] }, { - "name": "%%simpleExpr_factored1174", + "name": "%%simpleExpr_factored1173", "bnf": [ [ "CONVERT_SYMBOL", @@ -22873,7 +22866,7 @@ ] }, { - "name": "%%simpleExpr_factored1175", + "name": "%%simpleExpr_factored1174", "bnf": [ [ "DEFAULT_SYMBOL", @@ -22884,7 +22877,7 @@ ] }, { - "name": "%%simpleExpr_factored1176", + "name": "%%simpleExpr_factored1175", "bnf": [ [ "VALUES_SYMBOL", @@ -22895,7 +22888,7 @@ ] }, { - "name": "%%simpleExpr_factored1177", + "name": "%%simpleExpr_factored1176", "bnf": [ [ "INTERVAL_SYMBOL", @@ -22910,7 +22903,7 @@ "name": "%simpleExpr_factored", "bnf": [ [ - "%%simpleExpr_factored1159" + "%%simpleExpr_factored1158" ], [ "functionCall" @@ -22919,7 +22912,7 @@ "runtimeFunctionCall" ], [ - "%%simpleExpr_factored1161" + "%%simpleExpr_factored1160" ], [ "literal" @@ -22937,7 +22930,10 @@ "windowFunctionCall" ], [ - "%%simpleExpr_factored1162" + "%%simpleExpr_factored1161" + ], + [ + "%%simpleExpr_factored1163" ], [ "%%simpleExpr_factored1164" @@ -22961,7 +22957,7 @@ "%%simpleExpr_factored1170" ], [ - "%%simpleExpr_factored1171" + "%%simpleExpr_factored1172" ], [ "%%simpleExpr_factored1173" @@ -22974,9 +22970,6 @@ ], [ "%%simpleExpr_factored1176" - ], - [ - "%%simpleExpr_factored1177" ] ] }, @@ -25948,28 +25941,6 @@ ] ] }, - { - "name": "%%grantIdentifier519520_zero_or_one", - "bnf": [ - [ - "%%grantIdentifier519520" - ], - [ - "\u03b5" - ] - ] - }, - { - "name": "%%grantIdentifier521522_zero_or_one", - "bnf": [ - [ - "%%grantIdentifier521522" - ], - [ - "\u03b5" - ] - ] - }, { "name": "AND_SYMBOL_zero_or_one", "bnf": [ @@ -25982,14 +25953,14 @@ ] }, { - "name": "%requireList524_zero_or_more", + "name": "%requireList519_zero_or_more", "bnf": [ [ - "%requireList524", - "%requireList524_zero_or_more" + "%requireList519", + "%requireList519_zero_or_more" ], [ - "%requireList524" + "%requireList519" ], [ "\u03b5" @@ -25997,10 +25968,10 @@ ] }, { - "name": "%%setRole538539_zero_or_one", + "name": "%%setRole533534_zero_or_one", "bnf": [ [ - "%%setRole538539" + "%%setRole533534" ], [ "\u03b5" @@ -26008,14 +25979,14 @@ ] }, { - "name": "%roleList540_zero_or_more", + "name": "%roleList535_zero_or_more", "bnf": [ [ - "%roleList540", - "%roleList540_zero_or_more" + "%roleList535", + "%roleList535_zero_or_more" ], [ - "%roleList540" + "%roleList535" ], [ "\u03b5" @@ -26023,10 +25994,10 @@ ] }, { - "name": "%role541_zero_or_one", + "name": "%role536_zero_or_one", "bnf": [ [ - "%role541" + "%role536" ], [ "\u03b5" @@ -26045,10 +26016,10 @@ ] }, { - "name": "%%tableAdministrationStatement545546_zero_or_one", + "name": "%%tableAdministrationStatement540541_zero_or_one", "bnf": [ [ - "%%tableAdministrationStatement545546" + "%%tableAdministrationStatement540541" ], [ "\u03b5" @@ -26056,10 +26027,10 @@ ] }, { - "name": "%%histogram549550_zero_or_one", + "name": "%%histogram544545_zero_or_one", "bnf": [ [ - "%%histogram549550" + "%%histogram544545" ], [ "\u03b5" @@ -26067,14 +26038,14 @@ ] }, { - "name": "%%installUninstallStatment557558_zero_or_more", + "name": "%%installUninstallStatment552553_zero_or_more", "bnf": [ [ - "%%installUninstallStatment557558", - "%%installUninstallStatment557558_zero_or_more" + "%%installUninstallStatment552553", + "%%installUninstallStatment552553_zero_or_more" ], [ - "%%installUninstallStatment557558" + "%%installUninstallStatment552553" ], [ "\u03b5" @@ -26082,10 +26053,10 @@ ] }, { - "name": "%%startOptionValueList562563_zero_or_one", + "name": "%%startOptionValueList557558_zero_or_one", "bnf": [ [ - "%%startOptionValueList562563" + "%%startOptionValueList557558" ], [ "\u03b5" @@ -26093,10 +26064,10 @@ ] }, { - "name": "%%startOptionValueList569570_zero_or_one", + "name": "%%startOptionValueList564565_zero_or_one", "bnf": [ [ - "%%startOptionValueList569570" + "%%startOptionValueList564565" ], [ "\u03b5" @@ -26115,10 +26086,10 @@ ] }, { - "name": "%%transactionCharacteristics572573_zero_or_one", + "name": "%%transactionCharacteristics567568_zero_or_one", "bnf": [ [ - "%%transactionCharacteristics572573" + "%%transactionCharacteristics567568" ], [ "\u03b5" @@ -26126,14 +26097,14 @@ ] }, { - "name": "%optionValueListContinued579_zero_or_more", + "name": "%optionValueListContinued574_zero_or_more", "bnf": [ [ - "%optionValueListContinued579", - "%optionValueListContinued579_zero_or_more" + "%optionValueListContinued574", + "%optionValueListContinued574_zero_or_more" ], [ - "%optionValueListContinued579" + "%optionValueListContinued574" ], [ "\u03b5" @@ -26196,10 +26167,10 @@ ] }, { - "name": "%%%showStatement592609611_zero_or_one", + "name": "%%%showStatement587604606_zero_or_one", "bnf": [ [ - "%%%showStatement592609611" + "%%%showStatement587604606" ], [ "\u03b5" @@ -26207,10 +26178,10 @@ ] }, { - "name": "%%%showStatement592609612_zero_or_one", + "name": "%%%showStatement587604607_zero_or_one", "bnf": [ [ - "%%%showStatement592609612" + "%%%showStatement587604607" ], [ "\u03b5" @@ -26229,14 +26200,14 @@ ] }, { - "name": "%%%%showStatement592620621622_zero_or_more", + "name": "%%%%showStatement587615616617_zero_or_more", "bnf": [ [ - "%%%%showStatement592620621622", - "%%%%showStatement592620621622_zero_or_more" + "%%%%showStatement587615616617", + "%%%%showStatement587615616617_zero_or_more" ], [ - "%%%%showStatement592620621622" + "%%%%showStatement587615616617" ], [ "\u03b5" @@ -26244,10 +26215,10 @@ ] }, { - "name": "%%%showStatement592620621_zero_or_one", + "name": "%%%showStatement587615616_zero_or_one", "bnf": [ [ - "%%%showStatement592620621" + "%%%showStatement587615616" ], [ "\u03b5" @@ -26255,10 +26226,10 @@ ] }, { - "name": "%%%showStatement592620623_zero_or_one", + "name": "%%%showStatement587615618_zero_or_one", "bnf": [ [ - "%%%showStatement592620623" + "%%%showStatement587615618" ], [ "\u03b5" @@ -26277,10 +26248,10 @@ ] }, { - "name": "%%%showStatement592629630_zero_or_one", + "name": "%%%showStatement587624625_zero_or_one", "bnf": [ [ - "%%%showStatement592629630" + "%%%showStatement587624625" ], [ "\u03b5" @@ -26299,14 +26270,14 @@ ] }, { - "name": "%%%%otherAdministrativeStatement655656657658_zero_or_more", + "name": "%%%%otherAdministrativeStatement650651652653_zero_or_more", "bnf": [ [ - "%%%%otherAdministrativeStatement655656657658", - "%%%%otherAdministrativeStatement655656657658_zero_or_more" + "%%%%otherAdministrativeStatement650651652653", + "%%%%otherAdministrativeStatement650651652653_zero_or_more" ], [ - "%%%%otherAdministrativeStatement655656657658" + "%%%%otherAdministrativeStatement650651652653" ], [ "\u03b5" @@ -26314,10 +26285,10 @@ ] }, { - "name": "%%otherAdministrativeStatement659660_zero_or_one", + "name": "%%otherAdministrativeStatement654655_zero_or_one", "bnf": [ [ - "%%otherAdministrativeStatement659660" + "%%otherAdministrativeStatement654655" ], [ "\u03b5" @@ -26325,14 +26296,14 @@ ] }, { - "name": "%keyCacheList662_zero_or_more", + "name": "%keyCacheList657_zero_or_more", "bnf": [ [ - "%keyCacheList662", - "%keyCacheList662_zero_or_more" + "%keyCacheList657", + "%keyCacheList657_zero_or_more" ], [ - "%keyCacheList662" + "%keyCacheList657" ], [ "\u03b5" @@ -26362,14 +26333,14 @@ ] }, { - "name": "%keyUsageList663_zero_or_more", + "name": "%keyUsageList658_zero_or_more", "bnf": [ [ - "%keyUsageList663", - "%keyUsageList663_zero_or_more" + "%keyUsageList658", + "%keyUsageList658_zero_or_more" ], [ - "%keyUsageList663" + "%keyUsageList658" ], [ "\u03b5" @@ -26399,10 +26370,10 @@ ] }, { - "name": "%flushTables669_zero_or_one", + "name": "%flushTables664_zero_or_one", "bnf": [ [ - "%flushTables669" + "%flushTables664" ], [ "\u03b5" @@ -26410,10 +26381,10 @@ ] }, { - "name": "%%preloadTail674675_zero_or_one", + "name": "%%preloadTail669670_zero_or_one", "bnf": [ [ - "%%preloadTail674675" + "%%preloadTail669670" ], [ "\u03b5" @@ -26421,14 +26392,14 @@ ] }, { - "name": "%preloadList676_zero_or_more", + "name": "%preloadList671_zero_or_more", "bnf": [ [ - "%preloadList676", - "%preloadList676_zero_or_more" + "%preloadList671", + "%preloadList671_zero_or_more" ], [ - "%preloadList676" + "%preloadList671" ], [ "\u03b5" @@ -26436,10 +26407,10 @@ ] }, { - "name": "%preloadKeys677_zero_or_one", + "name": "%preloadKeys672_zero_or_one", "bnf": [ [ - "%preloadKeys677" + "%preloadKeys672" ], [ "\u03b5" @@ -26480,14 +26451,14 @@ ] }, { - "name": "%resourceGroupVcpuList679_zero_or_more", + "name": "%resourceGroupVcpuList674_zero_or_more", "bnf": [ [ - "%resourceGroupVcpuList679", - "%resourceGroupVcpuList679_zero_or_more" + "%resourceGroupVcpuList674", + "%resourceGroupVcpuList674_zero_or_more" ], [ - "%resourceGroupVcpuList679" + "%resourceGroupVcpuList674" ], [ "\u03b5" @@ -26495,10 +26466,10 @@ ] }, { - "name": "%vcpuNumOrRange680_zero_or_one", + "name": "%vcpuNumOrRange675_zero_or_one", "bnf": [ [ - "%vcpuNumOrRange680" + "%vcpuNumOrRange675" ], [ "\u03b5" @@ -26517,10 +26488,10 @@ ] }, { - "name": "%setResourceGroup681_zero_or_one", + "name": "%setResourceGroup676_zero_or_one", "bnf": [ [ - "%setResourceGroup681" + "%setResourceGroup676" ], [ "\u03b5" @@ -26528,14 +26499,14 @@ ] }, { - "name": "%threadIdList682_zero_or_more", + "name": "%threadIdList677_zero_or_more", "bnf": [ [ - "%threadIdList682", - "%threadIdList682_zero_or_more" + "%threadIdList677", + "%threadIdList677_zero_or_more" ], [ - "%threadIdList682" + "%threadIdList677" ], [ "\u03b5" @@ -26543,10 +26514,10 @@ ] }, { - "name": "%describeStatement684_zero_or_one", + "name": "%describeStatement679_zero_or_one", "bnf": [ [ - "%describeStatement684" + "%describeStatement679" ], [ "\u03b5" @@ -26554,10 +26525,10 @@ ] }, { - "name": "%explainStatement686_zero_or_one", + "name": "%explainStatement681_zero_or_one", "bnf": [ [ - "%explainStatement686" + "%explainStatement681" ], [ "\u03b5" @@ -26565,10 +26536,10 @@ ] }, { - "name": "%%predicateOperations695696_zero_or_one", + "name": "%%predicateOperations690691_zero_or_one", "bnf": [ [ - "%%predicateOperations695696" + "%%predicateOperations690691" ], [ "\u03b5" @@ -26598,10 +26569,10 @@ ] }, { - "name": "%%sumExpr715716_zero_or_one", + "name": "%%sumExpr710711_zero_or_one", "bnf": [ [ - "%%sumExpr715716" + "%%sumExpr710711" ], [ "\u03b5" @@ -26631,10 +26602,10 @@ ] }, { - "name": "%%windowFunctionCall724725_zero_or_one", + "name": "%%windowFunctionCall719720_zero_or_one", "bnf": [ [ - "%%windowFunctionCall724725" + "%%windowFunctionCall719720" ], [ "\u03b5" @@ -26642,10 +26613,10 @@ ] }, { - "name": "%leadLagInfo729_zero_or_one", + "name": "%leadLagInfo724_zero_or_one", "bnf": [ [ - "%leadLagInfo729" + "%leadLagInfo724" ], [ "\u03b5" @@ -26653,14 +26624,14 @@ ] }, { - "name": "%identList734_zero_or_more", + "name": "%identList729_zero_or_more", "bnf": [ [ - "%identList734", - "%identList734_zero_or_more" + "%identList729", + "%identList729_zero_or_more" ], [ - "%identList734" + "%identList729" ], [ "\u03b5" @@ -26668,10 +26639,10 @@ ] }, { - "name": "%%fulltextOptions736737_zero_or_one", + "name": "%%fulltextOptions731732_zero_or_one", "bnf": [ [ - "%%fulltextOptions736737" + "%%fulltextOptions731732" ], [ "\u03b5" @@ -26679,10 +26650,10 @@ ] }, { - "name": "%%runtimeFunctionCall739740_zero_or_one", + "name": "%%runtimeFunctionCall734735_zero_or_one", "bnf": [ [ - "%%runtimeFunctionCall739740" + "%%runtimeFunctionCall734735" ], [ "\u03b5" @@ -26701,22 +26672,22 @@ ] }, { - "name": "%%runtimeFunctionCall746747_one_or_more", + "name": "%%runtimeFunctionCall741742_one_or_more", "bnf": [ [ - "%%runtimeFunctionCall746747", - "%%runtimeFunctionCall746747_one_or_more" + "%%runtimeFunctionCall741742", + "%%runtimeFunctionCall741742_one_or_more" ], [ - "%%runtimeFunctionCall746747" + "%%runtimeFunctionCall741742" ] ] }, { - "name": "%%runtimeFunctionCall754755_zero_or_one", + "name": "%%runtimeFunctionCall749750_zero_or_one", "bnf": [ [ - "%%runtimeFunctionCall754755" + "%%runtimeFunctionCall749750" ], [ "\u03b5" @@ -26735,10 +26706,10 @@ ] }, { - "name": "%%runtimeFunctionCall783784_zero_or_one", + "name": "%%runtimeFunctionCall778779_zero_or_one", "bnf": [ [ - "%%runtimeFunctionCall783784" + "%%runtimeFunctionCall778779" ], [ "\u03b5" @@ -26746,10 +26717,10 @@ ] }, { - "name": "%%runtimeFunctionCall795796_zero_or_one", + "name": "%%runtimeFunctionCall790791_zero_or_one", "bnf": [ [ - "%%runtimeFunctionCall795796" + "%%runtimeFunctionCall790791" ], [ "\u03b5" @@ -26757,10 +26728,10 @@ ] }, { - "name": "%%%%runtimeFunctionCall797798799800_zero_or_one", + "name": "%%%%runtimeFunctionCall792793794795_zero_or_one", "bnf": [ [ - "%%%%runtimeFunctionCall797798799800" + "%%%%runtimeFunctionCall792793794795" ], [ "\u03b5" @@ -26790,14 +26761,14 @@ ] }, { - "name": "%%%weightStringLevels811813814_zero_or_more", + "name": "%%%weightStringLevels806808809_zero_or_more", "bnf": [ [ - "%%%weightStringLevels811813814", - "%%%weightStringLevels811813814_zero_or_more" + "%%%weightStringLevels806808809", + "%%%weightStringLevels806808809_zero_or_more" ], [ - "%%%weightStringLevels811813814" + "%%%weightStringLevels806808809" ], [ "\u03b5" @@ -26816,10 +26787,10 @@ ] }, { - "name": "%weightStringLevelListItem815_zero_or_one", + "name": "%weightStringLevelListItem810_zero_or_one", "bnf": [ [ - "%weightStringLevelListItem815" + "%weightStringLevelListItem810" ], [ "\u03b5" @@ -26827,10 +26798,10 @@ ] }, { - "name": "%%%trimFunction818819820_zero_or_one", + "name": "%%%trimFunction813814815_zero_or_one", "bnf": [ [ - "%%%trimFunction818819820" + "%%%trimFunction813814815" ], [ "\u03b5" @@ -26849,10 +26820,10 @@ ] }, { - "name": "%%%substringFunction824825826_zero_or_one", + "name": "%%%substringFunction819820821_zero_or_one", "bnf": [ [ - "%%%substringFunction824825826" + "%%%substringFunction819820821" ], [ "\u03b5" @@ -26860,10 +26831,10 @@ ] }, { - "name": "%%%substringFunction824827828_zero_or_one", + "name": "%%%substringFunction819822823_zero_or_one", "bnf": [ [ - "%%%substringFunction824827828" + "%%%substringFunction819822823" ], [ "\u03b5" @@ -26882,14 +26853,14 @@ ] }, { - "name": "%udfExprList831_zero_or_more", + "name": "%udfExprList826_zero_or_more", "bnf": [ [ - "%udfExprList831", - "%udfExprList831_zero_or_more" + "%udfExprList826", + "%udfExprList826_zero_or_more" ], [ - "%udfExprList831" + "%udfExprList826" ], [ "\u03b5" @@ -26919,14 +26890,14 @@ ] }, { - "name": "%exprList837_zero_or_more", + "name": "%exprList832_zero_or_more", "bnf": [ [ - "%exprList837", - "%exprList837_zero_or_more" + "%exprList832", + "%exprList832_zero_or_more" ], [ - "%exprList837" + "%exprList832" ], [ "\u03b5" @@ -26934,14 +26905,14 @@ ] }, { - "name": "%orderList840_zero_or_more", + "name": "%orderList835_zero_or_more", "bnf": [ [ - "%orderList840", - "%orderList840_zero_or_more" + "%orderList835", + "%orderList835_zero_or_more" ], [ - "%orderList840" + "%orderList835" ], [ "\u03b5" @@ -26960,14 +26931,14 @@ ] }, { - "name": "%groupList841_zero_or_more", + "name": "%groupList836_zero_or_more", "bnf": [ [ - "%groupList841", - "%groupList841_zero_or_more" + "%groupList836", + "%groupList836_zero_or_more" ], [ - "%groupList841" + "%groupList836" ], [ "\u03b5" @@ -26975,10 +26946,10 @@ ] }, { - "name": "%ifBody842_zero_or_one", + "name": "%ifBody837_zero_or_one", "bnf": [ [ - "%ifBody842" + "%ifBody837" ], [ "\u03b5" @@ -26986,26 +26957,26 @@ ] }, { - "name": "%compoundStatementList845_one_or_more", + "name": "%compoundStatementList840_one_or_more", "bnf": [ [ - "%compoundStatementList845", - "%compoundStatementList845_one_or_more" + "%compoundStatementList840", + "%compoundStatementList840_one_or_more" ], [ - "%compoundStatementList845" + "%compoundStatementList840" ] ] }, { - "name": "%caseStatement846_one_or_more", + "name": "%caseStatement841_one_or_more", "bnf": [ [ - "%caseStatement846", - "%caseStatement846_one_or_more" + "%caseStatement841", + "%caseStatement841_one_or_more" ], [ - "%caseStatement846" + "%caseStatement841" ] ] }, @@ -27054,22 +27025,22 @@ ] }, { - "name": "%spDeclarations847_one_or_more", + "name": "%spDeclarations842_one_or_more", "bnf": [ [ - "%spDeclarations847", - "%spDeclarations847_one_or_more" + "%spDeclarations842", + "%spDeclarations842_one_or_more" ], [ - "%spDeclarations847" + "%spDeclarations842" ] ] }, { - "name": "%variableDeclaration848_zero_or_one", + "name": "%variableDeclaration843_zero_or_one", "bnf": [ [ - "%variableDeclaration848" + "%variableDeclaration843" ], [ "\u03b5" @@ -27088,14 +27059,14 @@ ] }, { - "name": "%handlerDeclaration850_zero_or_more", + "name": "%handlerDeclaration845_zero_or_more", "bnf": [ [ - "%handlerDeclaration850", - "%handlerDeclaration850_zero_or_more" + "%handlerDeclaration845", + "%handlerDeclaration845_zero_or_more" ], [ - "%handlerDeclaration850" + "%handlerDeclaration845" ], [ "\u03b5" @@ -27103,14 +27074,14 @@ ] }, { - "name": "%%%getDiagnostics853854855_zero_or_more", + "name": "%%%getDiagnostics848849850_zero_or_more", "bnf": [ [ - "%%%getDiagnostics853854855", - "%%%getDiagnostics853854855_zero_or_more" + "%%%getDiagnostics848849850", + "%%%getDiagnostics848849850_zero_or_more" ], [ - "%%%getDiagnostics853854855" + "%%%getDiagnostics848849850" ], [ "\u03b5" @@ -27118,14 +27089,14 @@ ] }, { - "name": "%%%getDiagnostics853856857_zero_or_more", + "name": "%%%getDiagnostics848851852_zero_or_more", "bnf": [ [ - "%%%getDiagnostics853856857", - "%%%getDiagnostics853856857_zero_or_more" + "%%%getDiagnostics848851852", + "%%%getDiagnostics848851852_zero_or_more" ], [ - "%%%getDiagnostics853856857" + "%%%getDiagnostics848851852" ], [ "\u03b5" @@ -27133,10 +27104,10 @@ ] }, { - "name": "%getDiagnostics852_zero_or_one", + "name": "%getDiagnostics847_zero_or_one", "bnf": [ [ - "%getDiagnostics852" + "%getDiagnostics847" ], [ "\u03b5" @@ -27144,14 +27115,14 @@ ] }, { - "name": "%%signalStatement863864_zero_or_more", + "name": "%%signalStatement858859_zero_or_more", "bnf": [ [ - "%%signalStatement863864", - "%%signalStatement863864_zero_or_more" + "%%signalStatement858859", + "%%signalStatement858859_zero_or_more" ], [ - "%%signalStatement863864" + "%%signalStatement858859" ], [ "\u03b5" @@ -27159,10 +27130,10 @@ ] }, { - "name": "%signalStatement863_zero_or_one", + "name": "%signalStatement858_zero_or_one", "bnf": [ [ - "%signalStatement863" + "%signalStatement858" ], [ "\u03b5" @@ -27170,14 +27141,14 @@ ] }, { - "name": "%%resignalStatement866867_zero_or_more", + "name": "%%resignalStatement861862_zero_or_more", "bnf": [ [ - "%%resignalStatement866867", - "%%resignalStatement866867_zero_or_more" + "%%resignalStatement861862", + "%%resignalStatement861862_zero_or_more" ], [ - "%%resignalStatement866867" + "%%resignalStatement861862" ], [ "\u03b5" @@ -27185,10 +27156,10 @@ ] }, { - "name": "%resignalStatement865_zero_or_one", + "name": "%resignalStatement860_zero_or_one", "bnf": [ [ - "%resignalStatement865" + "%resignalStatement860" ], [ "\u03b5" @@ -27196,10 +27167,10 @@ ] }, { - "name": "%resignalStatement866_zero_or_one", + "name": "%resignalStatement861_zero_or_one", "bnf": [ [ - "%resignalStatement866" + "%resignalStatement861" ], [ "\u03b5" @@ -27218,10 +27189,10 @@ ] }, { - "name": "%cursorFetch868_zero_or_one", + "name": "%cursorFetch863_zero_or_one", "bnf": [ [ - "%cursorFetch868" + "%cursorFetch863" ], [ "\u03b5" @@ -27229,10 +27200,10 @@ ] }, { - "name": "%%schedule870871_zero_or_one", + "name": "%%schedule865866_zero_or_one", "bnf": [ [ - "%%schedule870871" + "%%schedule865866" ], [ "\u03b5" @@ -27240,10 +27211,10 @@ ] }, { - "name": "%%schedule870872_zero_or_one", + "name": "%%schedule865867_zero_or_one", "bnf": [ [ - "%%schedule870872" + "%%schedule865867" ], [ "\u03b5" @@ -27325,10 +27296,10 @@ ] }, { - "name": "%%%fieldDefinition885886887_zero_or_one", + "name": "%%%fieldDefinition880881882_zero_or_one", "bnf": [ [ - "%%%fieldDefinition885886887" + "%%%fieldDefinition880881882" ], [ "\u03b5" @@ -27336,10 +27307,10 @@ ] }, { - "name": "%%%fieldDefinition885886888_zero_or_one", + "name": "%%%fieldDefinition880881883_zero_or_one", "bnf": [ [ - "%%%fieldDefinition885886888" + "%%%fieldDefinition880881883" ], [ "\u03b5" @@ -27380,10 +27351,10 @@ ] }, { - "name": "%%%references910911912_zero_or_one", + "name": "%%%references905906907_zero_or_one", "bnf": [ [ - "%%%references910911912" + "%%%references905906907" ], [ "\u03b5" @@ -27391,10 +27362,10 @@ ] }, { - "name": "%%%references910913914_zero_or_one", + "name": "%%%references905908909_zero_or_one", "bnf": [ [ - "%%%references910913914" + "%%%references905908909" ], [ "\u03b5" @@ -27413,10 +27384,10 @@ ] }, { - "name": "%references908_zero_or_one", + "name": "%references903_zero_or_one", "bnf": [ [ - "%references908" + "%references903" ], [ "\u03b5" @@ -27424,10 +27395,10 @@ ] }, { - "name": "%references910_zero_or_one", + "name": "%references905_zero_or_one", "bnf": [ [ - "%references910" + "%references905" ], [ "\u03b5" @@ -27435,14 +27406,14 @@ ] }, { - "name": "%keyList918_zero_or_more", + "name": "%keyList913_zero_or_more", "bnf": [ [ - "%keyList918", - "%keyList918_zero_or_more" + "%keyList913", + "%keyList913_zero_or_more" ], [ - "%keyList918" + "%keyList913" ], [ "\u03b5" @@ -27461,14 +27432,14 @@ ] }, { - "name": "%keyListWithExpression919_zero_or_more", + "name": "%keyListWithExpression914_zero_or_more", "bnf": [ [ - "%keyListWithExpression919", - "%keyListWithExpression919_zero_or_more" + "%keyListWithExpression914", + "%keyListWithExpression914_zero_or_more" ], [ - "%keyListWithExpression919" + "%keyListWithExpression914" ], [ "\u03b5" @@ -27553,10 +27524,10 @@ ] }, { - "name": "%%dataType954955_zero_or_one", + "name": "%%dataType949950_zero_or_one", "bnf": [ [ - "%%dataType954955" + "%%dataType949950" ], [ "\u03b5" @@ -27564,22 +27535,22 @@ ] }, { - "name": "%fieldOptions967_one_or_more", + "name": "%fieldOptions962_one_or_more", "bnf": [ [ - "%fieldOptions967", - "%fieldOptions967_one_or_more" + "%fieldOptions962", + "%fieldOptions962_one_or_more" ], [ - "%fieldOptions967" + "%fieldOptions962" ] ] }, { - "name": "%%charsetWithOptBinary969970_zero_or_one", + "name": "%%charsetWithOptBinary964965_zero_or_one", "bnf": [ [ - "%%charsetWithOptBinary969970" + "%%charsetWithOptBinary964965" ], [ "\u03b5" @@ -27587,14 +27558,14 @@ ] }, { - "name": "%createTableOptions975_zero_or_more", + "name": "%createTableOptions970_zero_or_more", "bnf": [ [ - "%createTableOptions975", - "%createTableOptions975_zero_or_more" + "%createTableOptions970", + "%createTableOptions970_zero_or_more" ], [ - "%createTableOptions975" + "%createTableOptions970" ], [ "\u03b5" @@ -27625,10 +27596,10 @@ ] }, { - "name": "%partitionClause1006_zero_or_one", + "name": "%partitionClause1001_zero_or_one", "bnf": [ [ - "%partitionClause1006" + "%partitionClause1001" ], [ "\u03b5" @@ -27691,10 +27662,10 @@ ] }, { - "name": "%subPartitions1017_zero_or_one", + "name": "%subPartitions1012_zero_or_one", "bnf": [ [ - "%subPartitions1017" + "%subPartitions1012" ], [ "\u03b5" @@ -27702,14 +27673,14 @@ ] }, { - "name": "%partitionDefinitions1018_zero_or_more", + "name": "%partitionDefinitions1013_zero_or_more", "bnf": [ [ - "%partitionDefinitions1018", - "%partitionDefinitions1018_zero_or_more" + "%partitionDefinitions1013", + "%partitionDefinitions1013_zero_or_more" ], [ - "%partitionDefinitions1018" + "%partitionDefinitions1013" ], [ "\u03b5" @@ -27717,14 +27688,14 @@ ] }, { - "name": "%%partitionDefinition10231024_zero_or_more", + "name": "%%partitionDefinition10181019_zero_or_more", "bnf": [ [ - "%%partitionDefinition10231024", - "%%partitionDefinition10231024_zero_or_more" + "%%partitionDefinition10181019", + "%%partitionDefinition10181019_zero_or_more" ], [ - "%%partitionDefinition10231024" + "%%partitionDefinition10181019" ], [ "\u03b5" @@ -27732,10 +27703,10 @@ ] }, { - "name": "%partitionDefinition1019_zero_or_one", + "name": "%partitionDefinition1014_zero_or_one", "bnf": [ [ - "%partitionDefinition1019" + "%partitionDefinition1014" ], [ "\u03b5" @@ -27758,10 +27729,10 @@ ] }, { - "name": "%partitionDefinition1023_zero_or_one", + "name": "%partitionDefinition1018_zero_or_one", "bnf": [ [ - "%partitionDefinition1023" + "%partitionDefinition1018" ], [ "\u03b5" @@ -27769,14 +27740,14 @@ ] }, { - "name": "%%partitionValuesIn10251026_zero_or_more", + "name": "%%partitionValuesIn10201021_zero_or_more", "bnf": [ [ - "%%partitionValuesIn10251026", - "%%partitionValuesIn10251026_zero_or_more" + "%%partitionValuesIn10201021", + "%%partitionValuesIn10201021_zero_or_more" ], [ - "%%partitionValuesIn10251026" + "%%partitionValuesIn10201021" ], [ "\u03b5" @@ -27784,14 +27755,14 @@ ] }, { - "name": "%partitionValueItemListParen1035_zero_or_more", + "name": "%partitionValueItemListParen1030_zero_or_more", "bnf": [ [ - "%partitionValueItemListParen1035", - "%partitionValueItemListParen1035_zero_or_more" + "%partitionValueItemListParen1030", + "%partitionValueItemListParen1030_zero_or_more" ], [ - "%partitionValueItemListParen1035" + "%partitionValueItemListParen1030" ], [ "\u03b5" @@ -27799,10 +27770,10 @@ ] }, { - "name": "%procedureParameter1036_zero_or_one", + "name": "%procedureParameter1031_zero_or_one", "bnf": [ [ - "%procedureParameter1036" + "%procedureParameter1031" ], [ "\u03b5" @@ -27810,14 +27781,14 @@ ] }, { - "name": "%viewRefList1037_zero_or_more", + "name": "%viewRefList1032_zero_or_more", "bnf": [ [ - "%viewRefList1037", - "%viewRefList1037_zero_or_more" + "%viewRefList1032", + "%viewRefList1032_zero_or_more" ], [ - "%viewRefList1037" + "%viewRefList1032" ], [ "\u03b5" @@ -27825,14 +27796,14 @@ ] }, { - "name": "%updateList1038_zero_or_more", + "name": "%updateList1033_zero_or_more", "bnf": [ [ - "%updateList1038", - "%updateList1038_zero_or_more" + "%updateList1033", + "%updateList1033_zero_or_more" ], [ - "%updateList1038" + "%updateList1033" ], [ "\u03b5" @@ -27875,14 +27846,14 @@ ] }, { - "name": "%userList1044_zero_or_more", + "name": "%userList1039_zero_or_more", "bnf": [ [ - "%userList1044", - "%userList1044_zero_or_more" + "%userList1039", + "%userList1039_zero_or_more" ], [ - "%userList1044" + "%userList1039" ], [ "\u03b5" @@ -27890,14 +27861,14 @@ ] }, { - "name": "%createUserList1045_zero_or_more", + "name": "%createUserList1040_zero_or_more", "bnf": [ [ - "%createUserList1045", - "%createUserList1045_zero_or_more" + "%createUserList1040", + "%createUserList1040_zero_or_more" ], [ - "%createUserList1045" + "%createUserList1040" ], [ "\u03b5" @@ -27905,14 +27876,14 @@ ] }, { - "name": "%alterUserList1046_zero_or_more", + "name": "%alterUserList1041_zero_or_more", "bnf": [ [ - "%alterUserList1046", - "%alterUserList1046_zero_or_more" + "%alterUserList1041", + "%alterUserList1041_zero_or_more" ], [ - "%alterUserList1046" + "%alterUserList1041" ], [ "\u03b5" @@ -27931,10 +27902,10 @@ ] }, { - "name": "%%%%createUserEntry1047104810501051_zero_or_one", + "name": "%%%%createUserEntry1042104310451046_zero_or_one", "bnf": [ [ - "%%%%createUserEntry1047104810501051" + "%%%%createUserEntry1042104310451046" ], [ "\u03b5" @@ -27942,10 +27913,10 @@ ] }, { - "name": "%%%%createUserEntry1047104810541055_zero_or_one", + "name": "%%%%createUserEntry1042104310491050_zero_or_one", "bnf": [ [ - "%%%%createUserEntry1047104810541055" + "%%%%createUserEntry1042104310491050" ], [ "\u03b5" @@ -27953,10 +27924,10 @@ ] }, { - "name": "%createUserEntry1047_zero_or_one", + "name": "%createUserEntry1042_zero_or_one", "bnf": [ [ - "%createUserEntry1047" + "%createUserEntry1042" ], [ "\u03b5" @@ -27964,10 +27935,10 @@ ] }, { - "name": "%%%%%alterUserEntry10561057105810591060_zero_or_one", + "name": "%%%%%alterUserEntry10511052105310541055_zero_or_one", "bnf": [ [ - "%%%%%alterUserEntry10561057105810591060" + "%%%%%alterUserEntry10511052105310541055" ], [ "\u03b5" @@ -27975,10 +27946,10 @@ ] }, { - "name": "%%%%%alterUserEntry10561057105810591061_zero_or_one", + "name": "%%%%%alterUserEntry10511052105310541056_zero_or_one", "bnf": [ [ - "%%%%%alterUserEntry10561057105810591061" + "%%%%%alterUserEntry10511052105310541056" ], [ "\u03b5" @@ -27986,10 +27957,10 @@ ] }, { - "name": "%%%%%alterUserEntry10561057105810621063_zero_or_one", + "name": "%%%%%alterUserEntry10511052105310571058_zero_or_one", "bnf": [ [ - "%%%%%alterUserEntry10561057105810621063" + "%%%%%alterUserEntry10511052105310571058" ], [ "\u03b5" @@ -27997,10 +27968,10 @@ ] }, { - "name": "%%%alterUserEntry105610571058_zero_or_one", + "name": "%%%alterUserEntry105110521053_zero_or_one", "bnf": [ [ - "%%%alterUserEntry105610571058" + "%%%alterUserEntry105110521053" ], [ "\u03b5" @@ -28019,10 +27990,10 @@ ] }, { - "name": "%userIdentifierOrText1064_zero_or_one", + "name": "%userIdentifierOrText1059_zero_or_one", "bnf": [ [ - "%userIdentifierOrText1064" + "%userIdentifierOrText1059" ], [ "\u03b5" @@ -28030,14 +28001,14 @@ ] }, { - "name": "%columnInternalRefList1068_zero_or_more", + "name": "%columnInternalRefList1063_zero_or_more", "bnf": [ [ - "%columnInternalRefList1068", - "%columnInternalRefList1068_zero_or_more" + "%columnInternalRefList1063", + "%columnInternalRefList1063_zero_or_more" ], [ - "%columnInternalRefList1068" + "%columnInternalRefList1063" ], [ "\u03b5" @@ -28045,10 +28016,10 @@ ] }, { - "name": "%tableWild1069_zero_or_one", + "name": "%tableWild1064_zero_or_one", "bnf": [ [ - "%tableWild1069" + "%tableWild1064" ], [ "\u03b5" @@ -28056,10 +28027,10 @@ ] }, { - "name": "%%%tableRefWithWildcard107010721073_zero_or_one", + "name": "%%%tableRefWithWildcard106510671068_zero_or_one", "bnf": [ [ - "%%%tableRefWithWildcard107010721073" + "%%%tableRefWithWildcard106510671068" ], [ "\u03b5" @@ -28067,10 +28038,10 @@ ] }, { - "name": "%tableRefWithWildcard1070_zero_or_one", + "name": "%tableRefWithWildcard1065_zero_or_one", "bnf": [ [ - "%tableRefWithWildcard1070" + "%tableRefWithWildcard1065" ], [ "\u03b5" @@ -28078,14 +28049,14 @@ ] }, { - "name": "%tableRefList1074_zero_or_more", + "name": "%tableRefList1069_zero_or_more", "bnf": [ [ - "%tableRefList1074", - "%tableRefList1074_zero_or_more" + "%tableRefList1069", + "%tableRefList1069_zero_or_more" ], [ - "%tableRefList1074" + "%tableRefList1069" ], [ "\u03b5" @@ -28093,14 +28064,14 @@ ] }, { - "name": "%tableAliasRefList1075_zero_or_more", + "name": "%tableAliasRefList1070_zero_or_more", "bnf": [ [ - "%tableAliasRefList1075", - "%tableAliasRefList1075_zero_or_more" + "%tableAliasRefList1070", + "%tableAliasRefList1070_zero_or_more" ], [ - "%tableAliasRefList1075" + "%tableAliasRefList1070" ], [ "\u03b5" @@ -28108,14 +28079,14 @@ ] }, { - "name": "%identifierList1077_zero_or_more", + "name": "%identifierList1072_zero_or_more", "bnf": [ [ - "%identifierList1077", - "%identifierList1077_zero_or_more" + "%identifierList1072", + "%identifierList1072_zero_or_more" ], [ - "%identifierList1077" + "%identifierList1072" ], [ "\u03b5" @@ -28123,10 +28094,10 @@ ] }, { - "name": "%%simpleIdentifier10781079_zero_or_one", + "name": "%%simpleIdentifier10731074_zero_or_one", "bnf": [ [ - "%%simpleIdentifier10781079" + "%%simpleIdentifier10731074" ], [ "\u03b5" @@ -28145,14 +28116,14 @@ ] }, { - "name": "%stringList1085_zero_or_more", + "name": "%stringList1080_zero_or_more", "bnf": [ [ - "%stringList1085", - "%stringList1085_zero_or_more" + "%stringList1080", + "%stringList1080_zero_or_more" ], [ - "%stringList1085" + "%stringList1080" ], [ "\u03b5" @@ -28175,14 +28146,14 @@ ] }, { - "name": "%textStringLiteralList1088_zero_or_more", + "name": "%textStringLiteralList1083_zero_or_more", "bnf": [ [ - "%textStringLiteralList1088", - "%textStringLiteralList1088_zero_or_more" + "%textStringLiteralList1083", + "%textStringLiteralList1083_zero_or_more" ], [ - "%textStringLiteralList1088" + "%textStringLiteralList1083" ], [ "\u03b5" @@ -28190,14 +28161,14 @@ ] }, { - "name": "%alterOrderList1112_zero_or_more", + "name": "%alterOrderList1107_zero_or_more", "bnf": [ [ - "%alterOrderList1112", - "%alterOrderList1112_zero_or_more" + "%alterOrderList1107", + "%alterOrderList1107_zero_or_more" ], [ - "%alterOrderList1112" + "%alterOrderList1107" ], [ "\u03b5" @@ -28238,10 +28209,10 @@ ] }, { - "name": "%%windowSpecDetails11231124_zero_or_one", + "name": "%%windowSpecDetails11181119_zero_or_one", "bnf": [ [ - "%%windowSpecDetails11231124" + "%%windowSpecDetails11181119" ], [ "\u03b5" @@ -28249,10 +28220,10 @@ ] }, { - "name": "%%windowSpecDetails11251126_zero_or_one", + "name": "%%windowSpecDetails11201121_zero_or_one", "bnf": [ [ - "%%windowSpecDetails11251126" + "%%windowSpecDetails11201121" ], [ "\u03b5" @@ -28271,10 +28242,21 @@ ] }, { - "name": "%%windowSpecDetails11271128_zero_or_one", + "name": "%%windowSpecDetails11221123_zero_or_one", + "bnf": [ + [ + "%%windowSpecDetails11221123" + ], + [ + "\u03b5" + ] + ] + }, + { + "name": "%%grantIdentifier11241125_zero_or_one", "bnf": [ [ - "%%windowSpecDetails11271128" + "%%grantIdentifier11241125" ], [ "\u03b5" @@ -28297,10 +28279,10 @@ ] }, { - "name": "%%%expr_simple11291130_zero_or_one", + "name": "%%%expr_simple11281129_zero_or_one", "bnf": [ [ - "%%%expr_simple11291130" + "%%%expr_simple11281129" ], [ "\u03b5" @@ -28334,10 +28316,10 @@ ] }, { - "name": "%predicate1142_zero_or_one", + "name": "%predicate1141_zero_or_one", "bnf": [ [ - "%predicate1142" + "%predicate1141" ], [ "\u03b5" @@ -28360,14 +28342,14 @@ ] }, { - "name": "%simpleExpr1157_zero_or_more", + "name": "%simpleExpr1156_zero_or_more", "bnf": [ [ - "%simpleExpr1157", - "%simpleExpr1157_zero_or_more" + "%simpleExpr1156", + "%simpleExpr1156_zero_or_more" ], [ - "%simpleExpr1157" + "%simpleExpr1156" ], [ "\u03b5" @@ -28375,10 +28357,10 @@ ] }, { - "name": "%%simpleExpr_collate1158_zero_or_one", + "name": "%%simpleExpr_collate1157_zero_or_one", "bnf": [ [ - "%%simpleExpr_collate1158" + "%%simpleExpr_collate1157" ], [ "\u03b5" @@ -28386,10 +28368,10 @@ ] }, { - "name": "%%%simpleExpr_factored11591160_zero_or_one", + "name": "%%%simpleExpr_factored11581159_zero_or_one", "bnf": [ [ - "%%%simpleExpr_factored11591160" + "%%%simpleExpr_factored11581159" ], [ "\u03b5" @@ -28441,14 +28423,14 @@ ] }, { - "name": "%%%simpleExpr_factored11711172_one_or_more", + "name": "%%%simpleExpr_factored11701171_one_or_more", "bnf": [ [ - "%%%simpleExpr_factored11711172", - "%%%simpleExpr_factored11711172_one_or_more" + "%%%simpleExpr_factored11701171", + "%%%simpleExpr_factored11701171_one_or_more" ], [ - "%%%simpleExpr_factored11711172" + "%%%simpleExpr_factored11701171" ] ] }, diff --git a/custom-parser/grammar-factoring/MySQLParser-manually-factored.ebnf b/custom-parser/grammar-factoring/MySQLParser-manually-factored.ebnf index bb508fd..8eed684 100644 --- a/custom-parser/grammar-factoring/MySQLParser-manually-factored.ebnf +++ b/custom-parser/grammar-factoring/MySQLParser-manually-factored.ebnf @@ -281,7 +281,7 @@ onTypeTo ::= (ON_SYMBOL aclType? grantIdentifier) | (ON_SYMBOL aclType? grantIde aclType ::= TABLE_SYMBOL | FUNCTION_SYMBOL | PROCEDURE_SYMBOL roleOrPrivilegesList ::= roleOrPrivilege (COMMA_SYMBOL roleOrPrivilege)* roleOrPrivilege ::= ((roleIdentifierOrText columnInternalRefList?) | (roleIdentifierOrText (AT_TEXT_SUFFIX | (AT_SIGN_SYMBOL textOrIdentifier)))) | ((SELECT_SYMBOL | INSERT_SYMBOL | UPDATE_SYMBOL | REFERENCES_SYMBOL) columnInternalRefList?) | (DELETE_SYMBOL | USAGE_SYMBOL | INDEX_SYMBOL | DROP_SYMBOL | EXECUTE_SYMBOL | RELOAD_SYMBOL | SHUTDOWN_SYMBOL | PROCESS_SYMBOL | FILE_SYMBOL | PROXY_SYMBOL | SUPER_SYMBOL | EVENT_SYMBOL | TRIGGER_SYMBOL) | (GRANT_SYMBOL OPTION_SYMBOL) | (SHOW_SYMBOL DATABASES_SYMBOL) | (CREATE_SYMBOL ((TEMPORARY_SYMBOL TABLES_SYMBOL) | (ROUTINE_SYMBOL | TABLESPACE_SYMBOL | USER_SYMBOL | VIEW_SYMBOL))?) | (LOCK_SYMBOL TABLES_SYMBOL) | (REPLICATION_SYMBOL (CLIENT_SYMBOL | SLAVE_SYMBOL)) | (SHOW_SYMBOL VIEW_SYMBOL) | (ALTER_SYMBOL ROUTINE_SYMBOL?) | ((CREATE_SYMBOL | DROP_SYMBOL) ROLE_SYMBOL) -grantIdentifier ::= (MULT_OPERATOR (DOT_SYMBOL MULT_OPERATOR)?) | (schemaRef (DOT_SYMBOL MULT_OPERATOR)?) | tableRef | (schemaRef DOT_SYMBOL tableRef) +/* grantIdentifier ::= (MULT_OPERATOR (DOT_SYMBOL MULT_OPERATOR)?) | (schemaRef (DOT_SYMBOL MULT_OPERATOR)?) | tableRef | (schemaRef DOT_SYMBOL tableRef) */ requireList ::= requireListElement (AND_SYMBOL? requireListElement)* requireListElement ::= (CIPHER_SYMBOL textString) | (ISSUER_SYMBOL textString) | (SUBJECT_SYMBOL textString) grantOption ::= (GRANT_SYMBOL OPTION_SYMBOL) | (MAX_QUERIES_PER_HOUR_SYMBOL ulong_number) | (MAX_UPDATES_PER_HOUR_SYMBOL ulong_number) | (MAX_CONNECTIONS_PER_HOUR_SYMBOL ulong_number) | (MAX_USER_CONNECTIONS_SYMBOL ulong_number) @@ -659,6 +659,13 @@ utilityStatement ::= explainStatement | describeStatement | helpCommand | useCom */ windowSpecDetails ::= (PARTITION_SYMBOL BY_SYMBOL orderList orderClause? windowFrameClause?) | ((PARTITION_SYMBOL BY_SYMBOL orderList)? orderClause windowFrameClause?) | ((PARTITION_SYMBOL BY_SYMBOL orderList)? orderClause? windowFrameClause) | (windowName? (PARTITION_SYMBOL BY_SYMBOL orderList)? orderClause? windowFrameClause?) +/** + * Rewrite "grantIdentifier" to solve conflicts between "schemaRef DOT_SYMBOL tableRef" + * and "schemaRef DOT_SYMBOL MULT_OPERATOR". Move them to a single branch, and order + * "schemaRef" and "tableRef" after to preserve precedence of keywords over identifiers. + */ +grantIdentifier ::= (MULT_OPERATOR (DOT_SYMBOL MULT_OPERATOR)?) | (schemaRef DOT_SYMBOL (MULT_OPERATOR | tableRef)) | schemaRef | tableRef + /* Factor left recursion. */ expr ::= %expr_simple %expr_rr* %expr_simple ::= (boolPri (IS_SYMBOL notRule? (TRUE_SYMBOL | FALSE_SYMBOL | UNKNOWN_SYMBOL))?) | (NOT_SYMBOL expr) diff --git a/custom-parser/grammar-factoring/MySQLParser-manually-factored.json b/custom-parser/grammar-factoring/MySQLParser-manually-factored.json index 76b0857..5ddfbff 100644 --- a/custom-parser/grammar-factoring/MySQLParser-manually-factored.json +++ b/custom-parser/grammar-factoring/MySQLParser-manually-factored.json @@ -9527,75 +9527,7 @@ ] }, { - "name": "%%grantIdentifier519520", - "bnf": [ - [ - "DOT_SYMBOL", - "MULT_OPERATOR" - ] - ], - "fragment": true - }, - { - "name": "%grantIdentifier519", - "bnf": [ - [ - "MULT_OPERATOR", - "%%grantIdentifier519520?" - ] - ], - "fragment": true - }, - { - "name": "%%grantIdentifier521522", - "bnf": [ - [ - "DOT_SYMBOL", - "MULT_OPERATOR" - ] - ], - "fragment": true - }, - { - "name": "%grantIdentifier521", - "bnf": [ - [ - "schemaRef", - "%%grantIdentifier521522?" - ] - ], - "fragment": true - }, - { - "name": "%grantIdentifier523", - "bnf": [ - [ - "schemaRef", - "DOT_SYMBOL", - "tableRef" - ] - ], - "fragment": true - }, - { - "name": "grantIdentifier", - "bnf": [ - [ - "%grantIdentifier519" - ], - [ - "%grantIdentifier521" - ], - [ - "tableRef" - ], - [ - "%grantIdentifier523" - ] - ] - }, - { - "name": "%requireList524", + "name": "%requireList519", "bnf": [ [ "AND_SYMBOL?", @@ -9609,12 +9541,12 @@ "bnf": [ [ "requireListElement", - "%requireList524*" + "%requireList519*" ] ] }, { - "name": "%requireListElement525", + "name": "%requireListElement520", "bnf": [ [ "CIPHER_SYMBOL", @@ -9624,7 +9556,7 @@ "fragment": true }, { - "name": "%requireListElement526", + "name": "%requireListElement521", "bnf": [ [ "ISSUER_SYMBOL", @@ -9634,7 +9566,7 @@ "fragment": true }, { - "name": "%requireListElement527", + "name": "%requireListElement522", "bnf": [ [ "SUBJECT_SYMBOL", @@ -9647,18 +9579,18 @@ "name": "requireListElement", "bnf": [ [ - "%requireListElement525" + "%requireListElement520" ], [ - "%requireListElement526" + "%requireListElement521" ], [ - "%requireListElement527" + "%requireListElement522" ] ] }, { - "name": "%grantOption528", + "name": "%grantOption523", "bnf": [ [ "GRANT_SYMBOL", @@ -9668,7 +9600,7 @@ "fragment": true }, { - "name": "%grantOption529", + "name": "%grantOption524", "bnf": [ [ "MAX_QUERIES_PER_HOUR_SYMBOL", @@ -9678,7 +9610,7 @@ "fragment": true }, { - "name": "%grantOption530", + "name": "%grantOption525", "bnf": [ [ "MAX_UPDATES_PER_HOUR_SYMBOL", @@ -9688,7 +9620,7 @@ "fragment": true }, { - "name": "%grantOption531", + "name": "%grantOption526", "bnf": [ [ "MAX_CONNECTIONS_PER_HOUR_SYMBOL", @@ -9698,7 +9630,7 @@ "fragment": true }, { - "name": "%grantOption532", + "name": "%grantOption527", "bnf": [ [ "MAX_USER_CONNECTIONS_SYMBOL", @@ -9711,24 +9643,24 @@ "name": "grantOption", "bnf": [ [ - "%grantOption528" + "%grantOption523" ], [ - "%grantOption529" + "%grantOption524" ], [ - "%grantOption530" + "%grantOption525" ], [ - "%grantOption531" + "%grantOption526" ], [ - "%grantOption532" + "%grantOption527" ] ] }, { - "name": "%setRole533", + "name": "%setRole528", "bnf": [ [ "SET_SYMBOL", @@ -9739,7 +9671,7 @@ "fragment": true }, { - "name": "%%setRole534535", + "name": "%%setRole529530", "bnf": [ [ "NONE_SYMBOL" @@ -9751,18 +9683,18 @@ "fragment": true }, { - "name": "%setRole534", + "name": "%setRole529", "bnf": [ [ "SET_SYMBOL", "ROLE_SYMBOL", - "%%setRole534535" + "%%setRole529530" ] ], "fragment": true }, { - "name": "%%setRole536537", + "name": "%%setRole531532", "bnf": [ [ "roleList" @@ -9777,13 +9709,13 @@ "fragment": true }, { - "name": "%setRole536", + "name": "%setRole531", "bnf": [ [ "SET_SYMBOL", "DEFAULT_SYMBOL", "ROLE_SYMBOL", - "%%setRole536537", + "%%setRole531532", "TO_SYMBOL", "roleList" ] @@ -9791,7 +9723,7 @@ "fragment": true }, { - "name": "%%setRole538539", + "name": "%%setRole533534", "bnf": [ [ "EXCEPT_SYMBOL", @@ -9801,13 +9733,13 @@ "fragment": true }, { - "name": "%setRole538", + "name": "%setRole533", "bnf": [ [ "SET_SYMBOL", "ROLE_SYMBOL", "ALL_SYMBOL", - "%%setRole538539?" + "%%setRole533534?" ] ], "fragment": true @@ -9816,21 +9748,21 @@ "name": "setRole", "bnf": [ [ - "%setRole533" + "%setRole528" ], [ - "%setRole534" + "%setRole529" ], [ - "%setRole536" + "%setRole531" ], [ - "%setRole538" + "%setRole533" ] ] }, { - "name": "%roleList540", + "name": "%roleList535", "bnf": [ [ "COMMA_SYMBOL", @@ -9844,12 +9776,12 @@ "bnf": [ [ "role", - "%roleList540*" + "%roleList535*" ] ] }, { - "name": "%%role541542", + "name": "%%role536537", "bnf": [ [ "AT_SIGN_SYMBOL", @@ -9859,10 +9791,10 @@ "fragment": true }, { - "name": "%role541", + "name": "%role536", "bnf": [ [ - "%%role541542" + "%%role536537" ], [ "AT_TEXT_SUFFIX" @@ -9875,12 +9807,12 @@ "bnf": [ [ "roleIdentifierOrText", - "%role541?" + "%role536?" ] ] }, { - "name": "%tableAdministrationStatement543", + "name": "%tableAdministrationStatement538", "bnf": [ [ "ANALYZE_SYMBOL", @@ -9893,7 +9825,7 @@ "fragment": true }, { - "name": "%tableAdministrationStatement544", + "name": "%tableAdministrationStatement539", "bnf": [ [ "CHECK_SYMBOL", @@ -9905,7 +9837,7 @@ "fragment": true }, { - "name": "%%tableAdministrationStatement545546", + "name": "%%tableAdministrationStatement540541", "bnf": [ [ "QUICK_SYMBOL" @@ -9917,19 +9849,19 @@ "fragment": true }, { - "name": "%tableAdministrationStatement545", + "name": "%tableAdministrationStatement540", "bnf": [ [ "CHECKSUM_SYMBOL", "TABLE_SYMBOL", "tableRefList", - "%%tableAdministrationStatement545546?" + "%%tableAdministrationStatement540541?" ] ], "fragment": true }, { - "name": "%tableAdministrationStatement547", + "name": "%tableAdministrationStatement542", "bnf": [ [ "OPTIMIZE_SYMBOL", @@ -9941,7 +9873,7 @@ "fragment": true }, { - "name": "%tableAdministrationStatement548", + "name": "%tableAdministrationStatement543", "bnf": [ [ "REPAIR_SYMBOL", @@ -9957,24 +9889,24 @@ "name": "tableAdministrationStatement", "bnf": [ [ - "%tableAdministrationStatement543" + "%tableAdministrationStatement538" ], [ - "%tableAdministrationStatement544" + "%tableAdministrationStatement539" ], [ - "%tableAdministrationStatement545" + "%tableAdministrationStatement540" ], [ - "%tableAdministrationStatement547" + "%tableAdministrationStatement542" ], [ - "%tableAdministrationStatement548" + "%tableAdministrationStatement543" ] ] }, { - "name": "%%histogram549550", + "name": "%%histogram544545", "bnf": [ [ "WITH_SYMBOL", @@ -9985,20 +9917,20 @@ "fragment": true }, { - "name": "%histogram549", + "name": "%histogram544", "bnf": [ [ "UPDATE_SYMBOL", "HISTOGRAM_SYMBOL", "ON_SYMBOL", "identifierList", - "%%histogram549550?" + "%%histogram544545?" ] ], "fragment": true }, { - "name": "%histogram551", + "name": "%histogram546", "bnf": [ [ "DROP_SYMBOL", @@ -10013,15 +9945,15 @@ "name": "histogram", "bnf": [ [ - "%histogram549" + "%histogram544" ], [ - "%histogram551" + "%histogram546" ] ] }, { - "name": "%checkOption552", + "name": "%checkOption547", "bnf": [ [ "FOR_SYMBOL", @@ -10031,7 +9963,7 @@ "fragment": true }, { - "name": "%checkOption553", + "name": "%checkOption548", "bnf": [ [ "QUICK_SYMBOL" @@ -10055,10 +9987,10 @@ "name": "checkOption", "bnf": [ [ - "%checkOption552" + "%checkOption547" ], [ - "%checkOption553" + "%checkOption548" ] ] }, @@ -10077,7 +10009,7 @@ ] }, { - "name": "%installUninstallStatment554", + "name": "%installUninstallStatment549", "bnf": [ [ "INSTALL_SYMBOL", @@ -10090,7 +10022,7 @@ "fragment": true }, { - "name": "%installUninstallStatment555", + "name": "%installUninstallStatment550", "bnf": [ [ "INSTALL_SYMBOL", @@ -10101,7 +10033,7 @@ "fragment": true }, { - "name": "%installUninstallStatment556", + "name": "%installUninstallStatment551", "bnf": [ [ "UNINSTALL_SYMBOL", @@ -10112,7 +10044,7 @@ "fragment": true }, { - "name": "%%installUninstallStatment557558", + "name": "%%installUninstallStatment552553", "bnf": [ [ "COMMA_SYMBOL", @@ -10122,13 +10054,13 @@ "fragment": true }, { - "name": "%installUninstallStatment557", + "name": "%installUninstallStatment552", "bnf": [ [ "UNINSTALL_SYMBOL", "COMPONENT_SYMBOL", "componentRef", - "%%installUninstallStatment557558*" + "%%installUninstallStatment552553*" ] ], "fragment": true @@ -10137,16 +10069,16 @@ "name": "installUninstallStatment", "bnf": [ [ - "%installUninstallStatment554" + "%installUninstallStatment549" ], [ - "%installUninstallStatment555" + "%installUninstallStatment550" ], [ - "%installUninstallStatment556" + "%installUninstallStatment551" ], [ - "%installUninstallStatment557" + "%installUninstallStatment552" ] ] }, @@ -10160,7 +10092,7 @@ ] }, { - "name": "%startOptionValueList559", + "name": "%startOptionValueList554", "bnf": [ [ "optionValueNoOptionType", @@ -10170,7 +10102,7 @@ "fragment": true }, { - "name": "%startOptionValueList560", + "name": "%startOptionValueList555", "bnf": [ [ "TRANSACTION_SYMBOL", @@ -10180,7 +10112,7 @@ "fragment": true }, { - "name": "%startOptionValueList561", + "name": "%startOptionValueList556", "bnf": [ [ "optionType", @@ -10190,7 +10122,7 @@ "fragment": true }, { - "name": "%%startOptionValueList562563", + "name": "%%startOptionValueList557558", "bnf": [ [ "FOR_SYMBOL", @@ -10200,7 +10132,7 @@ "fragment": true }, { - "name": "%%%startOptionValueList562564565", + "name": "%%%startOptionValueList557559560", "bnf": [ [ "textString", @@ -10211,7 +10143,7 @@ "fragment": true }, { - "name": "%%%startOptionValueList562564566", + "name": "%%%startOptionValueList557559561", "bnf": [ [ "textString", @@ -10222,7 +10154,7 @@ "fragment": true }, { - "name": "%%%startOptionValueList562564567", + "name": "%%%startOptionValueList557559562", "bnf": [ [ "OLD_PASSWORD_SYMBOL", @@ -10234,7 +10166,7 @@ "fragment": true }, { - "name": "%%%startOptionValueList562564568", + "name": "%%%startOptionValueList557559563", "bnf": [ [ "PASSWORD_SYMBOL", @@ -10246,37 +10178,37 @@ "fragment": true }, { - "name": "%%startOptionValueList562564", + "name": "%%startOptionValueList557559", "bnf": [ [ - "%%%startOptionValueList562564565" + "%%%startOptionValueList557559560" ], [ - "%%%startOptionValueList562564566" + "%%%startOptionValueList557559561" ], [ - "%%%startOptionValueList562564567" + "%%%startOptionValueList557559562" ], [ - "%%%startOptionValueList562564568" + "%%%startOptionValueList557559563" ] ], "fragment": true }, { - "name": "%startOptionValueList562", + "name": "%startOptionValueList557", "bnf": [ [ "PASSWORD_SYMBOL", - "%%startOptionValueList562563?", + "%%startOptionValueList557558?", "equal", - "%%startOptionValueList562564" + "%%startOptionValueList557559" ] ], "fragment": true }, { - "name": "%%startOptionValueList569570", + "name": "%%startOptionValueList564565", "bnf": [ [ "FOR_SYMBOL", @@ -10286,11 +10218,11 @@ "fragment": true }, { - "name": "%startOptionValueList569", + "name": "%startOptionValueList564", "bnf": [ [ "PASSWORD_SYMBOL", - "%%startOptionValueList569570?", + "%%startOptionValueList564565?", "TO_SYMBOL", "RANDOM_SYMBOL", "replacePassword?", @@ -10303,24 +10235,24 @@ "name": "startOptionValueList", "bnf": [ [ - "%startOptionValueList559" + "%startOptionValueList554" ], [ - "%startOptionValueList560" + "%startOptionValueList555" ], [ - "%startOptionValueList561" + "%startOptionValueList556" ], [ - "%startOptionValueList562" + "%startOptionValueList557" ], [ - "%startOptionValueList569" + "%startOptionValueList564" ] ] }, { - "name": "%transactionCharacteristics571", + "name": "%transactionCharacteristics566", "bnf": [ [ "transactionAccessMode", @@ -10330,7 +10262,7 @@ "fragment": true }, { - "name": "%%transactionCharacteristics572573", + "name": "%%transactionCharacteristics567568", "bnf": [ [ "COMMA_SYMBOL", @@ -10340,11 +10272,11 @@ "fragment": true }, { - "name": "%transactionCharacteristics572", + "name": "%transactionCharacteristics567", "bnf": [ [ "isolationLevel", - "%%transactionCharacteristics572573?" + "%%transactionCharacteristics567568?" ] ], "fragment": true @@ -10353,15 +10285,15 @@ "name": "transactionCharacteristics", "bnf": [ [ - "%transactionCharacteristics571" + "%transactionCharacteristics566" ], [ - "%transactionCharacteristics572" + "%transactionCharacteristics567" ] ] }, { - "name": "%transactionAccessMode574", + "name": "%transactionAccessMode569", "bnf": [ [ "WRITE_SYMBOL" @@ -10377,12 +10309,12 @@ "bnf": [ [ "READ_SYMBOL", - "%transactionAccessMode574" + "%transactionAccessMode569" ] ] }, { - "name": "%%isolationLevel575576", + "name": "%%isolationLevel570571", "bnf": [ [ "REPEATABLE_SYMBOL", @@ -10392,7 +10324,7 @@ "fragment": true }, { - "name": "%%%isolationLevel575577578", + "name": "%%%isolationLevel570572573", "bnf": [ [ "COMMITTED_SYMBOL" @@ -10404,23 +10336,23 @@ "fragment": true }, { - "name": "%%isolationLevel575577", + "name": "%%isolationLevel570572", "bnf": [ [ "READ_SYMBOL", - "%%%isolationLevel575577578" + "%%%isolationLevel570572573" ] ], "fragment": true }, { - "name": "%isolationLevel575", + "name": "%isolationLevel570", "bnf": [ [ - "%%isolationLevel575576" + "%%isolationLevel570571" ], [ - "%%isolationLevel575577" + "%%isolationLevel570572" ], [ "SERIALIZABLE_SYMBOL" @@ -10434,12 +10366,12 @@ [ "ISOLATION_SYMBOL", "LEVEL_SYMBOL", - "%isolationLevel575" + "%isolationLevel570" ] ] }, { - "name": "%optionValueListContinued579", + "name": "%optionValueListContinued574", "bnf": [ [ "COMMA_SYMBOL", @@ -10452,12 +10384,12 @@ "name": "optionValueListContinued", "bnf": [ [ - "%optionValueListContinued579*" + "%optionValueListContinued574*" ] ] }, { - "name": "%optionValueNoOptionType580", + "name": "%optionValueNoOptionType575", "bnf": [ [ "internalVariableName", @@ -10468,7 +10400,7 @@ "fragment": true }, { - "name": "%optionValueNoOptionType581", + "name": "%optionValueNoOptionType576", "bnf": [ [ "userVariable", @@ -10479,7 +10411,7 @@ "fragment": true }, { - "name": "%optionValueNoOptionType582", + "name": "%optionValueNoOptionType577", "bnf": [ [ "setSystemVariable", @@ -10490,7 +10422,7 @@ "fragment": true }, { - "name": "%%%optionValueNoOptionType583584585", + "name": "%%%optionValueNoOptionType578579580", "bnf": [ [ "equal", @@ -10500,7 +10432,7 @@ "fragment": true }, { - "name": "%%%optionValueNoOptionType583584586", + "name": "%%%optionValueNoOptionType578579581", "bnf": [ [ "charsetName", @@ -10510,13 +10442,13 @@ "fragment": true }, { - "name": "%%optionValueNoOptionType583584", + "name": "%%optionValueNoOptionType578579", "bnf": [ [ - "%%%optionValueNoOptionType583584585" + "%%%optionValueNoOptionType578579580" ], [ - "%%%optionValueNoOptionType583584586" + "%%%optionValueNoOptionType578579581" ], [ "DEFAULT_SYMBOL" @@ -10525,11 +10457,11 @@ "fragment": true }, { - "name": "%optionValueNoOptionType583", + "name": "%optionValueNoOptionType578", "bnf": [ [ "NAMES_SYMBOL", - "%%optionValueNoOptionType583584" + "%%optionValueNoOptionType578579" ] ], "fragment": true @@ -10538,24 +10470,24 @@ "name": "optionValueNoOptionType", "bnf": [ [ - "%optionValueNoOptionType580" + "%optionValueNoOptionType575" ], [ "charsetClause" ], [ - "%optionValueNoOptionType581" + "%optionValueNoOptionType576" ], [ - "%optionValueNoOptionType582" + "%optionValueNoOptionType577" ], [ - "%optionValueNoOptionType583" + "%optionValueNoOptionType578" ] ] }, { - "name": "%optionValue587", + "name": "%optionValue582", "bnf": [ [ "optionType", @@ -10570,7 +10502,7 @@ "name": "optionValue", "bnf": [ [ - "%optionValue587" + "%optionValue582" ], [ "optionValueNoOptionType" @@ -10588,7 +10520,7 @@ ] }, { - "name": "%startOptionValueListFollowingOptionType588", + "name": "%startOptionValueListFollowingOptionType583", "bnf": [ [ "optionValueFollowingOptionType", @@ -10598,7 +10530,7 @@ "fragment": true }, { - "name": "%startOptionValueListFollowingOptionType589", + "name": "%startOptionValueListFollowingOptionType584", "bnf": [ [ "TRANSACTION_SYMBOL", @@ -10611,10 +10543,10 @@ "name": "startOptionValueListFollowingOptionType", "bnf": [ [ - "%startOptionValueListFollowingOptionType588" + "%startOptionValueListFollowingOptionType583" ], [ - "%startOptionValueListFollowingOptionType589" + "%startOptionValueListFollowingOptionType584" ] ] }, @@ -10629,7 +10561,7 @@ ] }, { - "name": "%setExprOrDefault590", + "name": "%setExprOrDefault585", "bnf": [ [ "DEFAULT_SYMBOL" @@ -10647,7 +10579,7 @@ "fragment": true }, { - "name": "%setExprOrDefault591", + "name": "%setExprOrDefault586", "bnf": [ [ "ROW_SYMBOL" @@ -10665,15 +10597,15 @@ "expr" ], [ - "%setExprOrDefault590" + "%setExprOrDefault585" ], [ - "%setExprOrDefault591" + "%setExprOrDefault586" ] ] }, { - "name": "%%showStatement592593", + "name": "%%showStatement587588", "bnf": [ [ "DATABASES_SYMBOL", @@ -10683,7 +10615,7 @@ "fragment": true }, { - "name": "%%showStatement592594", + "name": "%%showStatement587589", "bnf": [ [ "showCommandType?", @@ -10695,7 +10627,7 @@ "fragment": true }, { - "name": "%%showStatement592595", + "name": "%%showStatement587590", "bnf": [ [ "FULL_SYMBOL?", @@ -10707,7 +10639,7 @@ "fragment": true }, { - "name": "%%showStatement592596", + "name": "%%showStatement587591", "bnf": [ [ "EVENTS_SYMBOL", @@ -10718,7 +10650,7 @@ "fragment": true }, { - "name": "%%showStatement592597", + "name": "%%showStatement587592", "bnf": [ [ "TABLE_SYMBOL", @@ -10730,7 +10662,7 @@ "fragment": true }, { - "name": "%%showStatement592598", + "name": "%%showStatement587593", "bnf": [ [ "OPEN_SYMBOL", @@ -10742,7 +10674,7 @@ "fragment": true }, { - "name": "%%%showStatement592599600", + "name": "%%%showStatement587594595", "bnf": [ [ "engineRef" @@ -10754,7 +10686,7 @@ "fragment": true }, { - "name": "%%%showStatement592599601", + "name": "%%%showStatement587594596", "bnf": [ [ "STATUS_SYMBOL" @@ -10769,18 +10701,18 @@ "fragment": true }, { - "name": "%%showStatement592599", + "name": "%%showStatement587594", "bnf": [ [ "ENGINE_SYMBOL", - "%%%showStatement592599600", - "%%%showStatement592599601" + "%%%showStatement587594595", + "%%%showStatement587594596" ] ], "fragment": true }, { - "name": "%%%showStatement592602603", + "name": "%%%showStatement587597598", "bnf": [ [ "FROM_SYMBOL" @@ -10792,12 +10724,12 @@ "fragment": true }, { - "name": "%%showStatement592602", + "name": "%%showStatement587597", "bnf": [ [ "showCommandType?", "COLUMNS_SYMBOL", - "%%%showStatement592602603", + "%%%showStatement587597598", "tableRef", "inDb?", "likeOrWhere?" @@ -10806,7 +10738,7 @@ "fragment": true }, { - "name": "%%%showStatement592604605", + "name": "%%%showStatement587599600", "bnf": [ [ "BINARY_SYMBOL" @@ -10818,17 +10750,17 @@ "fragment": true }, { - "name": "%%showStatement592604", + "name": "%%showStatement587599", "bnf": [ [ - "%%%showStatement592604605", + "%%%showStatement587599600", "LOGS_SYMBOL" ] ], "fragment": true }, { - "name": "%%%%showStatement592606607608", + "name": "%%%%showStatement587601602603", "bnf": [ [ "STATUS_SYMBOL", @@ -10839,29 +10771,29 @@ "fragment": true }, { - "name": "%%%showStatement592606607", + "name": "%%%showStatement587601602", "bnf": [ [ "HOSTS_SYMBOL" ], [ - "%%%%showStatement592606607608" + "%%%%showStatement587601602603" ] ], "fragment": true }, { - "name": "%%showStatement592606", + "name": "%%showStatement587601", "bnf": [ [ "SLAVE_SYMBOL", - "%%%showStatement592606607" + "%%%showStatement587601602" ] ], "fragment": true }, { - "name": "%%%showStatement592609610", + "name": "%%%showStatement587604605", "bnf": [ [ "BINLOG_SYMBOL" @@ -10873,7 +10805,7 @@ "fragment": true }, { - "name": "%%%showStatement592609611", + "name": "%%%showStatement587604606", "bnf": [ [ "IN_SYMBOL", @@ -10883,7 +10815,7 @@ "fragment": true }, { - "name": "%%%showStatement592609612", + "name": "%%%showStatement587604607", "bnf": [ [ "FROM_SYMBOL", @@ -10893,13 +10825,13 @@ "fragment": true }, { - "name": "%%showStatement592609", + "name": "%%showStatement587604", "bnf": [ [ - "%%%showStatement592609610", + "%%%showStatement587604605", "EVENTS_SYMBOL", - "%%%showStatement592609611?", - "%%%showStatement592609612?", + "%%%showStatement587604606?", + "%%%showStatement587604607?", "limitClause?", "channel?" ] @@ -10907,7 +10839,7 @@ "fragment": true }, { - "name": "%%%showStatement592613614", + "name": "%%%showStatement587608609", "bnf": [ [ "INDEX_SYMBOL" @@ -10922,11 +10854,11 @@ "fragment": true }, { - "name": "%%showStatement592613", + "name": "%%showStatement587608", "bnf": [ [ "EXTENDED_SYMBOL?", - "%%%showStatement592613614", + "%%%showStatement587608609", "fromOrIn", "tableRef", "inDb?", @@ -10936,7 +10868,7 @@ "fragment": true }, { - "name": "%%showStatement592615", + "name": "%%showStatement587610", "bnf": [ [ "STORAGE_SYMBOL?", @@ -10946,7 +10878,7 @@ "fragment": true }, { - "name": "%%%showStatement592616617", + "name": "%%%showStatement587611612", "bnf": [ [ "WARNINGS_SYMBOL" @@ -10958,20 +10890,20 @@ "fragment": true }, { - "name": "%%showStatement592616", + "name": "%%showStatement587611", "bnf": [ [ "COUNT_SYMBOL", "OPEN_PAR_SYMBOL", "MULT_OPERATOR", "CLOSE_PAR_SYMBOL", - "%%%showStatement592616617" + "%%%showStatement587611612" ] ], "fragment": true }, { - "name": "%%showStatement592618", + "name": "%%showStatement587613", "bnf": [ [ "WARNINGS_SYMBOL", @@ -10981,7 +10913,7 @@ "fragment": true }, { - "name": "%%showStatement592619", + "name": "%%showStatement587614", "bnf": [ [ "ERRORS_SYMBOL", @@ -10991,7 +10923,7 @@ "fragment": true }, { - "name": "%%%%showStatement592620621622", + "name": "%%%%showStatement587615616617", "bnf": [ [ "COMMA_SYMBOL", @@ -11001,17 +10933,17 @@ "fragment": true }, { - "name": "%%%showStatement592620621", + "name": "%%%showStatement587615616", "bnf": [ [ "profileType", - "%%%%showStatement592620621622*" + "%%%%showStatement587615616617*" ] ], "fragment": true }, { - "name": "%%%showStatement592620623", + "name": "%%%showStatement587615618", "bnf": [ [ "FOR_SYMBOL", @@ -11022,19 +10954,19 @@ "fragment": true }, { - "name": "%%showStatement592620", + "name": "%%showStatement587615", "bnf": [ [ "PROFILE_SYMBOL", - "%%%showStatement592620621?", - "%%%showStatement592620623?", + "%%%showStatement587615616?", + "%%%showStatement587615618?", "limitClause?" ] ], "fragment": true }, { - "name": "%%%showStatement592624625", + "name": "%%%showStatement587619620", "bnf": [ [ "STATUS_SYMBOL" @@ -11046,18 +10978,18 @@ "fragment": true }, { - "name": "%%showStatement592624", + "name": "%%showStatement587619", "bnf": [ [ "optionType?", - "%%%showStatement592624625", + "%%%showStatement587619620", "likeOrWhere?" ] ], "fragment": true }, { - "name": "%%showStatement592626", + "name": "%%showStatement587621", "bnf": [ [ "FULL_SYMBOL?", @@ -11067,7 +10999,7 @@ "fragment": true }, { - "name": "%%showStatement592627", + "name": "%%showStatement587622", "bnf": [ [ "charset", @@ -11077,7 +11009,7 @@ "fragment": true }, { - "name": "%%showStatement592628", + "name": "%%showStatement587623", "bnf": [ [ "COLLATION_SYMBOL", @@ -11087,7 +11019,7 @@ "fragment": true }, { - "name": "%%%showStatement592629630", + "name": "%%%showStatement587624625", "bnf": [ [ "FOR_SYMBOL", @@ -11097,17 +11029,17 @@ "fragment": true }, { - "name": "%%showStatement592629", + "name": "%%showStatement587624", "bnf": [ [ "GRANTS_SYMBOL", - "%%%showStatement592629630?" + "%%%showStatement587624625?" ] ], "fragment": true }, { - "name": "%%showStatement592631", + "name": "%%showStatement587626", "bnf": [ [ "GRANTS_SYMBOL", @@ -11120,7 +11052,7 @@ "fragment": true }, { - "name": "%%showStatement592632", + "name": "%%showStatement587627", "bnf": [ [ "MASTER_SYMBOL", @@ -11130,7 +11062,7 @@ "fragment": true }, { - "name": "%%%%showStatement592633634635", + "name": "%%%%showStatement587628629630", "bnf": [ [ "DATABASE_SYMBOL", @@ -11141,7 +11073,7 @@ "fragment": true }, { - "name": "%%%%showStatement592633634636", + "name": "%%%%showStatement587628629631", "bnf": [ [ "EVENT_SYMBOL", @@ -11151,7 +11083,7 @@ "fragment": true }, { - "name": "%%%%showStatement592633634637", + "name": "%%%%showStatement587628629632", "bnf": [ [ "FUNCTION_SYMBOL", @@ -11161,7 +11093,7 @@ "fragment": true }, { - "name": "%%%%showStatement592633634638", + "name": "%%%%showStatement587628629633", "bnf": [ [ "PROCEDURE_SYMBOL", @@ -11171,7 +11103,7 @@ "fragment": true }, { - "name": "%%%%showStatement592633634639", + "name": "%%%%showStatement587628629634", "bnf": [ [ "TABLE_SYMBOL", @@ -11181,7 +11113,7 @@ "fragment": true }, { - "name": "%%%%showStatement592633634640", + "name": "%%%%showStatement587628629635", "bnf": [ [ "TRIGGER_SYMBOL", @@ -11191,7 +11123,7 @@ "fragment": true }, { - "name": "%%%%showStatement592633634641", + "name": "%%%%showStatement587628629636", "bnf": [ [ "VIEW_SYMBOL", @@ -11201,7 +11133,7 @@ "fragment": true }, { - "name": "%%%%showStatement592633634642", + "name": "%%%%showStatement587628629637", "bnf": [ [ "USER_SYMBOL", @@ -11211,47 +11143,47 @@ "fragment": true }, { - "name": "%%%showStatement592633634", + "name": "%%%showStatement587628629", "bnf": [ [ - "%%%%showStatement592633634635" + "%%%%showStatement587628629630" ], [ - "%%%%showStatement592633634636" + "%%%%showStatement587628629631" ], [ - "%%%%showStatement592633634637" + "%%%%showStatement587628629632" ], [ - "%%%%showStatement592633634638" + "%%%%showStatement587628629633" ], [ - "%%%%showStatement592633634639" + "%%%%showStatement587628629634" ], [ - "%%%%showStatement592633634640" + "%%%%showStatement587628629635" ], [ - "%%%%showStatement592633634641" + "%%%%showStatement587628629636" ], [ - "%%%%showStatement592633634642" + "%%%%showStatement587628629637" ] ], "fragment": true }, { - "name": "%%showStatement592633", + "name": "%%showStatement587628", "bnf": [ [ "CREATE_SYMBOL", - "%%%showStatement592633634" + "%%%showStatement587628629" ] ], "fragment": true }, { - "name": "%%showStatement592643", + "name": "%%showStatement587638", "bnf": [ [ "PROCEDURE_SYMBOL", @@ -11262,7 +11194,7 @@ "fragment": true }, { - "name": "%%showStatement592644", + "name": "%%showStatement587639", "bnf": [ [ "FUNCTION_SYMBOL", @@ -11273,7 +11205,7 @@ "fragment": true }, { - "name": "%%showStatement592645", + "name": "%%showStatement587640", "bnf": [ [ "PROCEDURE_SYMBOL", @@ -11284,7 +11216,7 @@ "fragment": true }, { - "name": "%%showStatement592646", + "name": "%%showStatement587641", "bnf": [ [ "FUNCTION_SYMBOL", @@ -11295,79 +11227,79 @@ "fragment": true }, { - "name": "%showStatement592", + "name": "%showStatement587", "bnf": [ [ "AUTHORS_SYMBOL" ], [ - "%%showStatement592593" + "%%showStatement587588" ], [ - "%%showStatement592594" + "%%showStatement587589" ], [ - "%%showStatement592595" + "%%showStatement587590" ], [ - "%%showStatement592596" + "%%showStatement587591" ], [ - "%%showStatement592597" + "%%showStatement587592" ], [ - "%%showStatement592598" + "%%showStatement587593" ], [ "PLUGINS_SYMBOL" ], [ - "%%showStatement592599" + "%%showStatement587594" ], [ - "%%showStatement592602" + "%%showStatement587597" ], [ - "%%showStatement592604" + "%%showStatement587599" ], [ - "%%showStatement592606" + "%%showStatement587601" ], [ - "%%showStatement592609" + "%%showStatement587604" ], [ - "%%showStatement592613" + "%%showStatement587608" ], [ - "%%showStatement592615" + "%%showStatement587610" ], [ - "%%showStatement592616" + "%%showStatement587611" ], [ - "%%showStatement592618" + "%%showStatement587613" ], [ - "%%showStatement592619" + "%%showStatement587614" ], [ "PROFILES_SYMBOL" ], [ - "%%showStatement592620" + "%%showStatement587615" ], [ - "%%showStatement592624" + "%%showStatement587619" ], [ - "%%showStatement592626" + "%%showStatement587621" ], [ - "%%showStatement592627" + "%%showStatement587622" ], [ - "%%showStatement592628" + "%%showStatement587623" ], [ "CONTRIBUTORS_SYMBOL" @@ -11376,28 +11308,28 @@ "PRIVILEGES_SYMBOL" ], [ - "%%showStatement592629" + "%%showStatement587624" ], [ - "%%showStatement592631" + "%%showStatement587626" ], [ - "%%showStatement592632" + "%%showStatement587627" ], [ - "%%showStatement592633" + "%%showStatement587628" ], [ - "%%showStatement592643" + "%%showStatement587638" ], [ - "%%showStatement592644" + "%%showStatement587639" ], [ - "%%showStatement592645" + "%%showStatement587640" ], [ - "%%showStatement592646" + "%%showStatement587641" ] ], "fragment": true @@ -11407,12 +11339,12 @@ "bnf": [ [ "SHOW_SYMBOL", - "%showStatement592" + "%showStatement587" ] ] }, { - "name": "%showCommandType647", + "name": "%showCommandType642", "bnf": [ [ "EXTENDED_SYMBOL", @@ -11428,7 +11360,7 @@ "FULL_SYMBOL" ], [ - "%showCommandType647" + "%showCommandType642" ] ] }, @@ -11461,7 +11393,7 @@ ] }, { - "name": "%profileType648", + "name": "%profileType643", "bnf": [ [ "BLOCK_SYMBOL", @@ -11471,7 +11403,7 @@ "fragment": true }, { - "name": "%profileType649", + "name": "%profileType644", "bnf": [ [ "CONTEXT_SYMBOL", @@ -11481,7 +11413,7 @@ "fragment": true }, { - "name": "%profileType650", + "name": "%profileType645", "bnf": [ [ "PAGE_SYMBOL", @@ -11491,7 +11423,7 @@ "fragment": true }, { - "name": "%profileType651", + "name": "%profileType646", "bnf": [ [ "ALL_SYMBOL" @@ -11518,21 +11450,21 @@ "name": "profileType", "bnf": [ [ - "%profileType648" + "%profileType643" ], [ - "%profileType649" + "%profileType644" ], [ - "%profileType650" + "%profileType645" ], [ - "%profileType651" + "%profileType646" ] ] }, { - "name": "%otherAdministrativeStatement652", + "name": "%otherAdministrativeStatement647", "bnf": [ [ "BINLOG_SYMBOL", @@ -11542,7 +11474,7 @@ "fragment": true }, { - "name": "%%otherAdministrativeStatement653654", + "name": "%%otherAdministrativeStatement648649", "bnf": [ [ "identifier" @@ -11554,20 +11486,20 @@ "fragment": true }, { - "name": "%otherAdministrativeStatement653", + "name": "%otherAdministrativeStatement648", "bnf": [ [ "CACHE_SYMBOL", "INDEX_SYMBOL", "keyCacheListOrParts", "IN_SYMBOL", - "%%otherAdministrativeStatement653654" + "%%otherAdministrativeStatement648649" ] ], "fragment": true }, { - "name": "%%%%otherAdministrativeStatement655656657658", + "name": "%%%%otherAdministrativeStatement650651652653", "bnf": [ [ "COMMA_SYMBOL", @@ -11577,40 +11509,40 @@ "fragment": true }, { - "name": "%%%otherAdministrativeStatement655656657", + "name": "%%%otherAdministrativeStatement650651652", "bnf": [ [ "flushOption", - "%%%%otherAdministrativeStatement655656657658*" + "%%%%otherAdministrativeStatement650651652653*" ] ], "fragment": true }, { - "name": "%%otherAdministrativeStatement655656", + "name": "%%otherAdministrativeStatement650651", "bnf": [ [ "flushTables" ], [ - "%%%otherAdministrativeStatement655656657" + "%%%otherAdministrativeStatement650651652" ] ], "fragment": true }, { - "name": "%otherAdministrativeStatement655", + "name": "%otherAdministrativeStatement650", "bnf": [ [ "FLUSH_SYMBOL", "noWriteToBinLog?", - "%%otherAdministrativeStatement655656" + "%%otherAdministrativeStatement650651" ] ], "fragment": true }, { - "name": "%%otherAdministrativeStatement659660", + "name": "%%otherAdministrativeStatement654655", "bnf": [ [ "CONNECTION_SYMBOL" @@ -11622,18 +11554,18 @@ "fragment": true }, { - "name": "%otherAdministrativeStatement659", + "name": "%otherAdministrativeStatement654", "bnf": [ [ "KILL_SYMBOL", - "%%otherAdministrativeStatement659660?", + "%%otherAdministrativeStatement654655?", "expr" ] ], "fragment": true }, { - "name": "%otherAdministrativeStatement661", + "name": "%otherAdministrativeStatement656", "bnf": [ [ "LOAD_SYMBOL", @@ -11649,19 +11581,19 @@ "name": "otherAdministrativeStatement", "bnf": [ [ - "%otherAdministrativeStatement652" + "%otherAdministrativeStatement647" ], [ - "%otherAdministrativeStatement653" + "%otherAdministrativeStatement648" ], [ - "%otherAdministrativeStatement655" + "%otherAdministrativeStatement650" ], [ - "%otherAdministrativeStatement659" + "%otherAdministrativeStatement654" ], [ - "%otherAdministrativeStatement661" + "%otherAdministrativeStatement656" ], [ "SHUTDOWN_SYMBOL" @@ -11680,7 +11612,7 @@ ] }, { - "name": "%keyCacheList662", + "name": "%keyCacheList657", "bnf": [ [ "COMMA_SYMBOL", @@ -11694,7 +11626,7 @@ "bnf": [ [ "assignToKeycache", - "%keyCacheList662*" + "%keyCacheList657*" ] ] }, @@ -11743,7 +11675,7 @@ ] }, { - "name": "%keyUsageList663", + "name": "%keyUsageList658", "bnf": [ [ "COMMA_SYMBOL", @@ -11757,12 +11689,12 @@ "bnf": [ [ "keyUsageElement", - "%keyUsageList663*" + "%keyUsageList658*" ] ] }, { - "name": "%flushOption664", + "name": "%flushOption659", "bnf": [ [ "DES_KEY_FILE_SYMBOL" @@ -11783,7 +11715,7 @@ "fragment": true }, { - "name": "%flushOption665", + "name": "%flushOption660", "bnf": [ [ "logType?", @@ -11793,7 +11725,7 @@ "fragment": true }, { - "name": "%flushOption666", + "name": "%flushOption661", "bnf": [ [ "RELAY_SYMBOL", @@ -11804,7 +11736,7 @@ "fragment": true }, { - "name": "%flushOption667", + "name": "%flushOption662", "bnf": [ [ "QUERY_SYMBOL", @@ -11817,16 +11749,16 @@ "name": "flushOption", "bnf": [ [ - "%flushOption664" + "%flushOption659" ], [ - "%flushOption665" + "%flushOption660" ], [ - "%flushOption666" + "%flushOption661" ], [ - "%flushOption667" + "%flushOption662" ], [ "OPTIMIZER_COSTS_SYMBOL" @@ -11854,7 +11786,7 @@ ] }, { - "name": "%flushTables668", + "name": "%flushTables663", "bnf": [ [ "TABLES_SYMBOL" @@ -11866,7 +11798,7 @@ "fragment": true }, { - "name": "%%flushTables669670", + "name": "%%flushTables664665", "bnf": [ [ "WITH_SYMBOL", @@ -11877,7 +11809,7 @@ "fragment": true }, { - "name": "%%flushTables669671", + "name": "%%flushTables664666", "bnf": [ [ "identifierList", @@ -11887,13 +11819,13 @@ "fragment": true }, { - "name": "%flushTables669", + "name": "%flushTables664", "bnf": [ [ - "%%flushTables669670" + "%%flushTables664665" ], [ - "%%flushTables669671" + "%%flushTables664666" ] ], "fragment": true @@ -11902,13 +11834,13 @@ "name": "flushTables", "bnf": [ [ - "%flushTables668", - "%flushTables669?" + "%flushTables663", + "%flushTables664?" ] ] }, { - "name": "%flushTablesOptions672", + "name": "%flushTablesOptions667", "bnf": [ [ "FOR_SYMBOL", @@ -11918,7 +11850,7 @@ "fragment": true }, { - "name": "%flushTablesOptions673", + "name": "%flushTablesOptions668", "bnf": [ [ "WITH_SYMBOL", @@ -11932,15 +11864,15 @@ "name": "flushTablesOptions", "bnf": [ [ - "%flushTablesOptions672" + "%flushTablesOptions667" ], [ - "%flushTablesOptions673" + "%flushTablesOptions668" ] ] }, { - "name": "%%preloadTail674675", + "name": "%%preloadTail669670", "bnf": [ [ "IGNORE_SYMBOL", @@ -11950,13 +11882,13 @@ "fragment": true }, { - "name": "%preloadTail674", + "name": "%preloadTail669", "bnf": [ [ "tableRef", "adminPartition", "cacheKeyList?", - "%%preloadTail674675?" + "%%preloadTail669670?" ] ], "fragment": true @@ -11965,7 +11897,7 @@ "name": "preloadTail", "bnf": [ [ - "%preloadTail674" + "%preloadTail669" ], [ "preloadList" @@ -11973,7 +11905,7 @@ ] }, { - "name": "%preloadList676", + "name": "%preloadList671", "bnf": [ [ "COMMA_SYMBOL", @@ -11987,12 +11919,12 @@ "bnf": [ [ "preloadKeys", - "%preloadList676*" + "%preloadList671*" ] ] }, { - "name": "%preloadKeys677", + "name": "%preloadKeys672", "bnf": [ [ "IGNORE_SYMBOL", @@ -12007,7 +11939,7 @@ [ "tableRef", "cacheKeyList?", - "%preloadKeys677?" + "%preloadKeys672?" ] ] }, @@ -12040,7 +11972,7 @@ ] }, { - "name": "%createResourceGroup678", + "name": "%createResourceGroup673", "bnf": [ [ "USER_SYMBOL" @@ -12061,7 +11993,7 @@ "identifier", "TYPE_SYMBOL", "equal?", - "%createResourceGroup678", + "%createResourceGroup673", "resourceGroupVcpuList?", "resourceGroupPriority?", "resourceGroupEnableDisable?" @@ -12069,7 +12001,7 @@ ] }, { - "name": "%resourceGroupVcpuList679", + "name": "%resourceGroupVcpuList674", "bnf": [ [ "COMMA_SYMBOL?", @@ -12085,12 +12017,12 @@ "VCPU_SYMBOL", "equal?", "vcpuNumOrRange", - "%resourceGroupVcpuList679*" + "%resourceGroupVcpuList674*" ] ] }, { - "name": "%vcpuNumOrRange680", + "name": "%vcpuNumOrRange675", "bnf": [ [ "MINUS_OPERATOR", @@ -12104,7 +12036,7 @@ "bnf": [ [ "INT_NUMBER", - "%vcpuNumOrRange680?" + "%vcpuNumOrRange675?" ] ] }, @@ -12145,7 +12077,7 @@ ] }, { - "name": "%setResourceGroup681", + "name": "%setResourceGroup676", "bnf": [ [ "FOR_SYMBOL", @@ -12162,12 +12094,12 @@ "RESOURCE_SYMBOL", "GROUP_SYMBOL", "identifier", - "%setResourceGroup681?" + "%setResourceGroup676?" ] ] }, { - "name": "%threadIdList682", + "name": "%threadIdList677", "bnf": [ [ "COMMA_SYMBOL?", @@ -12181,7 +12113,7 @@ "bnf": [ [ "real_ulong_number", - "%threadIdList682*" + "%threadIdList677*" ] ] }, @@ -12198,7 +12130,7 @@ ] }, { - "name": "%describeStatement683", + "name": "%describeStatement678", "bnf": [ [ "EXPLAIN_SYMBOL" @@ -12213,7 +12145,7 @@ "fragment": true }, { - "name": "%describeStatement684", + "name": "%describeStatement679", "bnf": [ [ "textString" @@ -12228,14 +12160,14 @@ "name": "describeStatement", "bnf": [ [ - "%describeStatement683", + "%describeStatement678", "tableRef", - "%describeStatement684?" + "%describeStatement679?" ] ] }, { - "name": "%explainStatement685", + "name": "%explainStatement680", "bnf": [ [ "EXPLAIN_SYMBOL" @@ -12250,7 +12182,7 @@ "fragment": true }, { - "name": "%%explainStatement686687", + "name": "%%explainStatement681682", "bnf": [ [ "FORMAT_SYMBOL", @@ -12261,7 +12193,7 @@ "fragment": true }, { - "name": "%%explainStatement686688", + "name": "%%explainStatement681683", "bnf": [ [ "ANALYZE_SYMBOL", @@ -12273,7 +12205,7 @@ "fragment": true }, { - "name": "%explainStatement686", + "name": "%explainStatement681", "bnf": [ [ "EXTENDED_SYMBOL" @@ -12282,13 +12214,13 @@ "PARTITIONS_SYMBOL" ], [ - "%%explainStatement686687" + "%%explainStatement681682" ], [ "ANALYZE_SYMBOL" ], [ - "%%explainStatement686688" + "%%explainStatement681683" ] ], "fragment": true @@ -12297,14 +12229,14 @@ "name": "explainStatement", "bnf": [ [ - "%explainStatement685", - "%explainStatement686?", + "%explainStatement680", + "%explainStatement681?", "explainableStatement" ] ] }, { - "name": "%explainableStatement689", + "name": "%explainableStatement684", "bnf": [ [ "deleteStatement" @@ -12322,7 +12254,7 @@ "fragment": true }, { - "name": "%explainableStatement690", + "name": "%explainableStatement685", "bnf": [ [ "FOR_SYMBOL", @@ -12339,10 +12271,10 @@ "selectStatement" ], [ - "%explainableStatement689" + "%explainableStatement684" ], [ - "%explainableStatement690" + "%explainableStatement685" ] ] }, @@ -12399,7 +12331,7 @@ ] }, { - "name": "%%%predicateOperations691692693", + "name": "%%%predicateOperations686687688", "bnf": [ [ "OPEN_PAR_SYMBOL", @@ -12410,29 +12342,29 @@ "fragment": true }, { - "name": "%%predicateOperations691692", + "name": "%%predicateOperations686687", "bnf": [ [ "subquery" ], [ - "%%%predicateOperations691692693" + "%%%predicateOperations686687688" ] ], "fragment": true }, { - "name": "%predicateOperations691", + "name": "%predicateOperations686", "bnf": [ [ "IN_SYMBOL", - "%%predicateOperations691692" + "%%predicateOperations686687" ] ], "fragment": true }, { - "name": "%predicateOperations694", + "name": "%predicateOperations689", "bnf": [ [ "BETWEEN_SYMBOL", @@ -12444,7 +12376,7 @@ "fragment": true }, { - "name": "%%predicateOperations695696", + "name": "%%predicateOperations690691", "bnf": [ [ "ESCAPE_SYMBOL", @@ -12454,18 +12386,18 @@ "fragment": true }, { - "name": "%predicateOperations695", + "name": "%predicateOperations690", "bnf": [ [ "LIKE_SYMBOL", "simpleExpr", - "%%predicateOperations695696?" + "%%predicateOperations690691?" ] ], "fragment": true }, { - "name": "%predicateOperations697", + "name": "%predicateOperations692", "bnf": [ [ "REGEXP_SYMBOL", @@ -12478,16 +12410,16 @@ "name": "predicateOperations", "bnf": [ [ - "%predicateOperations691" + "%predicateOperations686" ], [ - "%predicateOperations694" + "%predicateOperations689" ], [ - "%predicateOperations695" + "%predicateOperations690" ], [ - "%predicateOperations697" + "%predicateOperations692" ] ] }, @@ -12500,7 +12432,7 @@ ] }, { - "name": "%jsonOperator698", + "name": "%jsonOperator693", "bnf": [ [ "JSON_SEPARATOR_SYMBOL", @@ -12510,7 +12442,7 @@ "fragment": true }, { - "name": "%jsonOperator699", + "name": "%jsonOperator694", "bnf": [ [ "JSON_UNQUOTED_SEPARATOR_SYMBOL", @@ -12523,15 +12455,15 @@ "name": "jsonOperator", "bnf": [ [ - "%jsonOperator698" + "%jsonOperator693" ], [ - "%jsonOperator699" + "%jsonOperator694" ] ] }, { - "name": "%sumExpr700", + "name": "%sumExpr695", "bnf": [ [ "AVG_SYMBOL", @@ -12545,7 +12477,7 @@ "fragment": true }, { - "name": "%%sumExpr701702", + "name": "%%sumExpr696697", "bnf": [ [ "BIT_AND_SYMBOL" @@ -12560,10 +12492,10 @@ "fragment": true }, { - "name": "%sumExpr701", + "name": "%sumExpr696", "bnf": [ [ - "%%sumExpr701702", + "%%sumExpr696697", "OPEN_PAR_SYMBOL", "inSumExpr", "CLOSE_PAR_SYMBOL", @@ -12573,7 +12505,7 @@ "fragment": true }, { - "name": "%sumExpr703", + "name": "%sumExpr698", "bnf": [ [ "COUNT_SYMBOL", @@ -12587,7 +12519,7 @@ "fragment": true }, { - "name": "%%%sumExpr704705706", + "name": "%%%sumExpr699700701", "bnf": [ [ "ALL_SYMBOL?", @@ -12597,7 +12529,7 @@ "fragment": true }, { - "name": "%%%sumExpr704705707", + "name": "%%%sumExpr699700702", "bnf": [ [ "DISTINCT_SYMBOL", @@ -12607,27 +12539,27 @@ "fragment": true }, { - "name": "%%sumExpr704705", + "name": "%%sumExpr699700", "bnf": [ [ - "%%%sumExpr704705706" + "%%%sumExpr699700701" ], [ "inSumExpr" ], [ - "%%%sumExpr704705707" + "%%%sumExpr699700702" ] ], "fragment": true }, { - "name": "%sumExpr704", + "name": "%sumExpr699", "bnf": [ [ "COUNT_SYMBOL", "OPEN_PAR_SYMBOL", - "%%sumExpr704705", + "%%sumExpr699700", "CLOSE_PAR_SYMBOL", "windowingClause?" ] @@ -12635,7 +12567,7 @@ "fragment": true }, { - "name": "%sumExpr708", + "name": "%sumExpr703", "bnf": [ [ "MIN_SYMBOL", @@ -12649,7 +12581,7 @@ "fragment": true }, { - "name": "%sumExpr709", + "name": "%sumExpr704", "bnf": [ [ "MAX_SYMBOL", @@ -12663,7 +12595,7 @@ "fragment": true }, { - "name": "%sumExpr710", + "name": "%sumExpr705", "bnf": [ [ "STD_SYMBOL", @@ -12676,7 +12608,7 @@ "fragment": true }, { - "name": "%sumExpr711", + "name": "%sumExpr706", "bnf": [ [ "VARIANCE_SYMBOL", @@ -12689,7 +12621,7 @@ "fragment": true }, { - "name": "%sumExpr712", + "name": "%sumExpr707", "bnf": [ [ "STDDEV_SAMP_SYMBOL", @@ -12702,7 +12634,7 @@ "fragment": true }, { - "name": "%sumExpr713", + "name": "%sumExpr708", "bnf": [ [ "VAR_SAMP_SYMBOL", @@ -12715,7 +12647,7 @@ "fragment": true }, { - "name": "%sumExpr714", + "name": "%sumExpr709", "bnf": [ [ "SUM_SYMBOL", @@ -12729,7 +12661,7 @@ "fragment": true }, { - "name": "%%sumExpr715716", + "name": "%%sumExpr710711", "bnf": [ [ "SEPARATOR_SYMBOL", @@ -12739,7 +12671,7 @@ "fragment": true }, { - "name": "%sumExpr715", + "name": "%sumExpr710", "bnf": [ [ "GROUP_CONCAT_SYMBOL", @@ -12747,7 +12679,7 @@ "DISTINCT_SYMBOL?", "exprList", "orderClause?", - "%%sumExpr715716?", + "%%sumExpr710711?", "CLOSE_PAR_SYMBOL", "windowingClause?" ] @@ -12758,43 +12690,43 @@ "name": "sumExpr", "bnf": [ [ - "%sumExpr700" + "%sumExpr695" ], [ - "%sumExpr701" + "%sumExpr696" ], [ "jsonFunction" ], [ - "%sumExpr703" + "%sumExpr698" ], [ - "%sumExpr704" + "%sumExpr699" ], [ - "%sumExpr708" + "%sumExpr703" ], [ - "%sumExpr709" + "%sumExpr704" ], [ - "%sumExpr710" + "%sumExpr705" ], [ - "%sumExpr711" + "%sumExpr706" ], [ - "%sumExpr712" + "%sumExpr707" ], [ - "%sumExpr713" + "%sumExpr708" ], [ - "%sumExpr714" + "%sumExpr709" ], [ - "%sumExpr715" + "%sumExpr710" ] ] }, @@ -12810,7 +12742,7 @@ ] }, { - "name": "%%windowFunctionCall717718", + "name": "%%windowFunctionCall712713", "bnf": [ [ "ROW_NUMBER_SYMBOL" @@ -12831,10 +12763,10 @@ "fragment": true }, { - "name": "%windowFunctionCall717", + "name": "%windowFunctionCall712", "bnf": [ [ - "%%windowFunctionCall717718", + "%%windowFunctionCall712713", "parentheses", "windowingClause" ] @@ -12842,7 +12774,7 @@ "fragment": true }, { - "name": "%windowFunctionCall719", + "name": "%windowFunctionCall714", "bnf": [ [ "NTILE_SYMBOL", @@ -12853,7 +12785,7 @@ "fragment": true }, { - "name": "%%windowFunctionCall720721", + "name": "%%windowFunctionCall715716", "bnf": [ [ "LEAD_SYMBOL" @@ -12865,10 +12797,10 @@ "fragment": true }, { - "name": "%windowFunctionCall720", + "name": "%windowFunctionCall715", "bnf": [ [ - "%%windowFunctionCall720721", + "%%windowFunctionCall715716", "OPEN_PAR_SYMBOL", "expr", "leadLagInfo?", @@ -12880,7 +12812,7 @@ "fragment": true }, { - "name": "%%windowFunctionCall722723", + "name": "%%windowFunctionCall717718", "bnf": [ [ "FIRST_VALUE_SYMBOL" @@ -12892,10 +12824,10 @@ "fragment": true }, { - "name": "%windowFunctionCall722", + "name": "%windowFunctionCall717", "bnf": [ [ - "%%windowFunctionCall722723", + "%%windowFunctionCall717718", "exprWithParentheses", "nullTreatment?", "windowingClause" @@ -12904,7 +12836,7 @@ "fragment": true }, { - "name": "%%%windowFunctionCall724725726", + "name": "%%%windowFunctionCall719720721", "bnf": [ [ "FIRST_SYMBOL" @@ -12916,17 +12848,17 @@ "fragment": true }, { - "name": "%%windowFunctionCall724725", + "name": "%%windowFunctionCall719720", "bnf": [ [ "FROM_SYMBOL", - "%%%windowFunctionCall724725726" + "%%%windowFunctionCall719720721" ] ], "fragment": true }, { - "name": "%windowFunctionCall724", + "name": "%windowFunctionCall719", "bnf": [ [ "NTH_VALUE_SYMBOL", @@ -12935,7 +12867,7 @@ "COMMA_SYMBOL", "simpleExpr", "CLOSE_PAR_SYMBOL", - "%%windowFunctionCall724725?", + "%%windowFunctionCall719720?", "nullTreatment?", "windowingClause" ] @@ -12946,24 +12878,24 @@ "name": "windowFunctionCall", "bnf": [ [ - "%windowFunctionCall717" + "%windowFunctionCall712" ], [ - "%windowFunctionCall719" + "%windowFunctionCall714" ], [ - "%windowFunctionCall720" + "%windowFunctionCall715" ], [ - "%windowFunctionCall722" + "%windowFunctionCall717" ], [ - "%windowFunctionCall724" + "%windowFunctionCall719" ] ] }, { - "name": "%windowingClause727", + "name": "%windowingClause722", "bnf": [ [ "windowName" @@ -12979,12 +12911,12 @@ "bnf": [ [ "OVER_SYMBOL", - "%windowingClause727" + "%windowingClause722" ] ] }, { - "name": "%leadLagInfo728", + "name": "%leadLagInfo723", "bnf": [ [ "ulonglong_number" @@ -12996,7 +12928,7 @@ "fragment": true }, { - "name": "%leadLagInfo729", + "name": "%leadLagInfo724", "bnf": [ [ "COMMA_SYMBOL", @@ -13010,13 +12942,13 @@ "bnf": [ [ "COMMA_SYMBOL", - "%leadLagInfo728", - "%leadLagInfo729?" + "%leadLagInfo723", + "%leadLagInfo724?" ] ] }, { - "name": "%nullTreatment730", + "name": "%nullTreatment725", "bnf": [ [ "RESPECT_SYMBOL" @@ -13031,13 +12963,13 @@ "name": "nullTreatment", "bnf": [ [ - "%nullTreatment730", + "%nullTreatment725", "NULLS_SYMBOL" ] ] }, { - "name": "%jsonFunction731", + "name": "%jsonFunction726", "bnf": [ [ "JSON_ARRAYAGG_SYMBOL", @@ -13050,7 +12982,7 @@ "fragment": true }, { - "name": "%jsonFunction732", + "name": "%jsonFunction727", "bnf": [ [ "JSON_OBJECTAGG_SYMBOL", @@ -13068,10 +13000,10 @@ "name": "jsonFunction", "bnf": [ [ - "%jsonFunction731" + "%jsonFunction726" ], [ - "%jsonFunction732" + "%jsonFunction727" ] ] }, @@ -13085,7 +13017,7 @@ ] }, { - "name": "%identListArg733", + "name": "%identListArg728", "bnf": [ [ "OPEN_PAR_SYMBOL", @@ -13102,12 +13034,12 @@ "identList" ], [ - "%identListArg733" + "%identListArg728" ] ] }, { - "name": "%identList734", + "name": "%identList729", "bnf": [ [ "COMMA_SYMBOL", @@ -13121,12 +13053,12 @@ "bnf": [ [ "simpleIdentifier", - "%identList734*" + "%identList729*" ] ] }, { - "name": "%fulltextOptions735", + "name": "%fulltextOptions730", "bnf": [ [ "IN_SYMBOL", @@ -13137,7 +13069,7 @@ "fragment": true }, { - "name": "%%fulltextOptions736737", + "name": "%%fulltextOptions731732", "bnf": [ [ "WITH_SYMBOL", @@ -13148,20 +13080,20 @@ "fragment": true }, { - "name": "%fulltextOptions736", + "name": "%fulltextOptions731", "bnf": [ [ "IN_SYMBOL", "NATURAL_SYMBOL", "LANGUAGE_SYMBOL", "MODE_SYMBOL", - "%%fulltextOptions736737?" + "%%fulltextOptions731732?" ] ], "fragment": true }, { - "name": "%fulltextOptions738", + "name": "%fulltextOptions733", "bnf": [ [ "WITH_SYMBOL", @@ -13175,18 +13107,18 @@ "name": "fulltextOptions", "bnf": [ [ - "%fulltextOptions735" + "%fulltextOptions730" ], [ - "%fulltextOptions736" + "%fulltextOptions731" ], [ - "%fulltextOptions738" + "%fulltextOptions733" ] ] }, { - "name": "%%runtimeFunctionCall739740", + "name": "%%runtimeFunctionCall734735", "bnf": [ [ "USING_SYMBOL", @@ -13196,20 +13128,20 @@ "fragment": true }, { - "name": "%runtimeFunctionCall739", + "name": "%runtimeFunctionCall734", "bnf": [ [ "CHAR_SYMBOL", "OPEN_PAR_SYMBOL", "exprList", - "%%runtimeFunctionCall739740?", + "%%runtimeFunctionCall734735?", "CLOSE_PAR_SYMBOL" ] ], "fragment": true }, { - "name": "%runtimeFunctionCall741", + "name": "%runtimeFunctionCall736", "bnf": [ [ "CURRENT_USER_SYMBOL", @@ -13219,7 +13151,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall742", + "name": "%runtimeFunctionCall737", "bnf": [ [ "DATE_SYMBOL", @@ -13229,7 +13161,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall743", + "name": "%runtimeFunctionCall738", "bnf": [ [ "DAY_SYMBOL", @@ -13239,7 +13171,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall744", + "name": "%runtimeFunctionCall739", "bnf": [ [ "HOUR_SYMBOL", @@ -13249,7 +13181,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall745", + "name": "%runtimeFunctionCall740", "bnf": [ [ "INSERT_SYMBOL", @@ -13267,7 +13199,7 @@ "fragment": true }, { - "name": "%%runtimeFunctionCall746747", + "name": "%%runtimeFunctionCall741742", "bnf": [ [ "COMMA_SYMBOL", @@ -13277,20 +13209,20 @@ "fragment": true }, { - "name": "%runtimeFunctionCall746", + "name": "%runtimeFunctionCall741", "bnf": [ [ "INTERVAL_SYMBOL", "OPEN_PAR_SYMBOL", "expr", - "%%runtimeFunctionCall746747+", + "%%runtimeFunctionCall741742+", "CLOSE_PAR_SYMBOL" ] ], "fragment": true }, { - "name": "%runtimeFunctionCall748", + "name": "%runtimeFunctionCall743", "bnf": [ [ "LEFT_SYMBOL", @@ -13304,7 +13236,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall749", + "name": "%runtimeFunctionCall744", "bnf": [ [ "MINUTE_SYMBOL", @@ -13314,7 +13246,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall750", + "name": "%runtimeFunctionCall745", "bnf": [ [ "MONTH_SYMBOL", @@ -13324,7 +13256,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall751", + "name": "%runtimeFunctionCall746", "bnf": [ [ "RIGHT_SYMBOL", @@ -13338,7 +13270,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall752", + "name": "%runtimeFunctionCall747", "bnf": [ [ "SECOND_SYMBOL", @@ -13348,7 +13280,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall753", + "name": "%runtimeFunctionCall748", "bnf": [ [ "TIME_SYMBOL", @@ -13358,7 +13290,7 @@ "fragment": true }, { - "name": "%%runtimeFunctionCall754755", + "name": "%%runtimeFunctionCall749750", "bnf": [ [ "COMMA_SYMBOL", @@ -13368,20 +13300,20 @@ "fragment": true }, { - "name": "%runtimeFunctionCall754", + "name": "%runtimeFunctionCall749", "bnf": [ [ "TIMESTAMP_SYMBOL", "OPEN_PAR_SYMBOL", "expr", - "%%runtimeFunctionCall754755?", + "%%runtimeFunctionCall749750?", "CLOSE_PAR_SYMBOL" ] ], "fragment": true }, { - "name": "%runtimeFunctionCall756", + "name": "%runtimeFunctionCall751", "bnf": [ [ "USER_SYMBOL", @@ -13391,7 +13323,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall757", + "name": "%runtimeFunctionCall752", "bnf": [ [ "VALUES_SYMBOL", @@ -13401,7 +13333,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall758", + "name": "%runtimeFunctionCall753", "bnf": [ [ "YEAR_SYMBOL", @@ -13411,7 +13343,7 @@ "fragment": true }, { - "name": "%%runtimeFunctionCall759760", + "name": "%%runtimeFunctionCall754755", "bnf": [ [ "ADDDATE_SYMBOL" @@ -13423,7 +13355,7 @@ "fragment": true }, { - "name": "%%%runtimeFunctionCall759761762", + "name": "%%%runtimeFunctionCall754756757", "bnf": [ [ "INTERVAL_SYMBOL", @@ -13434,33 +13366,33 @@ "fragment": true }, { - "name": "%%runtimeFunctionCall759761", + "name": "%%runtimeFunctionCall754756", "bnf": [ [ "expr" ], [ - "%%%runtimeFunctionCall759761762" + "%%%runtimeFunctionCall754756757" ] ], "fragment": true }, { - "name": "%runtimeFunctionCall759", + "name": "%runtimeFunctionCall754", "bnf": [ [ - "%%runtimeFunctionCall759760", + "%%runtimeFunctionCall754755", "OPEN_PAR_SYMBOL", "expr", "COMMA_SYMBOL", - "%%runtimeFunctionCall759761", + "%%runtimeFunctionCall754756", "CLOSE_PAR_SYMBOL" ] ], "fragment": true }, { - "name": "%runtimeFunctionCall763", + "name": "%runtimeFunctionCall758", "bnf": [ [ "CURDATE_SYMBOL", @@ -13470,7 +13402,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall764", + "name": "%runtimeFunctionCall759", "bnf": [ [ "CURTIME_SYMBOL", @@ -13480,7 +13412,7 @@ "fragment": true }, { - "name": "%%runtimeFunctionCall765766", + "name": "%%runtimeFunctionCall760761", "bnf": [ [ "DATE_ADD_SYMBOL" @@ -13492,10 +13424,10 @@ "fragment": true }, { - "name": "%runtimeFunctionCall765", + "name": "%runtimeFunctionCall760", "bnf": [ [ - "%%runtimeFunctionCall765766", + "%%runtimeFunctionCall760761", "OPEN_PAR_SYMBOL", "expr", "COMMA_SYMBOL", @@ -13508,7 +13440,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall767", + "name": "%runtimeFunctionCall762", "bnf": [ [ "EXTRACT_SYMBOL", @@ -13522,7 +13454,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall768", + "name": "%runtimeFunctionCall763", "bnf": [ [ "GET_FORMAT_SYMBOL", @@ -13536,7 +13468,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall769", + "name": "%runtimeFunctionCall764", "bnf": [ [ "NOW_SYMBOL", @@ -13546,7 +13478,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall770", + "name": "%runtimeFunctionCall765", "bnf": [ [ "POSITION_SYMBOL", @@ -13560,7 +13492,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall771", + "name": "%runtimeFunctionCall766", "bnf": [ [ "SYSDATE_SYMBOL", @@ -13570,7 +13502,7 @@ "fragment": true }, { - "name": "%%runtimeFunctionCall772773", + "name": "%%runtimeFunctionCall767768", "bnf": [ [ "TIMESTAMP_ADD_SYMBOL" @@ -13582,10 +13514,10 @@ "fragment": true }, { - "name": "%runtimeFunctionCall772", + "name": "%runtimeFunctionCall767", "bnf": [ [ - "%%runtimeFunctionCall772773", + "%%runtimeFunctionCall767768", "OPEN_PAR_SYMBOL", "intervalTimeStamp", "COMMA_SYMBOL", @@ -13598,7 +13530,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall774", + "name": "%runtimeFunctionCall769", "bnf": [ [ "UTC_DATE_SYMBOL", @@ -13608,7 +13540,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall775", + "name": "%runtimeFunctionCall770", "bnf": [ [ "UTC_TIME_SYMBOL", @@ -13618,7 +13550,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall776", + "name": "%runtimeFunctionCall771", "bnf": [ [ "UTC_TIMESTAMP_SYMBOL", @@ -13628,7 +13560,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall777", + "name": "%runtimeFunctionCall772", "bnf": [ [ "ASCII_SYMBOL", @@ -13638,7 +13570,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall778", + "name": "%runtimeFunctionCall773", "bnf": [ [ "CHARSET_SYMBOL", @@ -13648,7 +13580,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall779", + "name": "%runtimeFunctionCall774", "bnf": [ [ "COALESCE_SYMBOL", @@ -13658,7 +13590,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall780", + "name": "%runtimeFunctionCall775", "bnf": [ [ "COLLATION_SYMBOL", @@ -13668,7 +13600,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall781", + "name": "%runtimeFunctionCall776", "bnf": [ [ "DATABASE_SYMBOL", @@ -13678,7 +13610,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall782", + "name": "%runtimeFunctionCall777", "bnf": [ [ "IF_SYMBOL", @@ -13694,7 +13626,7 @@ "fragment": true }, { - "name": "%%runtimeFunctionCall783784", + "name": "%%runtimeFunctionCall778779", "bnf": [ [ "COMMA_SYMBOL", @@ -13704,7 +13636,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall783", + "name": "%runtimeFunctionCall778", "bnf": [ [ "FORMAT_SYMBOL", @@ -13712,14 +13644,14 @@ "expr", "COMMA_SYMBOL", "expr", - "%%runtimeFunctionCall783784?", + "%%runtimeFunctionCall778779?", "CLOSE_PAR_SYMBOL" ] ], "fragment": true }, { - "name": "%runtimeFunctionCall785", + "name": "%runtimeFunctionCall780", "bnf": [ [ "MICROSECOND_SYMBOL", @@ -13729,7 +13661,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall786", + "name": "%runtimeFunctionCall781", "bnf": [ [ "MOD_SYMBOL", @@ -13743,7 +13675,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall787", + "name": "%runtimeFunctionCall782", "bnf": [ [ "OLD_PASSWORD_SYMBOL", @@ -13755,7 +13687,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall788", + "name": "%runtimeFunctionCall783", "bnf": [ [ "PASSWORD_SYMBOL", @@ -13765,7 +13697,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall789", + "name": "%runtimeFunctionCall784", "bnf": [ [ "QUARTER_SYMBOL", @@ -13775,7 +13707,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall790", + "name": "%runtimeFunctionCall785", "bnf": [ [ "REPEAT_SYMBOL", @@ -13789,7 +13721,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall791", + "name": "%runtimeFunctionCall786", "bnf": [ [ "REPLACE_SYMBOL", @@ -13805,7 +13737,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall792", + "name": "%runtimeFunctionCall787", "bnf": [ [ "REVERSE_SYMBOL", @@ -13815,7 +13747,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall793", + "name": "%runtimeFunctionCall788", "bnf": [ [ "ROW_COUNT_SYMBOL", @@ -13825,7 +13757,7 @@ "fragment": true }, { - "name": "%runtimeFunctionCall794", + "name": "%runtimeFunctionCall789", "bnf": [ [ "TRUNCATE_SYMBOL", @@ -13839,7 +13771,7 @@ "fragment": true }, { - "name": "%%runtimeFunctionCall795796", + "name": "%%runtimeFunctionCall790791", "bnf": [ [ "COMMA_SYMBOL", @@ -13849,20 +13781,20 @@ "fragment": true }, { - "name": "%runtimeFunctionCall795", + "name": "%runtimeFunctionCall790", "bnf": [ [ "WEEK_SYMBOL", "OPEN_PAR_SYMBOL", "expr", - "%%runtimeFunctionCall795796?", + "%%runtimeFunctionCall790791?", "CLOSE_PAR_SYMBOL" ] ], "fragment": true }, { - "name": "%%%%runtimeFunctionCall797798799800", + "name": "%%%%runtimeFunctionCall792793794795", "bnf": [ [ "AS_SYMBOL", @@ -13873,17 +13805,17 @@ "fragment": true }, { - "name": "%%%runtimeFunctionCall797798799", + "name": "%%%runtimeFunctionCall792793794", "bnf": [ [ - "%%%%runtimeFunctionCall797798799800?", + "%%%%runtimeFunctionCall792793794795?", "weightStringLevels?" ] ], "fragment": true }, { - "name": "%%%runtimeFunctionCall797798801", + "name": "%%%runtimeFunctionCall792793796", "bnf": [ [ "AS_SYMBOL", @@ -13894,7 +13826,7 @@ "fragment": true }, { - "name": "%%%runtimeFunctionCall797798802", + "name": "%%%runtimeFunctionCall792793797", "bnf": [ [ "COMMA_SYMBOL", @@ -13908,28 +13840,28 @@ "fragment": true }, { - "name": "%%runtimeFunctionCall797798", + "name": "%%runtimeFunctionCall792793", "bnf": [ [ - "%%%runtimeFunctionCall797798799" + "%%%runtimeFunctionCall792793794" ], [ - "%%%runtimeFunctionCall797798801" + "%%%runtimeFunctionCall792793796" ], [ - "%%%runtimeFunctionCall797798802" + "%%%runtimeFunctionCall792793797" ] ], "fragment": true }, { - "name": "%runtimeFunctionCall797", + "name": "%runtimeFunctionCall792", "bnf": [ [ "WEIGHT_STRING_SYMBOL", "OPEN_PAR_SYMBOL", "expr", - "%%runtimeFunctionCall797798", + "%%runtimeFunctionCall792793", "CLOSE_PAR_SYMBOL" ] ], @@ -13938,14 +13870,26 @@ { "name": "runtimeFunctionCall", "bnf": [ + [ + "%runtimeFunctionCall734" + ], + [ + "%runtimeFunctionCall736" + ], + [ + "%runtimeFunctionCall737" + ], + [ + "%runtimeFunctionCall738" + ], [ "%runtimeFunctionCall739" ], [ - "%runtimeFunctionCall741" + "%runtimeFunctionCall740" ], [ - "%runtimeFunctionCall742" + "%runtimeFunctionCall741" ], [ "%runtimeFunctionCall743" @@ -13959,6 +13903,9 @@ [ "%runtimeFunctionCall746" ], + [ + "%runtimeFunctionCall747" + ], [ "%runtimeFunctionCall748" ], @@ -13966,7 +13913,7 @@ "%runtimeFunctionCall749" ], [ - "%runtimeFunctionCall750" + "trimFunction" ], [ "%runtimeFunctionCall751" @@ -13981,19 +13928,16 @@ "%runtimeFunctionCall754" ], [ - "trimFunction" - ], - [ - "%runtimeFunctionCall756" + "%runtimeFunctionCall758" ], [ - "%runtimeFunctionCall757" + "%runtimeFunctionCall759" ], [ - "%runtimeFunctionCall758" + "%runtimeFunctionCall760" ], [ - "%runtimeFunctionCall759" + "%runtimeFunctionCall762" ], [ "%runtimeFunctionCall763" @@ -14005,19 +13949,19 @@ "%runtimeFunctionCall765" ], [ - "%runtimeFunctionCall767" + "substringFunction" ], [ - "%runtimeFunctionCall768" + "%runtimeFunctionCall766" ], [ - "%runtimeFunctionCall769" + "%runtimeFunctionCall767" ], [ - "%runtimeFunctionCall770" + "%runtimeFunctionCall769" ], [ - "substringFunction" + "%runtimeFunctionCall770" ], [ "%runtimeFunctionCall771" @@ -14025,6 +13969,9 @@ [ "%runtimeFunctionCall772" ], + [ + "%runtimeFunctionCall773" + ], [ "%runtimeFunctionCall774" ], @@ -14040,9 +13987,6 @@ [ "%runtimeFunctionCall778" ], - [ - "%runtimeFunctionCall779" - ], [ "%runtimeFunctionCall780" ], @@ -14055,6 +13999,9 @@ [ "%runtimeFunctionCall783" ], + [ + "%runtimeFunctionCall784" + ], [ "%runtimeFunctionCall785" ], @@ -14073,31 +14020,16 @@ [ "%runtimeFunctionCall790" ], - [ - "%runtimeFunctionCall791" - ], [ "%runtimeFunctionCall792" ], - [ - "%runtimeFunctionCall793" - ], - [ - "%runtimeFunctionCall794" - ], - [ - "%runtimeFunctionCall795" - ], - [ - "%runtimeFunctionCall797" - ], [ "geometryFunction" ] ] }, { - "name": "%geometryFunction803", + "name": "%geometryFunction798", "bnf": [ [ "CONTAINS_SYMBOL", @@ -14111,7 +14043,7 @@ "fragment": true }, { - "name": "%geometryFunction804", + "name": "%geometryFunction799", "bnf": [ [ "GEOMETRYCOLLECTION_SYMBOL", @@ -14123,7 +14055,7 @@ "fragment": true }, { - "name": "%geometryFunction805", + "name": "%geometryFunction800", "bnf": [ [ "LINESTRING_SYMBOL", @@ -14133,7 +14065,7 @@ "fragment": true }, { - "name": "%geometryFunction806", + "name": "%geometryFunction801", "bnf": [ [ "MULTILINESTRING_SYMBOL", @@ -14143,7 +14075,7 @@ "fragment": true }, { - "name": "%geometryFunction807", + "name": "%geometryFunction802", "bnf": [ [ "MULTIPOINT_SYMBOL", @@ -14153,7 +14085,7 @@ "fragment": true }, { - "name": "%geometryFunction808", + "name": "%geometryFunction803", "bnf": [ [ "MULTIPOLYGON_SYMBOL", @@ -14163,7 +14095,7 @@ "fragment": true }, { - "name": "%geometryFunction809", + "name": "%geometryFunction804", "bnf": [ [ "POINT_SYMBOL", @@ -14177,7 +14109,7 @@ "fragment": true }, { - "name": "%geometryFunction810", + "name": "%geometryFunction805", "bnf": [ [ "POLYGON_SYMBOL", @@ -14190,28 +14122,28 @@ "name": "geometryFunction", "bnf": [ [ - "%geometryFunction803" + "%geometryFunction798" ], [ - "%geometryFunction804" + "%geometryFunction799" ], [ - "%geometryFunction805" + "%geometryFunction800" ], [ - "%geometryFunction806" + "%geometryFunction801" ], [ - "%geometryFunction807" + "%geometryFunction802" ], [ - "%geometryFunction808" + "%geometryFunction803" ], [ - "%geometryFunction809" + "%geometryFunction804" ], [ - "%geometryFunction810" + "%geometryFunction805" ] ] }, @@ -14234,7 +14166,7 @@ ] }, { - "name": "%%weightStringLevels811812", + "name": "%%weightStringLevels806807", "bnf": [ [ "real_ulong_number", @@ -14245,7 +14177,7 @@ "fragment": true }, { - "name": "%%%weightStringLevels811813814", + "name": "%%%weightStringLevels806808809", "bnf": [ [ "COMMA_SYMBOL", @@ -14255,23 +14187,23 @@ "fragment": true }, { - "name": "%%weightStringLevels811813", + "name": "%%weightStringLevels806808", "bnf": [ [ "weightStringLevelListItem", - "%%%weightStringLevels811813814*" + "%%%weightStringLevels806808809*" ] ], "fragment": true }, { - "name": "%weightStringLevels811", + "name": "%weightStringLevels806", "bnf": [ [ - "%%weightStringLevels811812" + "%%weightStringLevels806807" ], [ - "%%weightStringLevels811813" + "%%weightStringLevels806808" ] ], "fragment": true @@ -14281,12 +14213,12 @@ "bnf": [ [ "LEVEL_SYMBOL", - "%weightStringLevels811" + "%weightStringLevels806" ] ] }, { - "name": "%%%weightStringLevelListItem815816817", + "name": "%%%weightStringLevelListItem810811812", "bnf": [ [ "ASC_SYMBOL" @@ -14298,20 +14230,20 @@ "fragment": true }, { - "name": "%%weightStringLevelListItem815816", + "name": "%%weightStringLevelListItem810811", "bnf": [ [ - "%%%weightStringLevelListItem815816817", + "%%%weightStringLevelListItem810811812", "REVERSE_SYMBOL?" ] ], "fragment": true }, { - "name": "%weightStringLevelListItem815", + "name": "%weightStringLevelListItem810", "bnf": [ [ - "%%weightStringLevelListItem815816" + "%%weightStringLevelListItem810811" ], [ "REVERSE_SYMBOL" @@ -14324,7 +14256,7 @@ "bnf": [ [ "real_ulong_number", - "%weightStringLevelListItem815?" + "%weightStringLevelListItem810?" ] ] }, @@ -14346,7 +14278,7 @@ ] }, { - "name": "%%%trimFunction818819820", + "name": "%%%trimFunction813814815", "bnf": [ [ "FROM_SYMBOL", @@ -14356,17 +14288,17 @@ "fragment": true }, { - "name": "%%trimFunction818819", + "name": "%%trimFunction813814", "bnf": [ [ "expr", - "%%%trimFunction818819820?" + "%%%trimFunction813814815?" ] ], "fragment": true }, { - "name": "%%trimFunction818821", + "name": "%%trimFunction813816", "bnf": [ [ "LEADING_SYMBOL", @@ -14378,7 +14310,7 @@ "fragment": true }, { - "name": "%%trimFunction818822", + "name": "%%trimFunction813817", "bnf": [ [ "TRAILING_SYMBOL", @@ -14390,7 +14322,7 @@ "fragment": true }, { - "name": "%%trimFunction818823", + "name": "%%trimFunction813818", "bnf": [ [ "BOTH_SYMBOL", @@ -14402,19 +14334,19 @@ "fragment": true }, { - "name": "%trimFunction818", + "name": "%trimFunction813", "bnf": [ [ - "%%trimFunction818819" + "%%trimFunction813814" ], [ - "%%trimFunction818821" + "%%trimFunction813816" ], [ - "%%trimFunction818822" + "%%trimFunction813817" ], [ - "%%trimFunction818823" + "%%trimFunction813818" ] ], "fragment": true @@ -14425,13 +14357,13 @@ [ "TRIM_SYMBOL", "OPEN_PAR_SYMBOL", - "%trimFunction818", + "%trimFunction813", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%%%substringFunction824825826", + "name": "%%%substringFunction819820821", "bnf": [ [ "COMMA_SYMBOL", @@ -14441,18 +14373,18 @@ "fragment": true }, { - "name": "%%substringFunction824825", + "name": "%%substringFunction819820", "bnf": [ [ "COMMA_SYMBOL", "expr", - "%%%substringFunction824825826?" + "%%%substringFunction819820821?" ] ], "fragment": true }, { - "name": "%%%substringFunction824827828", + "name": "%%%substringFunction819822823", "bnf": [ [ "FOR_SYMBOL", @@ -14462,24 +14394,24 @@ "fragment": true }, { - "name": "%%substringFunction824827", + "name": "%%substringFunction819822", "bnf": [ [ "FROM_SYMBOL", "expr", - "%%%substringFunction824827828?" + "%%%substringFunction819822823?" ] ], "fragment": true }, { - "name": "%substringFunction824", + "name": "%substringFunction819", "bnf": [ [ - "%%substringFunction824825" + "%%substringFunction819820" ], [ - "%%substringFunction824827" + "%%substringFunction819822" ] ], "fragment": true @@ -14491,13 +14423,13 @@ "SUBSTRING_SYMBOL", "OPEN_PAR_SYMBOL", "expr", - "%substringFunction824", + "%substringFunction819", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%functionCall829", + "name": "%functionCall824", "bnf": [ [ "pureIdentifier", @@ -14509,7 +14441,7 @@ "fragment": true }, { - "name": "%functionCall830", + "name": "%functionCall825", "bnf": [ [ "qualifiedIdentifier", @@ -14524,15 +14456,15 @@ "name": "functionCall", "bnf": [ [ - "%functionCall829" + "%functionCall824" ], [ - "%functionCall830" + "%functionCall825" ] ] }, { - "name": "%udfExprList831", + "name": "%udfExprList826", "bnf": [ [ "COMMA_SYMBOL", @@ -14546,7 +14478,7 @@ "bnf": [ [ "udfExpr", - "%udfExprList831*" + "%udfExprList826*" ] ] }, @@ -14571,7 +14503,7 @@ ] }, { - "name": "%userVariable832", + "name": "%userVariable827", "bnf": [ [ "AT_SIGN_SYMBOL", @@ -14584,7 +14516,7 @@ "name": "userVariable", "bnf": [ [ - "%userVariable832" + "%userVariable827" ], [ "AT_TEXT_SUFFIX" @@ -14603,7 +14535,7 @@ ] }, { - "name": "%%internalVariableName833834", + "name": "%%internalVariableName828829", "bnf": [ [ "identifier", @@ -14613,7 +14545,7 @@ "fragment": true }, { - "name": "%%internalVariableName833835", + "name": "%%internalVariableName828830", "bnf": [ [ "lValueIdentifier", @@ -14623,19 +14555,19 @@ "fragment": true }, { - "name": "%internalVariableName833", + "name": "%internalVariableName828", "bnf": [ [ - "%%internalVariableName833834" + "%%internalVariableName828829" ], [ - "%%internalVariableName833835" + "%%internalVariableName828830" ] ], "fragment": true }, { - "name": "%internalVariableName836", + "name": "%internalVariableName831", "bnf": [ [ "DEFAULT_SYMBOL", @@ -14648,10 +14580,10 @@ "name": "internalVariableName", "bnf": [ [ - "%internalVariableName833" + "%internalVariableName828" ], [ - "%internalVariableName836" + "%internalVariableName831" ] ] }, @@ -14683,7 +14615,7 @@ ] }, { - "name": "%exprList837", + "name": "%exprList832", "bnf": [ [ "COMMA_SYMBOL", @@ -14697,12 +14629,12 @@ "bnf": [ [ "expr", - "%exprList837*" + "%exprList832*" ] ] }, { - "name": "%charset838", + "name": "%charset833", "bnf": [ [ "CHAR_SYMBOL", @@ -14715,7 +14647,7 @@ "name": "charset", "bnf": [ [ - "%charset838" + "%charset833" ], [ "CHARSET_SYMBOL" @@ -14745,7 +14677,7 @@ ] }, { - "name": "%interval839", + "name": "%interval834", "bnf": [ [ "SECOND_MICROSECOND_SYMBOL" @@ -14790,7 +14722,7 @@ "intervalTimeStamp" ], [ - "%interval839" + "%interval834" ] ] }, @@ -14857,7 +14789,7 @@ ] }, { - "name": "%orderList840", + "name": "%orderList835", "bnf": [ [ "COMMA_SYMBOL", @@ -14871,7 +14803,7 @@ "bnf": [ [ "orderExpression", - "%orderList840*" + "%orderList835*" ] ] }, @@ -14885,7 +14817,7 @@ ] }, { - "name": "%groupList841", + "name": "%groupList836", "bnf": [ [ "COMMA_SYMBOL", @@ -14899,7 +14831,7 @@ "bnf": [ [ "groupingExpression", - "%groupList841*" + "%groupList836*" ] ] }, @@ -14986,7 +14918,7 @@ ] }, { - "name": "%%ifBody842843", + "name": "%%ifBody837838", "bnf": [ [ "ELSEIF_SYMBOL", @@ -14996,7 +14928,7 @@ "fragment": true }, { - "name": "%%ifBody842844", + "name": "%%ifBody837839", "bnf": [ [ "ELSE_SYMBOL", @@ -15006,13 +14938,13 @@ "fragment": true }, { - "name": "%ifBody842", + "name": "%ifBody837", "bnf": [ [ - "%%ifBody842843" + "%%ifBody837838" ], [ - "%%ifBody842844" + "%%ifBody837839" ] ], "fragment": true @@ -15023,7 +14955,7 @@ [ "expr", "thenStatement", - "%ifBody842?" + "%ifBody837?" ] ] }, @@ -15037,7 +14969,7 @@ ] }, { - "name": "%compoundStatementList845", + "name": "%compoundStatementList840", "bnf": [ [ "compoundStatement", @@ -15050,12 +14982,12 @@ "name": "compoundStatementList", "bnf": [ [ - "%compoundStatementList845+" + "%compoundStatementList840+" ] ] }, { - "name": "%caseStatement846", + "name": "%caseStatement841", "bnf": [ [ "whenExpression", @@ -15070,7 +15002,7 @@ [ "CASE_SYMBOL", "expr?", - "%caseStatement846+", + "%caseStatement841+", "elseStatement?", "END_SYMBOL", "CASE_SYMBOL" @@ -15186,7 +15118,7 @@ ] }, { - "name": "%spDeclarations847", + "name": "%spDeclarations842", "bnf": [ [ "spDeclaration", @@ -15199,7 +15131,7 @@ "name": "spDeclarations", "bnf": [ [ - "%spDeclarations847+" + "%spDeclarations842+" ] ] }, @@ -15221,7 +15153,7 @@ ] }, { - "name": "%variableDeclaration848", + "name": "%variableDeclaration843", "bnf": [ [ "DEFAULT_SYMBOL", @@ -15238,7 +15170,7 @@ "identifierList", "dataType", "collate?", - "%variableDeclaration848?" + "%variableDeclaration843?" ] ] }, @@ -15276,7 +15208,7 @@ ] }, { - "name": "%handlerDeclaration849", + "name": "%handlerDeclaration844", "bnf": [ [ "CONTINUE_SYMBOL" @@ -15291,7 +15223,7 @@ "fragment": true }, { - "name": "%handlerDeclaration850", + "name": "%handlerDeclaration845", "bnf": [ [ "COMMA_SYMBOL", @@ -15305,17 +15237,17 @@ "bnf": [ [ "DECLARE_SYMBOL", - "%handlerDeclaration849", + "%handlerDeclaration844", "HANDLER_SYMBOL", "FOR_SYMBOL", "handlerCondition", - "%handlerDeclaration850*", + "%handlerDeclaration845*", "compoundStatement" ] ] }, { - "name": "%handlerCondition851", + "name": "%handlerCondition846", "bnf": [ [ "notRule", @@ -15337,7 +15269,7 @@ "SQLWARNING_SYMBOL" ], [ - "%handlerCondition851" + "%handlerCondition846" ], [ "SQLEXCEPTION_SYMBOL" @@ -15375,7 +15307,7 @@ ] }, { - "name": "%getDiagnostics852", + "name": "%getDiagnostics847", "bnf": [ [ "CURRENT_SYMBOL" @@ -15387,7 +15319,7 @@ "fragment": true }, { - "name": "%%%getDiagnostics853854855", + "name": "%%%getDiagnostics848849850", "bnf": [ [ "COMMA_SYMBOL", @@ -15397,17 +15329,17 @@ "fragment": true }, { - "name": "%%getDiagnostics853854", + "name": "%%getDiagnostics848849", "bnf": [ [ "statementInformationItem", - "%%%getDiagnostics853854855*" + "%%%getDiagnostics848849850*" ] ], "fragment": true }, { - "name": "%%%getDiagnostics853856857", + "name": "%%%getDiagnostics848851852", "bnf": [ [ "COMMA_SYMBOL", @@ -15417,25 +15349,25 @@ "fragment": true }, { - "name": "%%getDiagnostics853856", + "name": "%%getDiagnostics848851", "bnf": [ [ "CONDITION_SYMBOL", "signalAllowedExpr", "conditionInformationItem", - "%%%getDiagnostics853856857*" + "%%%getDiagnostics848851852*" ] ], "fragment": true }, { - "name": "%getDiagnostics853", + "name": "%getDiagnostics848", "bnf": [ [ - "%%getDiagnostics853854" + "%%getDiagnostics848849" ], [ - "%%getDiagnostics853856" + "%%getDiagnostics848851" ] ], "fragment": true @@ -15445,9 +15377,9 @@ "bnf": [ [ "GET_SYMBOL", - "%getDiagnostics852?", + "%getDiagnostics847?", "DIAGNOSTICS_SYMBOL", - "%getDiagnostics853" + "%getDiagnostics848" ] ] }, @@ -15466,7 +15398,7 @@ ] }, { - "name": "%statementInformationItem858", + "name": "%statementInformationItem853", "bnf": [ [ "variable" @@ -15478,7 +15410,7 @@ "fragment": true }, { - "name": "%statementInformationItem859", + "name": "%statementInformationItem854", "bnf": [ [ "NUMBER_SYMBOL" @@ -15493,14 +15425,14 @@ "name": "statementInformationItem", "bnf": [ [ - "%statementInformationItem858", + "%statementInformationItem853", "EQUAL_OPERATOR", - "%statementInformationItem859" + "%statementInformationItem854" ] ] }, { - "name": "%conditionInformationItem860", + "name": "%conditionInformationItem855", "bnf": [ [ "variable" @@ -15512,7 +15444,7 @@ "fragment": true }, { - "name": "%conditionInformationItem861", + "name": "%conditionInformationItem856", "bnf": [ [ "signalInformationItemName" @@ -15527,9 +15459,9 @@ "name": "conditionInformationItem", "bnf": [ [ - "%conditionInformationItem860", + "%conditionInformationItem855", "EQUAL_OPERATOR", - "%conditionInformationItem861" + "%conditionInformationItem856" ] ] }, @@ -15575,7 +15507,7 @@ ] }, { - "name": "%signalStatement862", + "name": "%signalStatement857", "bnf": [ [ "identifier" @@ -15587,7 +15519,7 @@ "fragment": true }, { - "name": "%%signalStatement863864", + "name": "%%signalStatement858859", "bnf": [ [ "COMMA_SYMBOL", @@ -15597,12 +15529,12 @@ "fragment": true }, { - "name": "%signalStatement863", + "name": "%signalStatement858", "bnf": [ [ "SET_SYMBOL", "signalInformationItem", - "%%signalStatement863864*" + "%%signalStatement858859*" ] ], "fragment": true @@ -15612,13 +15544,13 @@ "bnf": [ [ "SIGNAL_SYMBOL", - "%signalStatement862", - "%signalStatement863?" + "%signalStatement857", + "%signalStatement858?" ] ] }, { - "name": "%resignalStatement865", + "name": "%resignalStatement860", "bnf": [ [ "identifier" @@ -15630,7 +15562,7 @@ "fragment": true }, { - "name": "%%resignalStatement866867", + "name": "%%resignalStatement861862", "bnf": [ [ "COMMA_SYMBOL", @@ -15640,12 +15572,12 @@ "fragment": true }, { - "name": "%resignalStatement866", + "name": "%resignalStatement861", "bnf": [ [ "SET_SYMBOL", "signalInformationItem", - "%%resignalStatement866867*" + "%%resignalStatement861862*" ] ], "fragment": true @@ -15655,8 +15587,8 @@ "bnf": [ [ "RESIGNAL_SYMBOL", - "%resignalStatement865?", - "%resignalStatement866?" + "%resignalStatement860?", + "%resignalStatement861?" ] ] }, @@ -15689,7 +15621,7 @@ ] }, { - "name": "%cursorFetch868", + "name": "%cursorFetch863", "bnf": [ [ "NEXT_SYMBOL?", @@ -15703,7 +15635,7 @@ "bnf": [ [ "FETCH_SYMBOL", - "%cursorFetch868?", + "%cursorFetch863?", "identifier", "INTO_SYMBOL", "identifierList" @@ -15711,7 +15643,7 @@ ] }, { - "name": "%schedule869", + "name": "%schedule864", "bnf": [ [ "AT_SYMBOL", @@ -15721,7 +15653,7 @@ "fragment": true }, { - "name": "%%schedule870871", + "name": "%%schedule865866", "bnf": [ [ "STARTS_SYMBOL", @@ -15731,7 +15663,7 @@ "fragment": true }, { - "name": "%%schedule870872", + "name": "%%schedule865867", "bnf": [ [ "ENDS_SYMBOL", @@ -15741,14 +15673,14 @@ "fragment": true }, { - "name": "%schedule870", + "name": "%schedule865", "bnf": [ [ "EVERY_SYMBOL", "expr", "interval", - "%%schedule870871?", - "%%schedule870872?" + "%%schedule865866?", + "%%schedule865867?" ] ], "fragment": true @@ -15757,10 +15689,10 @@ "name": "schedule", "bnf": [ [ - "%schedule869" + "%schedule864" ], [ - "%schedule870" + "%schedule865" ] ] }, @@ -15804,7 +15736,7 @@ ] }, { - "name": "%%tableConstraintDef873874", + "name": "%%tableConstraintDef868869", "bnf": [ [ "KEY_SYMBOL" @@ -15816,10 +15748,10 @@ "fragment": true }, { - "name": "%tableConstraintDef873", + "name": "%tableConstraintDef868", "bnf": [ [ - "%%tableConstraintDef873874", + "%%tableConstraintDef868869", "indexNameAndType?", "keyListVariants", "indexOption*" @@ -15828,7 +15760,7 @@ "fragment": true }, { - "name": "%tableConstraintDef875", + "name": "%tableConstraintDef870", "bnf": [ [ "FULLTEXT_SYMBOL", @@ -15841,7 +15773,7 @@ "fragment": true }, { - "name": "%tableConstraintDef876", + "name": "%tableConstraintDef871", "bnf": [ [ "SPATIAL_SYMBOL", @@ -15854,7 +15786,7 @@ "fragment": true }, { - "name": "%%%%%tableConstraintDef877878879880881", + "name": "%%%%%tableConstraintDef872873874875876", "bnf": [ [ "PRIMARY_SYMBOL", @@ -15864,7 +15796,7 @@ "fragment": true }, { - "name": "%%%%%tableConstraintDef877878879880882", + "name": "%%%%%tableConstraintDef872873874875877", "bnf": [ [ "UNIQUE_SYMBOL", @@ -15874,22 +15806,22 @@ "fragment": true }, { - "name": "%%%%tableConstraintDef877878879880", + "name": "%%%%tableConstraintDef872873874875", "bnf": [ [ - "%%%%%tableConstraintDef877878879880881" + "%%%%%tableConstraintDef872873874875876" ], [ - "%%%%%tableConstraintDef877878879880882" + "%%%%%tableConstraintDef872873874875877" ] ], "fragment": true }, { - "name": "%%%tableConstraintDef877878879", + "name": "%%%tableConstraintDef872873874", "bnf": [ [ - "%%%%tableConstraintDef877878879880", + "%%%%tableConstraintDef872873874875", "indexNameAndType?", "keyListVariants", "indexOption*" @@ -15898,7 +15830,7 @@ "fragment": true }, { - "name": "%%%tableConstraintDef877878883", + "name": "%%%tableConstraintDef872873878", "bnf": [ [ "FOREIGN_SYMBOL", @@ -15911,7 +15843,7 @@ "fragment": true }, { - "name": "%%%tableConstraintDef877878884", + "name": "%%%tableConstraintDef872873879", "bnf": [ [ "checkConstraint", @@ -15921,26 +15853,26 @@ "fragment": true }, { - "name": "%%tableConstraintDef877878", + "name": "%%tableConstraintDef872873", "bnf": [ [ - "%%%tableConstraintDef877878879" + "%%%tableConstraintDef872873874" ], [ - "%%%tableConstraintDef877878883" + "%%%tableConstraintDef872873878" ], [ - "%%%tableConstraintDef877878884" + "%%%tableConstraintDef872873879" ] ], "fragment": true }, { - "name": "%tableConstraintDef877", + "name": "%tableConstraintDef872", "bnf": [ [ "constraintName?", - "%%tableConstraintDef877878" + "%%tableConstraintDef872873" ] ], "fragment": true @@ -15949,16 +15881,16 @@ "name": "tableConstraintDef", "bnf": [ [ - "%tableConstraintDef873" + "%tableConstraintDef868" ], [ - "%tableConstraintDef875" + "%tableConstraintDef870" ], [ - "%tableConstraintDef876" + "%tableConstraintDef871" ], [ - "%tableConstraintDef877" + "%tableConstraintDef872" ] ] }, @@ -15972,7 +15904,7 @@ ] }, { - "name": "%%%fieldDefinition885886887", + "name": "%%%fieldDefinition880881882", "bnf": [ [ "GENERATED_SYMBOL", @@ -15982,7 +15914,7 @@ "fragment": true }, { - "name": "%%%fieldDefinition885886888", + "name": "%%%fieldDefinition880881883", "bnf": [ [ "VIRTUAL_SYMBOL" @@ -15994,7 +15926,7 @@ "fragment": true }, { - "name": "%%%fieldDefinition885886889", + "name": "%%%fieldDefinition880881884", "bnf": [ [ "gcolAttribute*" @@ -16006,27 +15938,27 @@ "fragment": true }, { - "name": "%%fieldDefinition885886", + "name": "%%fieldDefinition880881", "bnf": [ [ "collate?", - "%%%fieldDefinition885886887?", + "%%%fieldDefinition880881882?", "AS_SYMBOL", "exprWithParentheses", - "%%%fieldDefinition885886888?", - "%%%fieldDefinition885886889" + "%%%fieldDefinition880881883?", + "%%%fieldDefinition880881884" ] ], "fragment": true }, { - "name": "%fieldDefinition885", + "name": "%fieldDefinition880", "bnf": [ [ "columnAttribute*" ], [ - "%%fieldDefinition885886" + "%%fieldDefinition880881" ] ], "fragment": true @@ -16036,12 +15968,12 @@ "bnf": [ [ "dataType", - "%fieldDefinition885" + "%fieldDefinition880" ] ] }, { - "name": "%columnAttribute890", + "name": "%columnAttribute885", "bnf": [ [ "NOT_SYMBOL?", @@ -16051,7 +15983,7 @@ "fragment": true }, { - "name": "%columnAttribute891", + "name": "%columnAttribute886", "bnf": [ [ "NOT_SYMBOL", @@ -16061,7 +15993,7 @@ "fragment": true }, { - "name": "%%%columnAttribute892893894", + "name": "%%%columnAttribute887888889", "bnf": [ [ "NOW_SYMBOL", @@ -16071,13 +16003,13 @@ "fragment": true }, { - "name": "%%columnAttribute892893", + "name": "%%columnAttribute887888", "bnf": [ [ "signedLiteral" ], [ - "%%%columnAttribute892893894" + "%%%columnAttribute887888889" ], [ "exprWithParentheses" @@ -16086,17 +16018,17 @@ "fragment": true }, { - "name": "%columnAttribute892", + "name": "%columnAttribute887", "bnf": [ [ "DEFAULT_SYMBOL", - "%%columnAttribute892893" + "%%columnAttribute887888" ] ], "fragment": true }, { - "name": "%columnAttribute895", + "name": "%columnAttribute890", "bnf": [ [ "ON_SYMBOL", @@ -16108,7 +16040,7 @@ "fragment": true }, { - "name": "%columnAttribute896", + "name": "%columnAttribute891", "bnf": [ [ "SERIAL_SYMBOL", @@ -16119,7 +16051,7 @@ "fragment": true }, { - "name": "%columnAttribute897", + "name": "%columnAttribute892", "bnf": [ [ "PRIMARY_SYMBOL?", @@ -16129,7 +16061,7 @@ "fragment": true }, { - "name": "%columnAttribute898", + "name": "%columnAttribute893", "bnf": [ [ "UNIQUE_SYMBOL", @@ -16139,7 +16071,7 @@ "fragment": true }, { - "name": "%columnAttribute899", + "name": "%columnAttribute894", "bnf": [ [ "COMMENT_SYMBOL", @@ -16149,7 +16081,7 @@ "fragment": true }, { - "name": "%columnAttribute900", + "name": "%columnAttribute895", "bnf": [ [ "COLUMN_FORMAT_SYMBOL", @@ -16159,7 +16091,7 @@ "fragment": true }, { - "name": "%columnAttribute901", + "name": "%columnAttribute896", "bnf": [ [ "STORAGE_SYMBOL", @@ -16169,7 +16101,7 @@ "fragment": true }, { - "name": "%columnAttribute902", + "name": "%columnAttribute897", "bnf": [ [ "SRID_SYMBOL", @@ -16179,7 +16111,7 @@ "fragment": true }, { - "name": "%columnAttribute903", + "name": "%columnAttribute898", "bnf": [ [ "constraintName?", @@ -16192,46 +16124,46 @@ "name": "columnAttribute", "bnf": [ [ - "%columnAttribute890" + "%columnAttribute885" ], [ - "%columnAttribute891" + "%columnAttribute886" ], [ - "%columnAttribute892" + "%columnAttribute887" ], [ - "%columnAttribute895" + "%columnAttribute890" ], [ "AUTO_INCREMENT_SYMBOL" ], [ - "%columnAttribute896" + "%columnAttribute891" ], [ - "%columnAttribute897" + "%columnAttribute892" ], [ - "%columnAttribute898" + "%columnAttribute893" ], [ - "%columnAttribute899" + "%columnAttribute894" ], [ "collate" ], [ - "%columnAttribute900" + "%columnAttribute895" ], [ - "%columnAttribute901" + "%columnAttribute896" ], [ - "%columnAttribute902" + "%columnAttribute897" ], [ - "%columnAttribute903" + "%columnAttribute898" ], [ "constraintEnforcement" @@ -16267,7 +16199,7 @@ ] }, { - "name": "%gcolAttribute904", + "name": "%gcolAttribute899", "bnf": [ [ "UNIQUE_SYMBOL", @@ -16277,7 +16209,7 @@ "fragment": true }, { - "name": "%gcolAttribute905", + "name": "%gcolAttribute900", "bnf": [ [ "COMMENT_SYMBOL", @@ -16287,7 +16219,7 @@ "fragment": true }, { - "name": "%gcolAttribute906", + "name": "%gcolAttribute901", "bnf": [ [ "notRule?", @@ -16297,7 +16229,7 @@ "fragment": true }, { - "name": "%gcolAttribute907", + "name": "%gcolAttribute902", "bnf": [ [ "PRIMARY_SYMBOL?", @@ -16310,21 +16242,21 @@ "name": "gcolAttribute", "bnf": [ [ - "%gcolAttribute904" + "%gcolAttribute899" ], [ - "%gcolAttribute905" + "%gcolAttribute900" ], [ - "%gcolAttribute906" + "%gcolAttribute901" ], [ - "%gcolAttribute907" + "%gcolAttribute902" ] ] }, { - "name": "%%references908909", + "name": "%%references903904", "bnf": [ [ "FULL_SYMBOL" @@ -16339,17 +16271,17 @@ "fragment": true }, { - "name": "%references908", + "name": "%references903", "bnf": [ [ "MATCH_SYMBOL", - "%%references908909" + "%%references903904" ] ], "fragment": true }, { - "name": "%%%references910911912", + "name": "%%%references905906907", "bnf": [ [ "ON_SYMBOL", @@ -16360,19 +16292,19 @@ "fragment": true }, { - "name": "%%references910911", + "name": "%%references905906", "bnf": [ [ "ON_SYMBOL", "UPDATE_SYMBOL", "deleteOption", - "%%%references910911912?" + "%%%references905906907?" ] ], "fragment": true }, { - "name": "%%%references910913914", + "name": "%%%references905908909", "bnf": [ [ "ON_SYMBOL", @@ -16383,25 +16315,25 @@ "fragment": true }, { - "name": "%%references910913", + "name": "%%references905908", "bnf": [ [ "ON_SYMBOL", "DELETE_SYMBOL", "deleteOption", - "%%%references910913914?" + "%%%references905908909?" ] ], "fragment": true }, { - "name": "%references910", + "name": "%references905", "bnf": [ [ - "%%references910911" + "%%references905906" ], [ - "%%references910913" + "%%references905908" ] ], "fragment": true @@ -16413,13 +16345,13 @@ "REFERENCES_SYMBOL", "tableRef", "identifierListWithParentheses?", - "%references908?", - "%references910?" + "%references903?", + "%references905?" ] ] }, { - "name": "%deleteOption915", + "name": "%deleteOption910", "bnf": [ [ "RESTRICT_SYMBOL" @@ -16431,7 +16363,7 @@ "fragment": true }, { - "name": "%deleteOption916", + "name": "%deleteOption911", "bnf": [ [ "SET_SYMBOL", @@ -16441,7 +16373,7 @@ "fragment": true }, { - "name": "%deleteOption917", + "name": "%deleteOption912", "bnf": [ [ "NO_SYMBOL", @@ -16454,18 +16386,18 @@ "name": "deleteOption", "bnf": [ [ - "%deleteOption915" + "%deleteOption910" ], [ - "%deleteOption916" + "%deleteOption911" ], [ - "%deleteOption917" + "%deleteOption912" ] ] }, { - "name": "%keyList918", + "name": "%keyList913", "bnf": [ [ "COMMA_SYMBOL", @@ -16480,7 +16412,7 @@ [ "OPEN_PAR_SYMBOL", "keyPart", - "%keyList918*", + "%keyList913*", "CLOSE_PAR_SYMBOL" ] ] @@ -16496,7 +16428,7 @@ ] }, { - "name": "%keyListWithExpression919", + "name": "%keyListWithExpression914", "bnf": [ [ "COMMA_SYMBOL", @@ -16511,13 +16443,13 @@ [ "OPEN_PAR_SYMBOL", "keyPartOrExpression", - "%keyListWithExpression919*", + "%keyListWithExpression914*", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%keyPartOrExpression920", + "name": "%keyPartOrExpression915", "bnf": [ [ "exprWithParentheses", @@ -16533,7 +16465,7 @@ "keyPart" ], [ - "%keyPartOrExpression920" + "%keyPartOrExpression915" ] ] }, @@ -16574,7 +16506,7 @@ ] }, { - "name": "%commonIndexOption921", + "name": "%commonIndexOption916", "bnf": [ [ "KEY_BLOCK_SIZE_SYMBOL", @@ -16585,7 +16517,7 @@ "fragment": true }, { - "name": "%commonIndexOption922", + "name": "%commonIndexOption917", "bnf": [ [ "COMMENT_SYMBOL", @@ -16598,10 +16530,10 @@ "name": "commonIndexOption", "bnf": [ [ - "%commonIndexOption921" + "%commonIndexOption916" ], [ - "%commonIndexOption922" + "%commonIndexOption917" ], [ "visibility" @@ -16620,7 +16552,7 @@ ] }, { - "name": "%indexTypeClause923", + "name": "%indexTypeClause918", "bnf": [ [ "USING_SYMBOL" @@ -16635,13 +16567,13 @@ "name": "indexTypeClause", "bnf": [ [ - "%indexTypeClause923", + "%indexTypeClause918", "indexType" ] ] }, { - "name": "%fulltextIndexOption924", + "name": "%fulltextIndexOption919", "bnf": [ [ "WITH_SYMBOL", @@ -16658,7 +16590,7 @@ "commonIndexOption" ], [ - "%fulltextIndexOption924" + "%fulltextIndexOption919" ] ] }, @@ -16680,7 +16612,7 @@ ] }, { - "name": "%%dataType925926", + "name": "%%dataType920921", "bnf": [ [ "INT_SYMBOL" @@ -16701,10 +16633,10 @@ "fragment": true }, { - "name": "%dataType925", + "name": "%dataType920", "bnf": [ [ - "%%dataType925926", + "%%dataType920921", "fieldLength?", "fieldOptions?" ] @@ -16712,7 +16644,7 @@ "fragment": true }, { - "name": "%%%dataType927928929", + "name": "%%%dataType922923924", "bnf": [ [ "DOUBLE_SYMBOL", @@ -16722,22 +16654,22 @@ "fragment": true }, { - "name": "%%dataType927928", + "name": "%%dataType922923", "bnf": [ [ "REAL_SYMBOL" ], [ - "%%%dataType927928929" + "%%%dataType922923924" ] ], "fragment": true }, { - "name": "%dataType927", + "name": "%dataType922", "bnf": [ [ - "%%dataType927928", + "%%dataType922923", "precision?", "fieldOptions?" ] @@ -16745,7 +16677,7 @@ "fragment": true }, { - "name": "%%dataType930931", + "name": "%%dataType925926", "bnf": [ [ "FLOAT_SYMBOL" @@ -16763,10 +16695,10 @@ "fragment": true }, { - "name": "%dataType930", + "name": "%dataType925", "bnf": [ [ - "%%dataType930931", + "%%dataType925926", "floatOptions?", "fieldOptions?" ] @@ -16774,7 +16706,7 @@ "fragment": true }, { - "name": "%dataType932", + "name": "%dataType927", "bnf": [ [ "BIT_SYMBOL", @@ -16784,7 +16716,7 @@ "fragment": true }, { - "name": "%dataType933", + "name": "%dataType928", "bnf": [ [ "BOOL_SYMBOL" @@ -16796,7 +16728,7 @@ "fragment": true }, { - "name": "%dataType934", + "name": "%dataType929", "bnf": [ [ "CHAR_SYMBOL", @@ -16807,7 +16739,7 @@ "fragment": true }, { - "name": "%dataType935", + "name": "%dataType930", "bnf": [ [ "nchar", @@ -16818,7 +16750,7 @@ "fragment": true }, { - "name": "%dataType936", + "name": "%dataType931", "bnf": [ [ "BINARY_SYMBOL", @@ -16828,7 +16760,7 @@ "fragment": true }, { - "name": "%%%dataType937938939", + "name": "%%%dataType932933934", "bnf": [ [ "CHAR_SYMBOL", @@ -16838,10 +16770,10 @@ "fragment": true }, { - "name": "%%dataType937938", + "name": "%%dataType932933", "bnf": [ [ - "%%%dataType937938939" + "%%%dataType932933934" ], [ "VARCHAR_SYMBOL" @@ -16850,10 +16782,10 @@ "fragment": true }, { - "name": "%dataType937", + "name": "%dataType932", "bnf": [ [ - "%%dataType937938", + "%%dataType932933", "fieldLength", "charsetWithOptBinary?" ] @@ -16861,7 +16793,7 @@ "fragment": true }, { - "name": "%%%dataType940941942", + "name": "%%%dataType935936937", "bnf": [ [ "NATIONAL_SYMBOL", @@ -16871,7 +16803,7 @@ "fragment": true }, { - "name": "%%%dataType940941943", + "name": "%%%dataType935936938", "bnf": [ [ "NCHAR_SYMBOL", @@ -16881,7 +16813,7 @@ "fragment": true }, { - "name": "%%%dataType940941944", + "name": "%%%dataType935936939", "bnf": [ [ "NATIONAL_SYMBOL", @@ -16892,7 +16824,7 @@ "fragment": true }, { - "name": "%%%dataType940941945", + "name": "%%%dataType935936940", "bnf": [ [ "NCHAR_SYMBOL", @@ -16902,31 +16834,31 @@ "fragment": true }, { - "name": "%%dataType940941", + "name": "%%dataType935936", "bnf": [ [ - "%%%dataType940941942" + "%%%dataType935936937" ], [ "NVARCHAR_SYMBOL" ], [ - "%%%dataType940941943" + "%%%dataType935936938" ], [ - "%%%dataType940941944" + "%%%dataType935936939" ], [ - "%%%dataType940941945" + "%%%dataType935936940" ] ], "fragment": true }, { - "name": "%dataType940", + "name": "%dataType935", "bnf": [ [ - "%%dataType940941", + "%%dataType935936", "fieldLength", "BINARY_SYMBOL?" ] @@ -16934,7 +16866,7 @@ "fragment": true }, { - "name": "%dataType946", + "name": "%dataType941", "bnf": [ [ "VARBINARY_SYMBOL", @@ -16944,7 +16876,7 @@ "fragment": true }, { - "name": "%dataType947", + "name": "%dataType942", "bnf": [ [ "YEAR_SYMBOL", @@ -16955,7 +16887,7 @@ "fragment": true }, { - "name": "%dataType948", + "name": "%dataType943", "bnf": [ [ "TIME_SYMBOL", @@ -16965,7 +16897,7 @@ "fragment": true }, { - "name": "%dataType949", + "name": "%dataType944", "bnf": [ [ "TIMESTAMP_SYMBOL", @@ -16975,7 +16907,7 @@ "fragment": true }, { - "name": "%dataType950", + "name": "%dataType945", "bnf": [ [ "DATETIME_SYMBOL", @@ -16985,7 +16917,7 @@ "fragment": true }, { - "name": "%dataType951", + "name": "%dataType946", "bnf": [ [ "BLOB_SYMBOL", @@ -16995,7 +16927,7 @@ "fragment": true }, { - "name": "%dataType952", + "name": "%dataType947", "bnf": [ [ "MEDIUMBLOB_SYMBOL" @@ -17007,7 +16939,7 @@ "fragment": true }, { - "name": "%dataType953", + "name": "%dataType948", "bnf": [ [ "LONG_SYMBOL", @@ -17017,7 +16949,7 @@ "fragment": true }, { - "name": "%%%dataType954955956", + "name": "%%%dataType949950951", "bnf": [ [ "CHAR_SYMBOL", @@ -17027,10 +16959,10 @@ "fragment": true }, { - "name": "%%dataType954955", + "name": "%%dataType949950", "bnf": [ [ - "%%%dataType954955956" + "%%%dataType949950951" ], [ "VARCHAR_SYMBOL" @@ -17039,18 +16971,18 @@ "fragment": true }, { - "name": "%dataType954", + "name": "%dataType949", "bnf": [ [ "LONG_SYMBOL", - "%%dataType954955?", + "%%dataType949950?", "charsetWithOptBinary?" ] ], "fragment": true }, { - "name": "%dataType957", + "name": "%dataType952", "bnf": [ [ "TINYTEXT_SYMBOL", @@ -17060,7 +16992,7 @@ "fragment": true }, { - "name": "%dataType958", + "name": "%dataType953", "bnf": [ [ "TEXT_SYMBOL", @@ -17071,7 +17003,7 @@ "fragment": true }, { - "name": "%dataType959", + "name": "%dataType954", "bnf": [ [ "MEDIUMTEXT_SYMBOL", @@ -17081,7 +17013,7 @@ "fragment": true }, { - "name": "%dataType960", + "name": "%dataType955", "bnf": [ [ "LONGTEXT_SYMBOL", @@ -17091,7 +17023,7 @@ "fragment": true }, { - "name": "%dataType961", + "name": "%dataType956", "bnf": [ [ "ENUM_SYMBOL", @@ -17102,7 +17034,7 @@ "fragment": true }, { - "name": "%dataType962", + "name": "%dataType957", "bnf": [ [ "SET_SYMBOL", @@ -17113,7 +17045,7 @@ "fragment": true }, { - "name": "%dataType963", + "name": "%dataType958", "bnf": [ [ "GEOMETRY_SYMBOL" @@ -17146,85 +17078,85 @@ "name": "dataType", "bnf": [ [ - "%dataType925" + "%dataType920" ], [ - "%dataType927" + "%dataType922" ], [ - "%dataType930" + "%dataType925" ], [ - "%dataType932" + "%dataType927" ], [ - "%dataType933" + "%dataType928" ], [ - "%dataType934" + "%dataType929" ], [ - "%dataType935" + "%dataType930" ], [ - "%dataType936" + "%dataType931" ], [ - "%dataType937" + "%dataType932" ], [ - "%dataType940" + "%dataType935" ], [ - "%dataType946" + "%dataType941" ], [ - "%dataType947" + "%dataType942" ], [ "DATE_SYMBOL" ], [ - "%dataType948" + "%dataType943" ], [ - "%dataType949" + "%dataType944" ], [ - "%dataType950" + "%dataType945" ], [ "TINYBLOB_SYMBOL" ], [ - "%dataType951" + "%dataType946" ], [ - "%dataType952" + "%dataType947" ], [ - "%dataType953" + "%dataType948" ], [ - "%dataType954" + "%dataType949" ], [ - "%dataType957" + "%dataType952" ], [ - "%dataType958" + "%dataType953" ], [ - "%dataType959" + "%dataType954" ], [ - "%dataType960" + "%dataType955" ], [ - "%dataType961" + "%dataType956" ], [ - "%dataType962" + "%dataType957" ], [ "SERIAL_SYMBOL" @@ -17233,12 +17165,12 @@ "JSON_SYMBOL" ], [ - "%dataType963" + "%dataType958" ] ] }, { - "name": "%nchar964", + "name": "%nchar959", "bnf": [ [ "NATIONAL_SYMBOL", @@ -17254,12 +17186,12 @@ "NCHAR_SYMBOL" ], [ - "%nchar964" + "%nchar959" ] ] }, { - "name": "%realType965", + "name": "%realType960", "bnf": [ [ "DOUBLE_SYMBOL", @@ -17275,12 +17207,12 @@ "REAL_SYMBOL" ], [ - "%realType965" + "%realType960" ] ] }, { - "name": "%fieldLength966", + "name": "%fieldLength961", "bnf": [ [ "real_ulonglong_number" @@ -17296,13 +17228,13 @@ "bnf": [ [ "OPEN_PAR_SYMBOL", - "%fieldLength966", + "%fieldLength961", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%fieldOptions967", + "name": "%fieldOptions962", "bnf": [ [ "SIGNED_SYMBOL" @@ -17320,12 +17252,12 @@ "name": "fieldOptions", "bnf": [ [ - "%fieldOptions967+" + "%fieldOptions962+" ] ] }, { - "name": "%charsetWithOptBinary968", + "name": "%charsetWithOptBinary963", "bnf": [ [ "charset", @@ -17336,7 +17268,7 @@ "fragment": true }, { - "name": "%%charsetWithOptBinary969970", + "name": "%%charsetWithOptBinary964965", "bnf": [ [ "charset", @@ -17346,11 +17278,11 @@ "fragment": true }, { - "name": "%charsetWithOptBinary969", + "name": "%charsetWithOptBinary964", "bnf": [ [ "BINARY_SYMBOL", - "%%charsetWithOptBinary969970?" + "%%charsetWithOptBinary964965?" ] ], "fragment": true @@ -17368,15 +17300,15 @@ "BYTE_SYMBOL" ], [ - "%charsetWithOptBinary968" + "%charsetWithOptBinary963" ], [ - "%charsetWithOptBinary969" + "%charsetWithOptBinary964" ] ] }, { - "name": "%ascii971", + "name": "%ascii966", "bnf": [ [ "ASCII_SYMBOL", @@ -17386,7 +17318,7 @@ "fragment": true }, { - "name": "%ascii972", + "name": "%ascii967", "bnf": [ [ "BINARY_SYMBOL", @@ -17399,15 +17331,15 @@ "name": "ascii", "bnf": [ [ - "%ascii971" + "%ascii966" ], [ - "%ascii972" + "%ascii967" ] ] }, { - "name": "%unicode973", + "name": "%unicode968", "bnf": [ [ "UNICODE_SYMBOL", @@ -17417,7 +17349,7 @@ "fragment": true }, { - "name": "%unicode974", + "name": "%unicode969", "bnf": [ [ "BINARY_SYMBOL", @@ -17430,10 +17362,10 @@ "name": "unicode", "bnf": [ [ - "%unicode973" + "%unicode968" ], [ - "%unicode974" + "%unicode969" ] ] }, @@ -17486,7 +17418,7 @@ ] }, { - "name": "%createTableOptions975", + "name": "%createTableOptions970", "bnf": [ [ "COMMA_SYMBOL?", @@ -17500,7 +17432,7 @@ "bnf": [ [ "createTableOption", - "%createTableOptions975*" + "%createTableOptions970*" ] ] }, @@ -17513,7 +17445,7 @@ ] }, { - "name": "%createTableOption976", + "name": "%createTableOption971", "bnf": [ [ "ENGINE_SYMBOL", @@ -17524,7 +17456,7 @@ "fragment": true }, { - "name": "%%createTableOption977978", + "name": "%%createTableOption972973", "bnf": [ [ "NULL_SYMBOL" @@ -17536,18 +17468,18 @@ "fragment": true }, { - "name": "%createTableOption977", + "name": "%createTableOption972", "bnf": [ [ "SECONDARY_ENGINE_SYMBOL", "equal?", - "%%createTableOption977978" + "%%createTableOption972973" ] ], "fragment": true }, { - "name": "%createTableOption979", + "name": "%createTableOption974", "bnf": [ [ "MAX_ROWS_SYMBOL", @@ -17558,7 +17490,7 @@ "fragment": true }, { - "name": "%createTableOption980", + "name": "%createTableOption975", "bnf": [ [ "MIN_ROWS_SYMBOL", @@ -17569,7 +17501,7 @@ "fragment": true }, { - "name": "%createTableOption981", + "name": "%createTableOption976", "bnf": [ [ "AVG_ROW_LENGTH_SYMBOL", @@ -17580,7 +17512,7 @@ "fragment": true }, { - "name": "%createTableOption982", + "name": "%createTableOption977", "bnf": [ [ "PASSWORD_SYMBOL", @@ -17591,7 +17523,7 @@ "fragment": true }, { - "name": "%createTableOption983", + "name": "%createTableOption978", "bnf": [ [ "COMMENT_SYMBOL", @@ -17602,7 +17534,7 @@ "fragment": true }, { - "name": "%createTableOption984", + "name": "%createTableOption979", "bnf": [ [ "COMPRESSION_SYMBOL", @@ -17613,7 +17545,7 @@ "fragment": true }, { - "name": "%createTableOption985", + "name": "%createTableOption980", "bnf": [ [ "ENCRYPTION_SYMBOL", @@ -17624,7 +17556,7 @@ "fragment": true }, { - "name": "%createTableOption986", + "name": "%createTableOption981", "bnf": [ [ "AUTO_INCREMENT_SYMBOL", @@ -17635,7 +17567,7 @@ "fragment": true }, { - "name": "%createTableOption987", + "name": "%createTableOption982", "bnf": [ [ "PACK_KEYS_SYMBOL", @@ -17646,7 +17578,7 @@ "fragment": true }, { - "name": "%%createTableOption988989", + "name": "%%createTableOption983984", "bnf": [ [ "STATS_AUTO_RECALC_SYMBOL" @@ -17661,10 +17593,10 @@ "fragment": true }, { - "name": "%createTableOption988", + "name": "%createTableOption983", "bnf": [ [ - "%%createTableOption988989", + "%%createTableOption983984", "EQUAL_OPERATOR?", "ternaryOption" ] @@ -17672,7 +17604,7 @@ "fragment": true }, { - "name": "%%createTableOption990991", + "name": "%%createTableOption985986", "bnf": [ [ "CHECKSUM_SYMBOL" @@ -17684,10 +17616,10 @@ "fragment": true }, { - "name": "%createTableOption990", + "name": "%createTableOption985", "bnf": [ [ - "%%createTableOption990991", + "%%createTableOption985986", "EQUAL_OPERATOR?", "ulong_number" ] @@ -17695,7 +17627,7 @@ "fragment": true }, { - "name": "%createTableOption992", + "name": "%createTableOption987", "bnf": [ [ "DELAY_KEY_WRITE_SYMBOL", @@ -17706,7 +17638,7 @@ "fragment": true }, { - "name": "%%createTableOption993994", + "name": "%%createTableOption988989", "bnf": [ [ "DEFAULT_SYMBOL" @@ -17730,18 +17662,18 @@ "fragment": true }, { - "name": "%createTableOption993", + "name": "%createTableOption988", "bnf": [ [ "ROW_FORMAT_SYMBOL", "EQUAL_OPERATOR?", - "%%createTableOption993994" + "%%createTableOption988989" ] ], "fragment": true }, { - "name": "%createTableOption995", + "name": "%createTableOption990", "bnf": [ [ "UNION_SYMBOL", @@ -17754,7 +17686,7 @@ "fragment": true }, { - "name": "%%createTableOption996997", + "name": "%%createTableOption991992", "bnf": [ [ "NO_SYMBOL" @@ -17769,18 +17701,18 @@ "fragment": true }, { - "name": "%createTableOption996", + "name": "%createTableOption991", "bnf": [ [ "INSERT_METHOD_SYMBOL", "EQUAL_OPERATOR?", - "%%createTableOption996997" + "%%createTableOption991992" ] ], "fragment": true }, { - "name": "%createTableOption998", + "name": "%createTableOption993", "bnf": [ [ "DATA_SYMBOL", @@ -17792,7 +17724,7 @@ "fragment": true }, { - "name": "%createTableOption999", + "name": "%createTableOption994", "bnf": [ [ "INDEX_SYMBOL", @@ -17804,7 +17736,7 @@ "fragment": true }, { - "name": "%%createTableOption10001001", + "name": "%%createTableOption995996", "bnf": [ [ "EQUAL_OPERATOR?" @@ -17813,18 +17745,18 @@ "fragment": true }, { - "name": "%createTableOption1000", + "name": "%createTableOption995", "bnf": [ [ "TABLESPACE_SYMBOL", - "%%createTableOption10001001", + "%%createTableOption995996", "identifier" ] ], "fragment": true }, { - "name": "%%createTableOption10021003", + "name": "%%createTableOption997998", "bnf": [ [ "DISK_SYMBOL" @@ -17836,17 +17768,17 @@ "fragment": true }, { - "name": "%createTableOption1002", + "name": "%createTableOption997", "bnf": [ [ "STORAGE_SYMBOL", - "%%createTableOption10021003" + "%%createTableOption997998" ] ], "fragment": true }, { - "name": "%createTableOption1004", + "name": "%createTableOption999", "bnf": [ [ "CONNECTION_SYMBOL", @@ -17857,7 +17789,7 @@ "fragment": true }, { - "name": "%createTableOption1005", + "name": "%createTableOption1000", "bnf": [ [ "KEY_BLOCK_SIZE_SYMBOL", @@ -17870,12 +17802,27 @@ { "name": "createTableOption", "bnf": [ + [ + "%createTableOption971" + ], + [ + "%createTableOption972" + ], + [ + "%createTableOption974" + ], + [ + "%createTableOption975" + ], [ "%createTableOption976" ], [ "%createTableOption977" ], + [ + "%createTableOption978" + ], [ "%createTableOption979" ], @@ -17891,15 +17838,9 @@ [ "%createTableOption983" ], - [ - "%createTableOption984" - ], [ "%createTableOption985" ], - [ - "%createTableOption986" - ], [ "%createTableOption987" ], @@ -17909,15 +17850,6 @@ [ "%createTableOption990" ], - [ - "%createTableOption992" - ], - [ - "%createTableOption993" - ], - [ - "%createTableOption995" - ], [ "defaultCharset" ], @@ -17925,25 +17857,25 @@ "defaultCollation" ], [ - "%createTableOption996" + "%createTableOption991" ], [ - "%createTableOption998" + "%createTableOption993" ], [ - "%createTableOption999" + "%createTableOption994" ], [ - "%createTableOption1000" + "%createTableOption995" ], [ - "%createTableOption1002" + "%createTableOption997" ], [ - "%createTableOption1004" + "%createTableOption999" ], [ - "%createTableOption1005" + "%createTableOption1000" ] ] }, @@ -17992,7 +17924,7 @@ ] }, { - "name": "%partitionClause1006", + "name": "%partitionClause1001", "bnf": [ [ "PARTITIONS_SYMBOL", @@ -18008,14 +17940,14 @@ "PARTITION_SYMBOL", "BY_SYMBOL", "partitionTypeDef", - "%partitionClause1006?", + "%partitionClause1001?", "subPartitions?", "partitionDefinitions?" ] ] }, { - "name": "%partitionTypeDef1007", + "name": "%partitionTypeDef1002", "bnf": [ [ "LINEAR_SYMBOL?", @@ -18029,7 +17961,7 @@ "fragment": true }, { - "name": "%partitionTypeDef1008", + "name": "%partitionTypeDef1003", "bnf": [ [ "LINEAR_SYMBOL?", @@ -18042,7 +17974,7 @@ "fragment": true }, { - "name": "%%partitionTypeDef10091010", + "name": "%%partitionTypeDef10041005", "bnf": [ [ "RANGE_SYMBOL" @@ -18054,7 +17986,7 @@ "fragment": true }, { - "name": "%%%partitionTypeDef100910111012", + "name": "%%%partitionTypeDef100410061007", "bnf": [ [ "OPEN_PAR_SYMBOL", @@ -18065,7 +17997,7 @@ "fragment": true }, { - "name": "%%%partitionTypeDef100910111013", + "name": "%%%partitionTypeDef100410061008", "bnf": [ [ "COLUMNS_SYMBOL", @@ -18077,23 +18009,23 @@ "fragment": true }, { - "name": "%%partitionTypeDef10091011", + "name": "%%partitionTypeDef10041006", "bnf": [ [ - "%%%partitionTypeDef100910111012" + "%%%partitionTypeDef100410061007" ], [ - "%%%partitionTypeDef100910111013" + "%%%partitionTypeDef100410061008" ] ], "fragment": true }, { - "name": "%partitionTypeDef1009", + "name": "%partitionTypeDef1004", "bnf": [ [ - "%%partitionTypeDef10091010", - "%%partitionTypeDef10091011" + "%%partitionTypeDef10041005", + "%%partitionTypeDef10041006" ] ], "fragment": true @@ -18102,18 +18034,18 @@ "name": "partitionTypeDef", "bnf": [ [ - "%partitionTypeDef1007" + "%partitionTypeDef1002" ], [ - "%partitionTypeDef1008" + "%partitionTypeDef1003" ], [ - "%partitionTypeDef1009" + "%partitionTypeDef1004" ] ] }, { - "name": "%%subPartitions10141015", + "name": "%%subPartitions10091010", "bnf": [ [ "HASH_SYMBOL", @@ -18125,7 +18057,7 @@ "fragment": true }, { - "name": "%%subPartitions10141016", + "name": "%%subPartitions10091011", "bnf": [ [ "KEY_SYMBOL", @@ -18136,19 +18068,19 @@ "fragment": true }, { - "name": "%subPartitions1014", + "name": "%subPartitions1009", "bnf": [ [ - "%%subPartitions10141015" + "%%subPartitions10091010" ], [ - "%%subPartitions10141016" + "%%subPartitions10091011" ] ], "fragment": true }, { - "name": "%subPartitions1017", + "name": "%subPartitions1012", "bnf": [ [ "SUBPARTITIONS_SYMBOL", @@ -18164,8 +18096,8 @@ "SUBPARTITION_SYMBOL", "BY_SYMBOL", "LINEAR_SYMBOL?", - "%subPartitions1014", - "%subPartitions1017?" + "%subPartitions1009", + "%subPartitions1012?" ] ] }, @@ -18180,7 +18112,7 @@ ] }, { - "name": "%partitionDefinitions1018", + "name": "%partitionDefinitions1013", "bnf": [ [ "COMMA_SYMBOL", @@ -18195,13 +18127,13 @@ [ "OPEN_PAR_SYMBOL", "partitionDefinition", - "%partitionDefinitions1018*", + "%partitionDefinitions1013*", "CLOSE_PAR_SYMBOL" ] ] }, { - "name": "%%%partitionDefinition101910201021", + "name": "%%%partitionDefinition101410151016", "bnf": [ [ "partitionValueItemListParen" @@ -18213,19 +18145,19 @@ "fragment": true }, { - "name": "%%partitionDefinition10191020", + "name": "%%partitionDefinition10141015", "bnf": [ [ "VALUES_SYMBOL", "LESS_SYMBOL", "THAN_SYMBOL", - "%%%partitionDefinition101910201021" + "%%%partitionDefinition101410151016" ] ], "fragment": true }, { - "name": "%%partitionDefinition10191022", + "name": "%%partitionDefinition10141017", "bnf": [ [ "VALUES_SYMBOL", @@ -18236,19 +18168,19 @@ "fragment": true }, { - "name": "%partitionDefinition1019", + "name": "%partitionDefinition1014", "bnf": [ [ - "%%partitionDefinition10191020" + "%%partitionDefinition10141015" ], [ - "%%partitionDefinition10191022" + "%%partitionDefinition10141017" ] ], "fragment": true }, { - "name": "%%partitionDefinition10231024", + "name": "%%partitionDefinition10181019", "bnf": [ [ "COMMA_SYMBOL", @@ -18258,12 +18190,12 @@ "fragment": true }, { - "name": "%partitionDefinition1023", + "name": "%partitionDefinition1018", "bnf": [ [ "OPEN_PAR_SYMBOL", "subpartitionDefinition", - "%%partitionDefinition10231024*", + "%%partitionDefinition10181019*", "CLOSE_PAR_SYMBOL" ] ], @@ -18275,14 +18207,14 @@ [ "PARTITION_SYMBOL", "identifier", - "%partitionDefinition1019?", + "%partitionDefinition1014?", "partitionOption*", - "%partitionDefinition1023?" + "%partitionDefinition1018?" ] ] }, { - "name": "%%partitionValuesIn10251026", + "name": "%%partitionValuesIn10201021", "bnf": [ [ "COMMA_SYMBOL", @@ -18292,12 +18224,12 @@ "fragment": true }, { - "name": "%partitionValuesIn1025", + "name": "%partitionValuesIn1020", "bnf": [ [ "OPEN_PAR_SYMBOL", "partitionValueItemListParen", - "%%partitionValuesIn10251026*", + "%%partitionValuesIn10201021*", "CLOSE_PAR_SYMBOL" ] ], @@ -18310,12 +18242,12 @@ "partitionValueItemListParen" ], [ - "%partitionValuesIn1025" + "%partitionValuesIn1020" ] ] }, { - "name": "%partitionOption1027", + "name": "%partitionOption1022", "bnf": [ [ "TABLESPACE_SYMBOL", @@ -18326,7 +18258,7 @@ "fragment": true }, { - "name": "%partitionOption1028", + "name": "%partitionOption1023", "bnf": [ [ "STORAGE_SYMBOL?", @@ -18338,7 +18270,7 @@ "fragment": true }, { - "name": "%partitionOption1029", + "name": "%partitionOption1024", "bnf": [ [ "NODEGROUP_SYMBOL", @@ -18349,7 +18281,7 @@ "fragment": true }, { - "name": "%%partitionOption10301031", + "name": "%%partitionOption10251026", "bnf": [ [ "MAX_ROWS_SYMBOL" @@ -18361,10 +18293,10 @@ "fragment": true }, { - "name": "%partitionOption1030", + "name": "%partitionOption1025", "bnf": [ [ - "%%partitionOption10301031", + "%%partitionOption10251026", "EQUAL_OPERATOR?", "real_ulong_number" ] @@ -18372,7 +18304,7 @@ "fragment": true }, { - "name": "%%partitionOption10321033", + "name": "%%partitionOption10271028", "bnf": [ [ "DATA_SYMBOL" @@ -18384,10 +18316,10 @@ "fragment": true }, { - "name": "%partitionOption1032", + "name": "%partitionOption1027", "bnf": [ [ - "%%partitionOption10321033", + "%%partitionOption10271028", "DIRECTORY_SYMBOL", "EQUAL_OPERATOR?", "textLiteral" @@ -18396,7 +18328,7 @@ "fragment": true }, { - "name": "%partitionOption1034", + "name": "%partitionOption1029", "bnf": [ [ "COMMENT_SYMBOL", @@ -18410,22 +18342,22 @@ "name": "partitionOption", "bnf": [ [ - "%partitionOption1027" + "%partitionOption1022" ], [ - "%partitionOption1028" + "%partitionOption1023" ], [ - "%partitionOption1029" + "%partitionOption1024" ], [ - "%partitionOption1030" + "%partitionOption1025" ], [ - "%partitionOption1032" + "%partitionOption1027" ], [ - "%partitionOption1034" + "%partitionOption1029" ] ] }, @@ -18440,7 +18372,7 @@ ] }, { - "name": "%partitionValueItemListParen1035", + "name": "%partitionValueItemListParen1030", "bnf": [ [ "COMMA_SYMBOL", @@ -18455,7 +18387,7 @@ [ "OPEN_PAR_SYMBOL", "partitionValueItem", - "%partitionValueItemListParen1035*", + "%partitionValueItemListParen1030*", "CLOSE_PAR_SYMBOL" ] ] @@ -18501,7 +18433,7 @@ ] }, { - "name": "%procedureParameter1036", + "name": "%procedureParameter1031", "bnf": [ [ "IN_SYMBOL" @@ -18519,7 +18451,7 @@ "name": "procedureParameter", "bnf": [ [ - "%procedureParameter1036?", + "%procedureParameter1031?", "functionParameter" ] ] @@ -18564,7 +18496,7 @@ ] }, { - "name": "%viewRefList1037", + "name": "%viewRefList1032", "bnf": [ [ "COMMA_SYMBOL", @@ -18578,12 +18510,12 @@ "bnf": [ [ "viewRef", - "%viewRefList1037*" + "%viewRefList1032*" ] ] }, { - "name": "%updateList1038", + "name": "%updateList1033", "bnf": [ [ "COMMA_SYMBOL", @@ -18597,12 +18529,12 @@ "bnf": [ [ "updateElement", - "%updateList1038*" + "%updateList1033*" ] ] }, { - "name": "%updateElement1039", + "name": "%updateElement1034", "bnf": [ [ "expr" @@ -18619,7 +18551,7 @@ [ "columnRef", "EQUAL_OPERATOR", - "%updateElement1039" + "%updateElement1034" ] ] }, @@ -18642,7 +18574,7 @@ ] }, { - "name": "%fieldTerm1040", + "name": "%fieldTerm1035", "bnf": [ [ "TERMINATED_SYMBOL", @@ -18653,7 +18585,7 @@ "fragment": true }, { - "name": "%fieldTerm1041", + "name": "%fieldTerm1036", "bnf": [ [ "OPTIONALLY_SYMBOL?", @@ -18665,7 +18597,7 @@ "fragment": true }, { - "name": "%fieldTerm1042", + "name": "%fieldTerm1037", "bnf": [ [ "ESCAPED_SYMBOL", @@ -18679,13 +18611,13 @@ "name": "fieldTerm", "bnf": [ [ - "%fieldTerm1040" + "%fieldTerm1035" ], [ - "%fieldTerm1041" + "%fieldTerm1036" ], [ - "%fieldTerm1042" + "%fieldTerm1037" ] ] }, @@ -18699,7 +18631,7 @@ ] }, { - "name": "%lineTerm1043", + "name": "%lineTerm1038", "bnf": [ [ "TERMINATED_SYMBOL" @@ -18714,14 +18646,14 @@ "name": "lineTerm", "bnf": [ [ - "%lineTerm1043", + "%lineTerm1038", "BY_SYMBOL", "textString" ] ] }, { - "name": "%userList1044", + "name": "%userList1039", "bnf": [ [ "COMMA_SYMBOL", @@ -18735,12 +18667,12 @@ "bnf": [ [ "user", - "%userList1044*" + "%userList1039*" ] ] }, { - "name": "%createUserList1045", + "name": "%createUserList1040", "bnf": [ [ "COMMA_SYMBOL", @@ -18754,12 +18686,12 @@ "bnf": [ [ "createUserEntry", - "%createUserList1045*" + "%createUserList1040*" ] ] }, { - "name": "%alterUserList1046", + "name": "%alterUserList1041", "bnf": [ [ "COMMA_SYMBOL", @@ -18773,12 +18705,12 @@ "bnf": [ [ "alterUserEntry", - "%alterUserList1046*" + "%alterUserList1041*" ] ] }, { - "name": "%%%createUserEntry104710481049", + "name": "%%%createUserEntry104210431044", "bnf": [ [ "BY_SYMBOL", @@ -18789,7 +18721,7 @@ "fragment": true }, { - "name": "%%%%%createUserEntry10471048105010511052", + "name": "%%%%%createUserEntry10421043104510461047", "bnf": [ [ "AS_SYMBOL", @@ -18799,7 +18731,7 @@ "fragment": true }, { - "name": "%%%%%createUserEntry10471048105010511053", + "name": "%%%%%createUserEntry10421043104510461048", "bnf": [ [ "BY_SYMBOL", @@ -18809,30 +18741,30 @@ "fragment": true }, { - "name": "%%%%createUserEntry1047104810501051", + "name": "%%%%createUserEntry1042104310451046", "bnf": [ [ - "%%%%%createUserEntry10471048105010511052" + "%%%%%createUserEntry10421043104510461047" ], [ - "%%%%%createUserEntry10471048105010511053" + "%%%%%createUserEntry10421043104510461048" ] ], "fragment": true }, { - "name": "%%%createUserEntry104710481050", + "name": "%%%createUserEntry104210431045", "bnf": [ [ "WITH_SYMBOL", "textOrIdentifier", - "%%%%createUserEntry1047104810501051?" + "%%%%createUserEntry1042104310451046?" ] ], "fragment": true }, { - "name": "%%%%createUserEntry1047104810541055", + "name": "%%%%createUserEntry1042104310491050", "bnf": [ [ "WITH_SYMBOL", @@ -18842,10 +18774,10 @@ "fragment": true }, { - "name": "%%%createUserEntry104710481054", + "name": "%%%createUserEntry104210431049", "bnf": [ [ - "%%%%createUserEntry1047104810541055?", + "%%%%createUserEntry1042104310491050?", "BY_SYMBOL", "RANDOM_SYMBOL", "PASSWORD_SYMBOL" @@ -18854,26 +18786,26 @@ "fragment": true }, { - "name": "%%createUserEntry10471048", + "name": "%%createUserEntry10421043", "bnf": [ [ - "%%%createUserEntry104710481049" + "%%%createUserEntry104210431044" ], [ - "%%%createUserEntry104710481050" + "%%%createUserEntry104210431045" ], [ - "%%%createUserEntry104710481054" + "%%%createUserEntry104210431049" ] ], "fragment": true }, { - "name": "%createUserEntry1047", + "name": "%createUserEntry1042", "bnf": [ [ "IDENTIFIED_SYMBOL", - "%%createUserEntry10471048" + "%%createUserEntry10421043" ] ], "fragment": true @@ -18883,12 +18815,12 @@ "bnf": [ [ "user", - "%createUserEntry1047?" + "%createUserEntry1042?" ] ] }, { - "name": "%%%%%alterUserEntry10561057105810591060", + "name": "%%%%%alterUserEntry10511052105310541055", "bnf": [ [ "WITH_SYMBOL", @@ -18898,7 +18830,7 @@ "fragment": true }, { - "name": "%%%%%alterUserEntry10561057105810591061", + "name": "%%%%%alterUserEntry10511052105310541056", "bnf": [ [ "REPLACE_SYMBOL", @@ -18908,20 +18840,20 @@ "fragment": true }, { - "name": "%%%%alterUserEntry1056105710581059", + "name": "%%%%alterUserEntry1051105210531054", "bnf": [ [ - "%%%%%alterUserEntry10561057105810591060?", + "%%%%%alterUserEntry10511052105310541055?", "BY_SYMBOL", "textString", - "%%%%%alterUserEntry10561057105810591061?", + "%%%%%alterUserEntry10511052105310541056?", "retainCurrentPassword?" ] ], "fragment": true }, { - "name": "%%%%%alterUserEntry10561057105810621063", + "name": "%%%%%alterUserEntry10511052105310571058", "bnf": [ [ "AS_SYMBOL", @@ -18932,43 +18864,43 @@ "fragment": true }, { - "name": "%%%%alterUserEntry1056105710581062", + "name": "%%%%alterUserEntry1051105210531057", "bnf": [ [ "WITH_SYMBOL", "textOrIdentifier", - "%%%%%alterUserEntry10561057105810621063?" + "%%%%%alterUserEntry10511052105310571058?" ] ], "fragment": true }, { - "name": "%%%alterUserEntry105610571058", + "name": "%%%alterUserEntry105110521053", "bnf": [ [ - "%%%%alterUserEntry1056105710581059" + "%%%%alterUserEntry1051105210531054" ], [ - "%%%%alterUserEntry1056105710581062" + "%%%%alterUserEntry1051105210531057" ] ], "fragment": true }, { - "name": "%%alterUserEntry10561057", + "name": "%%alterUserEntry10511052", "bnf": [ [ "IDENTIFIED_SYMBOL", - "%%%alterUserEntry105610571058?" + "%%%alterUserEntry105110521053?" ] ], "fragment": true }, { - "name": "%alterUserEntry1056", + "name": "%alterUserEntry1051", "bnf": [ [ - "%%alterUserEntry10561057" + "%%alterUserEntry10511052" ], [ "discardOldPassword?" @@ -18981,7 +18913,7 @@ "bnf": [ [ "user", - "%alterUserEntry1056" + "%alterUserEntry1051" ] ] }, @@ -19015,7 +18947,7 @@ ] }, { - "name": "%%userIdentifierOrText10641065", + "name": "%%userIdentifierOrText10591060", "bnf": [ [ "AT_SIGN_SYMBOL", @@ -19025,10 +18957,10 @@ "fragment": true }, { - "name": "%userIdentifierOrText1064", + "name": "%userIdentifierOrText1059", "bnf": [ [ - "%%userIdentifierOrText10641065" + "%%userIdentifierOrText10591060" ], [ "AT_TEXT_SUFFIX" @@ -19041,12 +18973,12 @@ "bnf": [ [ "textOrIdentifier", - "%userIdentifierOrText1064?" + "%userIdentifierOrText1059?" ] ] }, { - "name": "%user1066", + "name": "%user1061", "bnf": [ [ "CURRENT_USER_SYMBOL", @@ -19062,7 +18994,7 @@ "userIdentifierOrText" ], [ - "%user1066" + "%user1061" ] ] }, @@ -19118,7 +19050,7 @@ ] }, { - "name": "%fieldIdentifier1067", + "name": "%fieldIdentifier1062", "bnf": [ [ "qualifiedIdentifier", @@ -19134,7 +19066,7 @@ "dotIdentifier" ], [ - "%fieldIdentifier1067" + "%fieldIdentifier1062" ] ] }, @@ -19158,7 +19090,7 @@ ] }, { - "name": "%columnInternalRefList1068", + "name": "%columnInternalRefList1063", "bnf": [ [ "COMMA_SYMBOL", @@ -19173,7 +19105,7 @@ [ "OPEN_PAR_SYMBOL", "columnInternalRef", - "%columnInternalRefList1068*", + "%columnInternalRefList1063*", "CLOSE_PAR_SYMBOL" ] ] @@ -19214,7 +19146,7 @@ ] }, { - "name": "%tableWild1069", + "name": "%tableWild1064", "bnf": [ [ "identifier", @@ -19229,7 +19161,7 @@ [ "identifier", "DOT_SYMBOL", - "%tableWild1069?", + "%tableWild1064?", "MULT_OPERATOR" ] ] @@ -19421,7 +19353,7 @@ ] }, { - "name": "%%tableRefWithWildcard10701071", + "name": "%%tableRefWithWildcard10651066", "bnf": [ [ "DOT_SYMBOL", @@ -19431,7 +19363,7 @@ "fragment": true }, { - "name": "%%%tableRefWithWildcard107010721073", + "name": "%%%tableRefWithWildcard106510671068", "bnf": [ [ "DOT_SYMBOL", @@ -19441,23 +19373,23 @@ "fragment": true }, { - "name": "%%tableRefWithWildcard10701072", + "name": "%%tableRefWithWildcard10651067", "bnf": [ [ "dotIdentifier", - "%%%tableRefWithWildcard107010721073?" + "%%%tableRefWithWildcard106510671068?" ] ], "fragment": true }, { - "name": "%tableRefWithWildcard1070", + "name": "%tableRefWithWildcard1065", "bnf": [ [ - "%%tableRefWithWildcard10701071" + "%%tableRefWithWildcard10651066" ], [ - "%%tableRefWithWildcard10701072" + "%%tableRefWithWildcard10651067" ] ], "fragment": true @@ -19467,7 +19399,7 @@ "bnf": [ [ "identifier", - "%tableRefWithWildcard1070?" + "%tableRefWithWildcard1065?" ] ] }, @@ -19483,7 +19415,7 @@ ] }, { - "name": "%tableRefList1074", + "name": "%tableRefList1069", "bnf": [ [ "COMMA_SYMBOL", @@ -19497,12 +19429,12 @@ "bnf": [ [ "tableRef", - "%tableRefList1074*" + "%tableRefList1069*" ] ] }, { - "name": "%tableAliasRefList1075", + "name": "%tableAliasRefList1070", "bnf": [ [ "COMMA_SYMBOL", @@ -19516,7 +19448,7 @@ "bnf": [ [ "tableRefWithWildcard", - "%tableAliasRefList1075*" + "%tableAliasRefList1070*" ] ] }, @@ -19599,7 +19531,7 @@ ] }, { - "name": "%pureIdentifier1076", + "name": "%pureIdentifier1071", "bnf": [ [ "IDENTIFIER" @@ -19614,7 +19546,7 @@ "name": "pureIdentifier", "bnf": [ [ - "%pureIdentifier1076" + "%pureIdentifier1071" ], [ "DOUBLE_QUOTED_TEXT" @@ -19633,7 +19565,7 @@ ] }, { - "name": "%identifierList1077", + "name": "%identifierList1072", "bnf": [ [ "COMMA_SYMBOL", @@ -19647,7 +19579,7 @@ "bnf": [ [ "identifier", - "%identifierList1077*" + "%identifierList1072*" ] ] }, @@ -19671,7 +19603,7 @@ ] }, { - "name": "%%simpleIdentifier10781079", + "name": "%%simpleIdentifier10731074", "bnf": [ [ "dotIdentifier", @@ -19681,17 +19613,17 @@ "fragment": true }, { - "name": "%simpleIdentifier1078", + "name": "%simpleIdentifier1073", "bnf": [ [ "identifier", - "%%simpleIdentifier10781079?" + "%%simpleIdentifier10731074?" ] ], "fragment": true }, { - "name": "%simpleIdentifier1080", + "name": "%simpleIdentifier1075", "bnf": [ [ "dotIdentifier", @@ -19704,10 +19636,10 @@ "name": "simpleIdentifier", "bnf": [ [ - "%simpleIdentifier1078" + "%simpleIdentifier1073" ], [ - "%simpleIdentifier1080" + "%simpleIdentifier1075" ] ] }, @@ -19798,7 +19730,7 @@ ] }, { - "name": "%%literal10811082", + "name": "%%literal10761077", "bnf": [ [ "HEX_NUMBER" @@ -19810,11 +19742,11 @@ "fragment": true }, { - "name": "%literal1081", + "name": "%literal1076", "bnf": [ [ "UNDERSCORE_CHARSET?", - "%%literal10811082" + "%%literal10761077" ] ], "fragment": true @@ -19838,12 +19770,12 @@ "boolLiteral" ], [ - "%literal1081" + "%literal1076" ] ] }, { - "name": "%signedLiteral1083", + "name": "%signedLiteral1078", "bnf": [ [ "PLUS_OPERATOR", @@ -19853,7 +19785,7 @@ "fragment": true }, { - "name": "%signedLiteral1084", + "name": "%signedLiteral1079", "bnf": [ [ "MINUS_OPERATOR", @@ -19869,15 +19801,15 @@ "literal" ], [ - "%signedLiteral1083" + "%signedLiteral1078" ], [ - "%signedLiteral1084" + "%signedLiteral1079" ] ] }, { - "name": "%stringList1085", + "name": "%stringList1080", "bnf": [ [ "COMMA_SYMBOL", @@ -19892,7 +19824,7 @@ [ "OPEN_PAR_SYMBOL", "textString", - "%stringList1085*", + "%stringList1080*", "CLOSE_PAR_SYMBOL" ] ] @@ -19934,7 +19866,7 @@ ] }, { - "name": "%%textLiteral10861087", + "name": "%%textLiteral10811082", "bnf": [ [ "UNDERSCORE_CHARSET?", @@ -19944,10 +19876,10 @@ "fragment": true }, { - "name": "%textLiteral1086", + "name": "%textLiteral1081", "bnf": [ [ - "%%textLiteral10861087" + "%%textLiteral10811082" ], [ "NCHAR_TEXT" @@ -19959,7 +19891,7 @@ "name": "textLiteral", "bnf": [ [ - "%textLiteral1086", + "%textLiteral1081", "textStringLiteral*" ] ] @@ -19973,7 +19905,7 @@ ] }, { - "name": "%textStringLiteralList1088", + "name": "%textStringLiteralList1083", "bnf": [ [ "COMMA_SYMBOL", @@ -19987,7 +19919,7 @@ "bnf": [ [ "textStringLiteral", - "%textStringLiteralList1088*" + "%textStringLiteralList1083*" ] ] }, @@ -20034,7 +19966,7 @@ ] }, { - "name": "%temporalLiteral1089", + "name": "%temporalLiteral1084", "bnf": [ [ "DATE_SYMBOL", @@ -20044,7 +19976,7 @@ "fragment": true }, { - "name": "%temporalLiteral1090", + "name": "%temporalLiteral1085", "bnf": [ [ "TIME_SYMBOL", @@ -20054,7 +19986,7 @@ "fragment": true }, { - "name": "%temporalLiteral1091", + "name": "%temporalLiteral1086", "bnf": [ [ "TIMESTAMP_SYMBOL", @@ -20067,13 +19999,13 @@ "name": "temporalLiteral", "bnf": [ [ - "%temporalLiteral1089" + "%temporalLiteral1084" ], [ - "%temporalLiteral1090" + "%temporalLiteral1085" ], [ - "%temporalLiteral1091" + "%temporalLiteral1086" ] ] }, @@ -20193,7 +20125,7 @@ ] }, { - "name": "%varIdentType1092", + "name": "%varIdentType1087", "bnf": [ [ "GLOBAL_SYMBOL", @@ -20203,7 +20135,7 @@ "fragment": true }, { - "name": "%varIdentType1093", + "name": "%varIdentType1088", "bnf": [ [ "LOCAL_SYMBOL", @@ -20213,7 +20145,7 @@ "fragment": true }, { - "name": "%varIdentType1094", + "name": "%varIdentType1089", "bnf": [ [ "SESSION_SYMBOL", @@ -20226,18 +20158,18 @@ "name": "varIdentType", "bnf": [ [ - "%varIdentType1092" + "%varIdentType1087" ], [ - "%varIdentType1093" + "%varIdentType1088" ], [ - "%varIdentType1094" + "%varIdentType1089" ] ] }, { - "name": "%setVarIdentType1095", + "name": "%setVarIdentType1090", "bnf": [ [ "PERSIST_SYMBOL", @@ -20247,7 +20179,7 @@ "fragment": true }, { - "name": "%setVarIdentType1096", + "name": "%setVarIdentType1091", "bnf": [ [ "PERSIST_ONLY_SYMBOL", @@ -20257,7 +20189,7 @@ "fragment": true }, { - "name": "%setVarIdentType1097", + "name": "%setVarIdentType1092", "bnf": [ [ "GLOBAL_SYMBOL", @@ -20267,7 +20199,7 @@ "fragment": true }, { - "name": "%setVarIdentType1098", + "name": "%setVarIdentType1093", "bnf": [ [ "LOCAL_SYMBOL", @@ -20277,7 +20209,7 @@ "fragment": true }, { - "name": "%setVarIdentType1099", + "name": "%setVarIdentType1094", "bnf": [ [ "SESSION_SYMBOL", @@ -20290,24 +20222,24 @@ "name": "setVarIdentType", "bnf": [ [ - "%setVarIdentType1095" + "%setVarIdentType1090" ], [ - "%setVarIdentType1096" + "%setVarIdentType1091" ], [ - "%setVarIdentType1097" + "%setVarIdentType1092" ], [ - "%setVarIdentType1098" + "%setVarIdentType1093" ], [ - "%setVarIdentType1099" + "%setVarIdentType1094" ] ] }, { - "name": "%identifierKeyword1100", + "name": "%identifierKeyword1095", "bnf": [ [ "labelKeyword" @@ -20328,7 +20260,7 @@ "fragment": true }, { - "name": "%identifierKeyword1101", + "name": "%identifierKeyword1096", "bnf": [ [ "identifierKeywordsUnambiguous" @@ -20352,10 +20284,10 @@ "name": "identifierKeyword", "bnf": [ [ - "%identifierKeyword1100" + "%identifierKeyword1095" ], [ - "%identifierKeyword1101" + "%identifierKeyword1096" ] ] }, @@ -20484,7 +20416,7 @@ ] }, { - "name": "%labelKeyword1102", + "name": "%labelKeyword1097", "bnf": [ [ "roleOrLabelKeyword" @@ -20520,7 +20452,7 @@ "fragment": true }, { - "name": "%labelKeyword1103", + "name": "%labelKeyword1098", "bnf": [ [ "identifierKeywordsUnambiguous" @@ -20538,10 +20470,10 @@ "name": "labelKeyword", "bnf": [ [ - "%labelKeyword1102" + "%labelKeyword1097" ], [ - "%labelKeyword1103" + "%labelKeyword1098" ] ] }, @@ -20578,7 +20510,7 @@ ] }, { - "name": "%identifierKeywordsUnambiguous1104", + "name": "%identifierKeywordsUnambiguous1099", "bnf": [ [ "ACTION_SYMBOL" @@ -21685,7 +21617,7 @@ "fragment": true }, { - "name": "%identifierKeywordsUnambiguous1105", + "name": "%identifierKeywordsUnambiguous1100", "bnf": [ [ "ARRAY_SYMBOL" @@ -21739,15 +21671,15 @@ "name": "identifierKeywordsUnambiguous", "bnf": [ [ - "%identifierKeywordsUnambiguous1104" + "%identifierKeywordsUnambiguous1099" ], [ - "%identifierKeywordsUnambiguous1105" + "%identifierKeywordsUnambiguous1100" ] ] }, { - "name": "%roleKeyword1106", + "name": "%roleKeyword1101", "bnf": [ [ "roleOrLabelKeyword" @@ -21759,7 +21691,7 @@ "fragment": true }, { - "name": "%roleKeyword1107", + "name": "%roleKeyword1102", "bnf": [ [ "identifierKeywordsUnambiguous" @@ -21777,10 +21709,10 @@ "name": "roleKeyword", "bnf": [ [ - "%roleKeyword1106" + "%roleKeyword1101" ], [ - "%roleKeyword1107" + "%roleKeyword1102" ] ] }, @@ -21822,7 +21754,7 @@ ] }, { - "name": "%roleOrIdentifierKeyword1108", + "name": "%roleOrIdentifierKeyword1103", "bnf": [ [ "ACCOUNT_SYMBOL" @@ -22017,7 +21949,7 @@ "name": "roleOrIdentifierKeyword", "bnf": [ [ - "%roleOrIdentifierKeyword1108" + "%roleOrIdentifierKeyword1103" ], [ "SHUTDOWN_SYMBOL" @@ -22028,7 +21960,7 @@ ] }, { - "name": "%roleOrLabelKeyword1109", + "name": "%roleOrLabelKeyword1104", "bnf": [ [ "ACTION_SYMBOL" @@ -23048,7 +22980,7 @@ "fragment": true }, { - "name": "%roleOrLabelKeyword1110", + "name": "%roleOrLabelKeyword1105", "bnf": [ [ "CUBE_SYMBOL" @@ -23069,7 +23001,7 @@ "fragment": true }, { - "name": "%roleOrLabelKeyword1111", + "name": "%roleOrLabelKeyword1106", "bnf": [ [ "EXCHANGE_SYMBOL" @@ -23096,16 +23028,16 @@ "name": "roleOrLabelKeyword", "bnf": [ [ - "%roleOrLabelKeyword1109" + "%roleOrLabelKeyword1104" ], [ "SHUTDOWN_SYMBOL" ], [ - "%roleOrLabelKeyword1110" + "%roleOrLabelKeyword1105" ], [ - "%roleOrLabelKeyword1111" + "%roleOrLabelKeyword1106" ], [ "ADMIN_SYMBOL" @@ -23113,7 +23045,7 @@ ] }, { - "name": "%alterOrderList1112", + "name": "%alterOrderList1107", "bnf": [ [ "COMMA_SYMBOL", @@ -23129,7 +23061,7 @@ [ "qualifiedIdentifier", "direction?", - "%alterOrderList1112*" + "%alterOrderList1107*" ] ] }, @@ -23147,7 +23079,7 @@ ] }, { - "name": "%castType1113", + "name": "%castType1108", "bnf": [ [ "BINARY_SYMBOL", @@ -23157,7 +23089,7 @@ "fragment": true }, { - "name": "%castType1114", + "name": "%castType1109", "bnf": [ [ "CHAR_SYMBOL", @@ -23168,7 +23100,7 @@ "fragment": true }, { - "name": "%castType1115", + "name": "%castType1110", "bnf": [ [ "nchar", @@ -23178,7 +23110,7 @@ "fragment": true }, { - "name": "%castType1116", + "name": "%castType1111", "bnf": [ [ "SIGNED_SYMBOL", @@ -23188,7 +23120,7 @@ "fragment": true }, { - "name": "%castType1117", + "name": "%castType1112", "bnf": [ [ "UNSIGNED_SYMBOL", @@ -23198,7 +23130,7 @@ "fragment": true }, { - "name": "%castType1118", + "name": "%castType1113", "bnf": [ [ "TIME_SYMBOL", @@ -23208,7 +23140,7 @@ "fragment": true }, { - "name": "%castType1119", + "name": "%castType1114", "bnf": [ [ "DATETIME_SYMBOL", @@ -23218,7 +23150,7 @@ "fragment": true }, { - "name": "%castType1120", + "name": "%castType1115", "bnf": [ [ "DECIMAL_SYMBOL", @@ -23228,7 +23160,7 @@ "fragment": true }, { - "name": "%castType1121", + "name": "%castType1116", "bnf": [ [ "FLOAT_SYMBOL", @@ -23241,31 +23173,31 @@ "name": "castType", "bnf": [ [ - "%castType1113" + "%castType1108" ], [ - "%castType1114" + "%castType1109" ], [ - "%castType1115" + "%castType1110" ], [ - "%castType1116" + "%castType1111" ], [ - "%castType1117" + "%castType1112" ], [ "DATE_SYMBOL" ], [ - "%castType1118" + "%castType1113" ], [ - "%castType1119" + "%castType1114" ], [ - "%castType1120" + "%castType1115" ], [ "JSON_SYMBOL" @@ -23274,7 +23206,7 @@ "realType" ], [ - "%castType1121" + "%castType1116" ], [ "YEAR_SYMBOL" @@ -23302,7 +23234,7 @@ ] }, { - "name": "%windowSpecDetails1122", + "name": "%windowSpecDetails1117", "bnf": [ [ "PARTITION_SYMBOL", @@ -23315,7 +23247,7 @@ "fragment": true }, { - "name": "%%windowSpecDetails11231124", + "name": "%%windowSpecDetails11181119", "bnf": [ [ "PARTITION_SYMBOL", @@ -23326,10 +23258,10 @@ "fragment": true }, { - "name": "%windowSpecDetails1123", + "name": "%windowSpecDetails1118", "bnf": [ [ - "%%windowSpecDetails11231124?", + "%%windowSpecDetails11181119?", "orderClause", "windowFrameClause?" ] @@ -23337,7 +23269,7 @@ "fragment": true }, { - "name": "%%windowSpecDetails11251126", + "name": "%%windowSpecDetails11201121", "bnf": [ [ "PARTITION_SYMBOL", @@ -23348,10 +23280,10 @@ "fragment": true }, { - "name": "%windowSpecDetails1125", + "name": "%windowSpecDetails1120", "bnf": [ [ - "%%windowSpecDetails11251126?", + "%%windowSpecDetails11201121?", "orderClause?", "windowFrameClause" ] @@ -23359,7 +23291,7 @@ "fragment": true }, { - "name": "%%windowSpecDetails11271128", + "name": "%%windowSpecDetails11221123", "bnf": [ [ "PARTITION_SYMBOL", @@ -23370,11 +23302,11 @@ "fragment": true }, { - "name": "%windowSpecDetails1127", + "name": "%windowSpecDetails1122", "bnf": [ [ "windowName?", - "%%windowSpecDetails11271128?", + "%%windowSpecDetails11221123?", "orderClause?", "windowFrameClause?" ] @@ -23384,17 +23316,77 @@ { "name": "windowSpecDetails", "bnf": [ + [ + "%windowSpecDetails1117" + ], + [ + "%windowSpecDetails1118" + ], + [ + "%windowSpecDetails1120" + ], [ "%windowSpecDetails1122" + ] + ] + }, + { + "name": "%%grantIdentifier11241125", + "bnf": [ + [ + "DOT_SYMBOL", + "MULT_OPERATOR" + ] + ], + "fragment": true + }, + { + "name": "%grantIdentifier1124", + "bnf": [ + [ + "MULT_OPERATOR", + "%%grantIdentifier11241125?" + ] + ], + "fragment": true + }, + { + "name": "%%grantIdentifier11261127", + "bnf": [ + [ + "MULT_OPERATOR" ], [ - "%windowSpecDetails1123" + "tableRef" + ] + ], + "fragment": true + }, + { + "name": "%grantIdentifier1126", + "bnf": [ + [ + "schemaRef", + "DOT_SYMBOL", + "%%grantIdentifier11261127" + ] + ], + "fragment": true + }, + { + "name": "grantIdentifier", + "bnf": [ + [ + "%grantIdentifier1124" + ], + [ + "%grantIdentifier1126" ], [ - "%windowSpecDetails1125" + "schemaRef" ], [ - "%windowSpecDetails1127" + "tableRef" ] ] }, @@ -23408,7 +23400,7 @@ ] }, { - "name": "%%%%expr_simple112911301131", + "name": "%%%%expr_simple112811291130", "bnf": [ [ "TRUE_SYMBOL" @@ -23423,28 +23415,28 @@ "fragment": true }, { - "name": "%%%expr_simple11291130", + "name": "%%%expr_simple11281129", "bnf": [ [ "IS_SYMBOL", "notRule?", - "%%%%expr_simple112911301131" + "%%%%expr_simple112811291130" ] ], "fragment": true }, { - "name": "%%expr_simple1129", + "name": "%%expr_simple1128", "bnf": [ [ "boolPri", - "%%%expr_simple11291130?" + "%%%expr_simple11281129?" ] ], "fragment": true }, { - "name": "%%expr_simple1132", + "name": "%%expr_simple1131", "bnf": [ [ "NOT_SYMBOL", @@ -23457,15 +23449,15 @@ "name": "%expr_simple", "bnf": [ [ - "%%expr_simple1129" + "%%expr_simple1128" ], [ - "%%expr_simple1132" + "%%expr_simple1131" ] ] }, { - "name": "%%%expr_rr11331134", + "name": "%%%expr_rr11321133", "bnf": [ [ "AND_SYMBOL" @@ -23477,17 +23469,17 @@ "fragment": true }, { - "name": "%%expr_rr1133", + "name": "%%expr_rr1132", "bnf": [ [ - "%%%expr_rr11331134", + "%%%expr_rr11321133", "expr" ] ], "fragment": true }, { - "name": "%%expr_rr1135", + "name": "%%expr_rr1134", "bnf": [ [ "XOR_SYMBOL", @@ -23497,7 +23489,7 @@ "fragment": true }, { - "name": "%%%expr_rr11361137", + "name": "%%%expr_rr11351136", "bnf": [ [ "OR_SYMBOL" @@ -23509,10 +23501,10 @@ "fragment": true }, { - "name": "%%expr_rr1136", + "name": "%%expr_rr1135", "bnf": [ [ - "%%%expr_rr11361137", + "%%%expr_rr11351136", "expr" ] ], @@ -23522,13 +23514,13 @@ "name": "%expr_rr", "bnf": [ [ - "%%expr_rr1133" + "%%expr_rr1132" ], [ - "%%expr_rr1135" + "%%expr_rr1134" ], [ - "%%expr_rr1136" + "%%expr_rr1135" ] ] }, @@ -23542,7 +23534,7 @@ ] }, { - "name": "%%boolPri_rr1138", + "name": "%%boolPri_rr1137", "bnf": [ [ "IS_SYMBOL", @@ -23553,7 +23545,7 @@ "fragment": true }, { - "name": "%%boolPri_rr1139", + "name": "%%boolPri_rr1138", "bnf": [ [ "compOp", @@ -23563,7 +23555,7 @@ "fragment": true }, { - "name": "%%%boolPri_rr11401141", + "name": "%%%boolPri_rr11391140", "bnf": [ [ "ALL_SYMBOL" @@ -23575,11 +23567,11 @@ "fragment": true }, { - "name": "%%boolPri_rr1140", + "name": "%%boolPri_rr1139", "bnf": [ [ "compOp", - "%%%boolPri_rr11401141", + "%%%boolPri_rr11391140", "subquery" ] ], @@ -23589,18 +23581,18 @@ "name": "%boolPri_rr", "bnf": [ [ - "%%boolPri_rr1138" + "%%boolPri_rr1137" ], [ - "%%boolPri_rr1139" + "%%boolPri_rr1138" ], [ - "%%boolPri_rr1140" + "%%boolPri_rr1139" ] ] }, { - "name": "%%predicate11421143", + "name": "%%predicate11411142", "bnf": [ [ "notRule?", @@ -23610,7 +23602,7 @@ "fragment": true }, { - "name": "%%predicate11421144", + "name": "%%predicate11411143", "bnf": [ [ "MEMBER_SYMBOL", @@ -23621,7 +23613,7 @@ "fragment": true }, { - "name": "%%predicate11421145", + "name": "%%predicate11411144", "bnf": [ [ "SOUNDS_SYMBOL", @@ -23632,16 +23624,16 @@ "fragment": true }, { - "name": "%predicate1142", + "name": "%predicate1141", "bnf": [ [ - "%%predicate11421143" + "%%predicate11411142" ], [ - "%%predicate11421144" + "%%predicate11411143" ], [ - "%%predicate11421145" + "%%predicate11411144" ] ], "fragment": true @@ -23651,7 +23643,7 @@ "bnf": [ [ "bitExpr", - "%predicate1142?" + "%predicate1141?" ] ] }, @@ -23665,7 +23657,7 @@ ] }, { - "name": "%%bitExpr_rr1146", + "name": "%%bitExpr_rr1145", "bnf": [ [ "BITWISE_XOR_OPERATOR", @@ -23675,7 +23667,7 @@ "fragment": true }, { - "name": "%%%bitExpr_rr11471148", + "name": "%%%bitExpr_rr11461147", "bnf": [ [ "MULT_OPERATOR" @@ -23696,17 +23688,17 @@ "fragment": true }, { - "name": "%%bitExpr_rr1147", + "name": "%%bitExpr_rr1146", "bnf": [ [ - "%%%bitExpr_rr11471148", + "%%%bitExpr_rr11461147", "bitExpr" ] ], "fragment": true }, { - "name": "%%%bitExpr_rr11491150", + "name": "%%%bitExpr_rr11481149", "bnf": [ [ "PLUS_OPERATOR" @@ -23718,17 +23710,17 @@ "fragment": true }, { - "name": "%%bitExpr_rr1149", + "name": "%%bitExpr_rr1148", "bnf": [ [ - "%%%bitExpr_rr11491150", + "%%%bitExpr_rr11481149", "bitExpr" ] ], "fragment": true }, { - "name": "%%%bitExpr_rr11511152", + "name": "%%%bitExpr_rr11501151", "bnf": [ [ "PLUS_OPERATOR" @@ -23740,10 +23732,10 @@ "fragment": true }, { - "name": "%%bitExpr_rr1151", + "name": "%%bitExpr_rr1150", "bnf": [ [ - "%%%bitExpr_rr11511152", + "%%%bitExpr_rr11501151", "INTERVAL_SYMBOL", "expr", "interval" @@ -23752,7 +23744,7 @@ "fragment": true }, { - "name": "%%%bitExpr_rr11531154", + "name": "%%%bitExpr_rr11521153", "bnf": [ [ "SHIFT_LEFT_OPERATOR" @@ -23764,17 +23756,17 @@ "fragment": true }, { - "name": "%%bitExpr_rr1153", + "name": "%%bitExpr_rr1152", "bnf": [ [ - "%%%bitExpr_rr11531154", + "%%%bitExpr_rr11521153", "bitExpr" ] ], "fragment": true }, { - "name": "%%bitExpr_rr1155", + "name": "%%bitExpr_rr1154", "bnf": [ [ "BITWISE_AND_OPERATOR", @@ -23784,7 +23776,7 @@ "fragment": true }, { - "name": "%%bitExpr_rr1156", + "name": "%%bitExpr_rr1155", "bnf": [ [ "BITWISE_OR_OPERATOR", @@ -23797,30 +23789,30 @@ "name": "%bitExpr_rr", "bnf": [ [ - "%%bitExpr_rr1146" + "%%bitExpr_rr1145" ], [ - "%%bitExpr_rr1147" + "%%bitExpr_rr1146" ], [ - "%%bitExpr_rr1149" + "%%bitExpr_rr1148" ], [ - "%%bitExpr_rr1151" + "%%bitExpr_rr1150" ], [ - "%%bitExpr_rr1153" + "%%bitExpr_rr1152" ], [ - "%%bitExpr_rr1155" + "%%bitExpr_rr1154" ], [ - "%%bitExpr_rr1156" + "%%bitExpr_rr1155" ] ] }, { - "name": "%simpleExpr1157", + "name": "%simpleExpr1156", "bnf": [ [ "CONCAT_PIPES_SYMBOL", @@ -23834,12 +23826,12 @@ "bnf": [ [ "%simpleExpr_collate", - "%simpleExpr1157*" + "%simpleExpr1156*" ] ] }, { - "name": "%%simpleExpr_collate1158", + "name": "%%simpleExpr_collate1157", "bnf": [ [ "COLLATE_SYMBOL", @@ -23853,12 +23845,12 @@ "bnf": [ [ "%simpleExpr_factored", - "%%simpleExpr_collate1158?" + "%%simpleExpr_collate1157?" ] ] }, { - "name": "%%%simpleExpr_factored11591160", + "name": "%%%simpleExpr_factored11581159", "bnf": [ [ "equal", @@ -23868,17 +23860,17 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1159", + "name": "%%simpleExpr_factored1158", "bnf": [ [ "variable", - "%%%simpleExpr_factored11591160?" + "%%%simpleExpr_factored11581159?" ] ], "fragment": true }, { - "name": "%%simpleExpr_factored1161", + "name": "%%simpleExpr_factored1160", "bnf": [ [ "columnRef", @@ -23888,7 +23880,7 @@ "fragment": true }, { - "name": "%%%simpleExpr_factored11621163", + "name": "%%%simpleExpr_factored11611162", "bnf": [ [ "PLUS_OPERATOR" @@ -23903,17 +23895,17 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1162", + "name": "%%simpleExpr_factored1161", "bnf": [ [ - "%%%simpleExpr_factored11621163", + "%%%simpleExpr_factored11611162", "simpleExpr" ] ], "fragment": true }, { - "name": "%%simpleExpr_factored1164", + "name": "%%simpleExpr_factored1163", "bnf": [ [ "not2Rule", @@ -23923,7 +23915,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1165", + "name": "%%simpleExpr_factored1164", "bnf": [ [ "ROW_SYMBOL?", @@ -23935,7 +23927,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1166", + "name": "%%simpleExpr_factored1165", "bnf": [ [ "EXISTS_SYMBOL?", @@ -23945,7 +23937,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1167", + "name": "%%simpleExpr_factored1166", "bnf": [ [ "OPEN_CURLY_SYMBOL", @@ -23957,7 +23949,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1168", + "name": "%%simpleExpr_factored1167", "bnf": [ [ "MATCH_SYMBOL", @@ -23972,7 +23964,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1169", + "name": "%%simpleExpr_factored1168", "bnf": [ [ "BINARY_SYMBOL", @@ -23982,7 +23974,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1170", + "name": "%%simpleExpr_factored1169", "bnf": [ [ "CAST_SYMBOL", @@ -23997,7 +23989,7 @@ "fragment": true }, { - "name": "%%%simpleExpr_factored11711172", + "name": "%%%simpleExpr_factored11701171", "bnf": [ [ "whenExpression", @@ -24007,12 +23999,12 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1171", + "name": "%%simpleExpr_factored1170", "bnf": [ [ "CASE_SYMBOL", "expr?", - "%%%simpleExpr_factored11711172+", + "%%%simpleExpr_factored11701171+", "elseExpression?", "END_SYMBOL" ] @@ -24020,7 +24012,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1173", + "name": "%%simpleExpr_factored1172", "bnf": [ [ "CONVERT_SYMBOL", @@ -24034,7 +24026,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1174", + "name": "%%simpleExpr_factored1173", "bnf": [ [ "CONVERT_SYMBOL", @@ -24048,7 +24040,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1175", + "name": "%%simpleExpr_factored1174", "bnf": [ [ "DEFAULT_SYMBOL", @@ -24060,7 +24052,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1176", + "name": "%%simpleExpr_factored1175", "bnf": [ [ "VALUES_SYMBOL", @@ -24072,7 +24064,7 @@ "fragment": true }, { - "name": "%%simpleExpr_factored1177", + "name": "%%simpleExpr_factored1176", "bnf": [ [ "INTERVAL_SYMBOL", @@ -24088,7 +24080,7 @@ "name": "%simpleExpr_factored", "bnf": [ [ - "%%simpleExpr_factored1159" + "%%simpleExpr_factored1158" ], [ "functionCall" @@ -24097,7 +24089,7 @@ "runtimeFunctionCall" ], [ - "%%simpleExpr_factored1161" + "%%simpleExpr_factored1160" ], [ "literal" @@ -24115,7 +24107,10 @@ "windowFunctionCall" ], [ - "%%simpleExpr_factored1162" + "%%simpleExpr_factored1161" + ], + [ + "%%simpleExpr_factored1163" ], [ "%%simpleExpr_factored1164" @@ -24139,7 +24134,7 @@ "%%simpleExpr_factored1170" ], [ - "%%simpleExpr_factored1171" + "%%simpleExpr_factored1172" ], [ "%%simpleExpr_factored1173" @@ -24152,9 +24147,6 @@ ], [ "%%simpleExpr_factored1176" - ], - [ - "%%simpleExpr_factored1177" ] ] } diff --git a/custom-parser/parser/grammar.php b/custom-parser/parser/grammar.php index 7c8db96..e50523b 100644 --- a/custom-parser/parser/grammar.php +++ b/custom-parser/parser/grammar.php @@ -1,2 +1,2 @@ 2000,'rules_names'=>['%f1','%f2','%f3','%f4','query','simpleStatement','%f5','%f6','%f7','%f8','alterStatement','%f9','%f10','alterDatabase','%f11','%f12','%f13','%f14','%f15','%f16','%f17','%f18','alterEvent','alterLogfileGroup','%f19','alterLogfileGroupOptions','alterLogfileGroupOption','alterServer','alterTable','%f20','%f21','%f22','%f23','alterTableActions','%f24','%f25','alterCommandList','%f26','alterCommandsModifierList','%f27','%f28','%f29','standaloneAlterCommands','%f30','%f31','%f32','%f33','%f34','%f35','%f36','%f37','%f38','%f39','%f40','%f41','%f42','%f43','%f44','%f45','alterPartition','%f46','%f47','%f48','alterList','alterCommandsModifier','%f49','%f50','%f51','%f52','%f53','%f54','%f55','%f56','%f57','%f58','%f59','%f60','%f61','%f62','%f63','%f64','%f65','%f66','%f67','%f68','%f69','%f70','%f71','%f72','%f73','%f74','%f75','%f76','%f77','%f78','%f79','%f80','%f81','%f82','alterListItem','%f83','place','restrict','%f84','alterAlgorithmOption','%f85','alterLockOption','%f86','%f87','indexLockAndAlgorithm','%f88','withValidation','removePartitioning','allOrPartitionNameList','%f89','%f90','%f91','%f92','%f93','%f94','%f95','%f96','%f97','%f98','alterTablespace','%f99','alterUndoTablespace','%f100','undoTableSpaceOptions','undoTableSpaceOption','%f101','alterTablespaceOptions','%f102','alterTablespaceOption','%f103','changeTablespaceOption','alterView','viewTail','viewSelect','%f104','viewCheckOption','%f105','createStatement','createDatabase','createDatabaseOption','%f106','%f107','%f108','%f109','%f110','createTable','%f111','tableElementList','tableElement','%f112','duplicateAsQueryExpression','queryExpressionOrParens','%f113','createRoutine','%f114','%f115','createProcedure','%f116','%f117','createFunction','%f118','createUdf','%f119','routineCreateOption','routineAlterOptions','%f120','%f121','%f122','%f123','%f124','%f125','%f126','%f127','routineOption','%f128','%f129','%f130','%f131','%f132','%f133','createIndex','%f134','%f135','%f136','indexNameAndType','createIndexTarget','%f137','createLogfileGroup','%f138','logfileGroupOptions','logfileGroupOption','createServer','%f139','serverOptions','%f140','%f141','%f142','%f143','%f144','%f145','%f146','serverOption','%f147','createTablespace','createUndoTablespace','%f148','%f149','tsDataFileName','tsDataFile','%f150','tablespaceOptions','tablespaceOption','tsOptionInitialSize','%f151','tsOptionUndoRedoBufferSize','tsOptionAutoextendSize','tsOptionMaxSize','tsOptionExtentSize','tsOptionNodegroup','tsOptionEngine','tsOptionWait','tsOptionComment','tsOptionFileblockSize','tsOptionEncryption','createView','%f152','viewReplaceOrAlgorithm','%f153','viewAlgorithm','%f154','viewSuid','%f155','%f156','createTrigger','%f157','triggerFollowsPrecedesClause','%f158','%f159','%f160','%f161','%f162','createEvent','createRole','%f163','%f164','createSpatialReference','%f165','%f166','%f167','%f168','srsAttribute','%f169','dropStatement','dropDatabase','dropEvent','dropFunction','dropProcedure','dropIndex','%f170','%f171','dropLogfileGroup','dropLogfileGroupOption','dropServer','%f172','%f173','dropTable','%f174','%f175','dropTableSpace','dropTrigger','%f176','dropView','dropRole','dropSpatialReference','dropUndoTablespace','%f177','%f178','renameTableStatement','renamePair','truncateTableStatement','importStatement','%f179','callStatement','%f180','%f181','%f182','%f183','%f184','%f185','deleteStatement','partitionDelete','deleteStatementOption','%f186','doStatement','%f187','%f188','%f189','%f190','%f191','handlerStatement','%f192','%f193','%f194','%f195','%f196','%f197','handlerReadOrScan','%f198','%f199','%f200','insertStatement','insertLockOption','%f201','insertFromConstructor','%f202','fields','%f203','insertValues','%f204','insertQueryExpression','%f205','valueList','%f206','%f207','%f208','values','valuesReference','insertUpdateList','%f209','%f210','loadStatement','dataOrXml','xmlRowsIdentifiedBy','%f211','%f212','%f213','loadDataFileTail','loadDataFileTargetList','%f214','%f215','%f216','fieldOrVariableList','%f217','%f218','%f219','replaceStatement','%f220','selectStatement','%f221','%f222','%f223','selectStatementWithInto','%f224','%f225','%f226','queryExpression','%f227','%f228','%f229','%f230','%f231','queryExpressionBody','%f232','%f233','queryExpressionParens','queryPrimary','querySpecification','subquery','querySpecOption','limitClause','simpleLimitClause','%f234','%f235','limitOptions','%f236','limitOption','%f237','%f238','%f239','%f240','%f241','%f242','%f243','intoClause','%f244','%f245','procedureAnalyseClause','havingClause','%f246','windowClause','windowDefinition','windowSpec','windowFrameClause','windowFrameUnits','windowFrameExtent','%f247','%f248','%f249','%f250','%f251','windowFrameStart','windowFrameBetween','%f252','%f253','%f254','%f255','windowFrameBound','%f256','%f257','%f258','windowFrameExclusion','%f259','withClause','commonTableExpression','groupByClause','%f260','%f261','olapOption','orderClause','direction','%f262','fromClause','%f263','tableReferenceList','%f264','tableValueConstructor','explicitTable','rowValueExplicit','%f265','selectOption','lockingClauseList','%f266','%f267','%f268','lockingClause','lockStrengh','%f269','lockedRowAction','%f270','%f271','selectItemList','%f272','selectItem','%f273','selectAlias','whereClause','%f274','%f275','%f276','tableReference','escapedTableReference','%f277','%f278','%f279','%f280','%f281','%f282','%f283','%f284','%f285','joinedTable','%f286','%f287','%f288','naturalJoinType','%f289','%f290','innerJoinType','%f291','outerJoinType','tableFactor','singleTable','%f292','singleTableParens','%f293','%f294','derivedTable','%f295','tableReferenceListParens','tableFunction','%f296','columnsClause','%f297','%f298','%f299','jtColumn','%f300','%f301','onEmptyOrError','onEmpty','onError','%f302','jtOnResponse','unionOption','%f303','tableAlias','%f304','indexHintList','%f305','%f306','indexHint','indexHintType','keyOrIndex','%f307','%f308','constraintKeyType','%f309','%f310','%f311','indexHintClause','%f312','indexList','indexListElement','updateStatement','transactionOrLockingStatement','%f313','%f314','%f315','%f316','transactionStatement','beginWork','%f317','%f318','%f319','transactionCharacteristic','%f320','%f321','%f322','%f323','%f324','%f325','%f326','%f327','savepointStatement','%f328','%f329','%f330','%f331','%f332','%f333','lockStatement','lockItem','%f334','%f335','lockOption','%f336','%f337','%f338','%f339','%f340','%f341','%f342','%f343','%f344','%f345','%f346','%f347','xaStatement','%f348','xaConvert','%f349','%f350','xid','%f351','%f352','%f353','%f354','%f355','%f356','%f357','%f358','%f359','replicationStatement','%f360','%f361','%f362','resetOption','%f363','masterResetOptions','%f364','%f365','replicationLoad','changeMaster','%f366','changeMasterOptions','%f367','%f368','%f369','%f370','%f371','%f372','%f373','%f374','%f375','%f376','%f377','%f378','%f379','%f380','%f381','%f382','%f383','%f384','%f385','%f386','%f387','%f388','%f389','%f390','%f391','%f392','%f393','%f394','%f395','%f396','masterOption','privilegeCheckDef','tablePrimaryKeyCheckDef','masterTlsCiphersuitesDef','%f397','%f398','%f399','%f400','masterFileDef','%f401','%f402','serverIdList','%f403','changeReplication','%f404','%f405','%f406','%f407','%f408','%f409','%f410','filterDefinition','%f411','filterDbList','%f412','filterTableList','%f413','filterStringList','filterWildDbTableString','%f414','filterDbPairList','%f415','%f416','%f417','slave','%f418','%f419','%f420','%f421','slaveUntilOptions','%f422','%f423','%f424','%f425','%f426','slaveConnectionOptions','%f427','slaveThreadOptions','slaveThreadOption','%f428','groupReplication','%f429','%f430','%f431','%f432','preparedStatement','%f433','executeStatement','%f434','executeVarList','%f435','%f436','%f437','%f438','%f439','cloneStatement','%f440','dataDirSSL','ssl','accountManagementStatement','alterUser','%f441','%f442','%f443','%f444','%f445','%f446','%f447','%f448','%f449','%f450','%f451','alterUserTail','userFunction','%f452','createUserTail','%f453','defaultRoleClause','%f454','%f455','requireClause','%f456','%f457','%f458','%f459','%f460','connectOptions','%f461','%f462','%f463','%f464','%f465','%f466','%f467','%f468','%f469','%f470','%f471','%f472','%f473','%f474','accountLockPasswordExpireOptions','dropUser','%f475','%f476','%f477','%f478','%f479','%f480','%f481','%f482','grant','grantTargetList','%f483','%f484','grantOptions','exceptRoleList','%f485','%f486','withRoles','grantAs','versionedRequireClause','%f487','renameUser','%f488','%f489','%f490','%f491','%f492','%f493','%f494','%f495','revoke','%f496','%f497','onTypeTo','aclType','%f498','roleOrPrivilegesList','%f499','%f500','%f501','%f502','%f503','%f504','%f505','%f506','%f507','%f508','%f509','%f510','%f511','%f512','%f513','%f514','%f515','%f516','%f517','%f518','%f519','roleOrPrivilege','%f520','%f521','%f522','%f523','%f524','grantIdentifier','%f525','requireList','%f526','%f527','%f528','requireListElement','%f529','%f530','%f531','%f532','%f533','grantOption','%f534','%f535','%f536','%f537','%f538','%f539','%f540','setRole','%f541','roleList','%f542','%f543','role','%f544','%f545','%f546','%f547','%f548','%f549','tableAdministrationStatement','%f550','%f551','%f552','histogram','%f553','%f554','checkOption','repairType','%f555','%f556','%f557','%f558','%f559','installUninstallStatment','setStatement','%f560','%f561','%f562','%f563','%f564','%f565','%f566','%f567','%f568','%f569','%f570','%f571','startOptionValueList','%f572','%f573','%f574','transactionCharacteristics','%f575','transactionAccessMode','%f576','%f577','%f578','%f579','isolationLevel','%f580','optionValueListContinued','%f581','%f582','%f583','%f584','%f585','%f586','%f587','optionValueNoOptionType','%f588','optionValue','setSystemVariable','%f589','%f590','startOptionValueListFollowingOptionType','optionValueFollowingOptionType','%f591','%f592','setExprOrDefault','%f593','%f594','%f595','%f596','%f597','%f598','%f599','%f600','%f601','%f602','%f603','%f604','%f605','%f606','%f607','%f608','%f609','%f610','%f611','%f612','%f613','%f614','%f615','%f616','%f617','%f618','%f619','%f620','%f621','%f622','%f623','%f624','%f625','%f626','%f627','%f628','%f629','%f630','%f631','%f632','%f633','%f634','%f635','%f636','%f637','%f638','%f639','%f640','%f641','%f642','%f643','%f644','%f645','%f646','%f647','showStatement','%f648','showCommandType','nonBlocking','fromOrIn','inDb','%f649','%f650','%f651','%f652','profileType','%f653','%f654','%f655','%f656','%f657','%f658','%f659','%f660','%f661','%f662','otherAdministrativeStatement','keyCacheListOrParts','%f663','keyCacheList','assignToKeycache','assignToKeycachePartition','cacheKeyList','keyUsageElement','%f664','keyUsageList','%f665','%f666','%f667','%f668','flushOption','logType','%f669','%f670','%f671','%f672','flushTables','%f673','%f674','flushTablesOptions','%f675','%f676','preloadTail','%f677','preloadList','%f678','preloadKeys','adminPartition','resourceGroupManagement','%f679','createResourceGroup','%f680','resourceGroupVcpuList','%f681','vcpuNumOrRange','resourceGroupPriority','resourceGroupEnableDisable','alterResourceGroup','%f682','setResourceGroup','%f683','threadIdList','dropResourceGroup','%f684','%f685','describeStatement','%f686','%f687','%f688','%f689','explainStatement','%f690','%f691','explainableStatement','helpCommand','useCommand','restartServer','compOp','%f692','%f693','%f694','%f695','%f696','%f697','%f698','predicateOperations','arrayCast','%f699','%f700','jsonOperator','%f701','%f702','%f703','%f704','%f705','%f706','%f707','%f708','%f709','%f710','%f711','%f712','%f713','%f714','%f715','%f716','%f717','sumExpr','groupingOperation','%f718','%f719','%f720','%f721','%f722','%f723','%f724','%f725','%f726','%f727','windowFunctionCall','%f728','windowingClause','%f729','%f730','leadLagInfo','%f731','nullTreatment','%f732','%f733','jsonFunction','inSumExpr','%f734','identListArg','%f735','identList','%f736','%f737','%f738','%f739','fulltextOptions','%f740','%f741','%f742','%f743','%f744','%f745','%f746','%f747','%f748','%f749','%f750','%f751','%f752','%f753','%f754','%f755','%f756','%f757','%f758','%f759','%f760','%f761','%f762','%f763','%f764','%f765','%f766','%f767','%f768','%f769','%f770','%f771','%f772','%f773','%f774','%f775','%f776','%f777','%f778','%f779','%f780','%f781','%f782','%f783','%f784','%f785','%f786','%f787','%f788','%f789','%f790','%f791','%f792','%f793','%f794','%f795','%f796','%f797','%f798','%f799','%f800','%f801','%f802','%f803','runtimeFunctionCall','%f804','%f805','%f806','%f807','%f808','%f809','%f810','%f811','geometryFunction','timeFunctionParameters','fractionalPrecision','%f812','%f813','%f814','%f815','weightStringLevels','%f816','%f817','%f818','weightStringLevelListItem','dateTimeTtype','%f819','%f820','%f821','%f822','%f823','%f824','trimFunction','%f825','%f826','%f827','%f828','%f829','substringFunction','%f830','%f831','functionCall','%f832','udfExprList','udfExpr','variable','%f833','userVariable','systemVariable','%f834','%f835','%f836','%f837','internalVariableName','whenExpression','thenExpression','elseExpression','%f838','exprList','%f839','charset','notRule','not2Rule','%f840','interval','intervalTimeStamp','exprListWithParentheses','exprWithParentheses','simpleExprWithParentheses','%f841','orderList','orderExpression','%f842','groupList','groupingExpression','channel','compoundStatement','returnStatement','ifStatement','%f843','%f844','%f845','ifBody','thenStatement','%f846','compoundStatementList','%f847','caseStatement','elseStatement','labeledBlock','unlabeledBlock','label','beginEndBlock','labeledControl','unlabeledControl','loopBlock','whileDoBlock','repeatUntilBlock','%f848','spDeclarations','spDeclaration','%f849','variableDeclaration','conditionDeclaration','spCondition','sqlstate','%f850','%f851','handlerDeclaration','%f852','handlerCondition','cursorDeclaration','iterateStatement','leaveStatement','%f853','%f854','%f855','%f856','%f857','%f858','getDiagnostics','signalAllowedExpr','%f859','%f860','statementInformationItem','%f861','%f862','conditionInformationItem','signalInformationItemName','%f863','%f864','%f865','signalStatement','%f866','%f867','%f868','resignalStatement','signalInformationItem','cursorOpen','cursorClose','%f869','cursorFetch','%f870','%f871','%f872','%f873','schedule','columnDefinition','checkOrReferences','checkConstraint','constraintEnforcement','%f874','%f875','%f876','%f877','%f878','%f879','%f880','%f881','%f882','%f883','%f884','%f885','tableConstraintDef','constraintName','%f886','%f887','%f888','%f889','%f890','fieldDefinition','%f891','%f892','%f893','%f894','%f895','%f896','%f897','%f898','%f899','%f900','%f901','%f902','%f903','%f904','columnAttribute','columnFormat','storageMedia','%f905','%f906','%f907','%f908','gcolAttribute','%f909','%f910','%f911','%f912','%f913','%f914','%f915','references','%f916','%f917','%f918','deleteOption','%f919','keyList','keyPart','%f920','keyListWithExpression','%f921','keyPartOrExpression','keyListVariants','indexType','indexOption','%f922','%f923','commonIndexOption','visibility','%f924','indexTypeClause','%f925','fulltextIndexOption','spatialIndexOption','dataTypeDefinition','%f926','%f927','%f928','%f929','%f930','%f931','%f932','%f933','%f934','%f935','%f936','%f937','%f938','%f939','%f940','%f941','%f942','%f943','%f944','%f945','%f946','%f947','%f948','%f949','%f950','%f951','%f952','%f953','%f954','%f955','%f956','%f957','%f958','%f959','%f960','%f961','%f962','%f963','%f964','dataType','%f965','nchar','%f966','realType','%f967','fieldLength','%f968','fieldOptions','%f969','%f970','%f971','charsetWithOptBinary','%f972','%f973','ascii','%f974','%f975','unicode','wsNumCodepoints','typeDatetimePrecision','charsetName','collationName','%f976','createTableOptions','createTableOptionsSpaceSeparated','%f977','%f978','%f979','%f980','%f981','%f982','%f983','%f984','%f985','%f986','%f987','%f988','%f989','%f990','%f991','%f992','%f993','%f994','%f995','%f996','%f997','%f998','%f999','%f1000','%f1001','%f1002','%f1003','%f1004','%f1005','%f1006','createTableOption','ternaryOption','defaultCollation','defaultEncryption','defaultCharset','%f1007','partitionClause','%f1008','%f1009','%f1010','%f1011','%f1012','%f1013','%f1014','partitionTypeDef','%f1015','%f1016','%f1017','%f1018','subPartitions','partitionKeyAlgorithm','%f1019','partitionDefinitions','%f1020','%f1021','%f1022','%f1023','%f1024','%f1025','partitionDefinition','%f1026','%f1027','partitionValuesIn','%f1028','%f1029','%f1030','%f1031','%f1032','%f1033','%f1034','%f1035','partitionOption','subpartitionDefinition','%f1036','partitionValueItemListParen','partitionValueItem','definerClause','ifExists','ifNotExists','%f1037','procedureParameter','functionParameter','collate','typeWithOptCollate','schemaIdentifierPair','%f1038','viewRefList','%f1039','updateList','%f1040','updateElement','charsetClause','fieldsClause','%f1041','%f1042','%f1043','fieldTerm','linesClause','%f1044','lineTerm','%f1045','userList','%f1046','createUserList','%f1047','alterUserList','%f1048','%f1049','%f1050','%f1051','%f1052','%f1053','%f1054','%f1055','%f1056','createUserEntry','%f1057','%f1058','%f1059','%f1060','%f1061','%f1062','%f1063','%f1064','alterUserEntry','retainCurrentPassword','discardOldPassword','replacePassword','%f1065','%f1066','userIdentifierOrText','%f1067','user','likeClause','likeOrWhere','onlineOption','noWriteToBinLog','usePartition','%f1068','fieldIdentifier','columnName','columnInternalRef','%f1069','columnInternalRefList','columnRef','insertIdentifier','indexName','indexRef','%f1070','tableWild','schemaName','schemaRef','procedureName','procedureRef','functionName','functionRef','triggerName','triggerRef','viewName','viewRef','tablespaceName','tablespaceRef','logfileGroupName','logfileGroupRef','eventName','eventRef','udfName','serverName','serverRef','engineRef','tableName','filterTableRef','%f1071','%f1072','%f1073','%f1074','tableRefWithWildcard','tableRef','%f1075','tableRefList','%f1076','tableAliasRefList','parameterName','labelIdentifier','labelRef','roleIdentifier','roleRef','pluginRef','componentRef','resourceGroupRef','windowName','%f1077','pureIdentifier','identifier','%f1078','identifierList','identifierListWithParentheses','qualifiedIdentifier','%f1079','%f1080','%f1081','simpleIdentifier','dotIdentifier','ulong_number','real_ulong_number','ulonglong_number','real_ulonglong_number','%f1082','%f1083','literal','%f1084','%f1085','signedLiteral','%f1086','stringList','textStringLiteral','textString','textStringHash','%f1087','%f1088','textLiteral','textStringNoLinebreak','%f1089','textStringLiteralList','numLiteral','boolLiteral','nullLiteral','%f1090','%f1091','%f1092','temporalLiteral','floatOptions','standardFloatOptions','precision','textOrIdentifier','lValueIdentifier','roleIdentifierOrText','sizeNumber','parentheses','equal','optionType','%f1093','%f1094','%f1095','varIdentType','%f1096','%f1097','%f1098','%f1099','%f1100','setVarIdentType','%f1101','%f1102','identifierKeyword','identifierKeywordsAmbiguous1RolesAndLabels','identifierKeywordsAmbiguous2Labels','%f1103','%f1104','labelKeyword','identifierKeywordsAmbiguous3Roles','%f1105','%f1106','identifierKeywordsUnambiguous','%f1107','%f1108','roleKeyword','lValueKeyword','identifierKeywordsAmbiguous4SystemVariables','%f1109','roleOrIdentifierKeyword','%f1110','%f1111','%f1112','roleOrLabelKeyword','%f1113','alterOrderList','createUser','%f1114','%f1115','%f1116','%f1117','%f1118','%f1119','%f1120','%f1121','%f1122','castType','utilityStatement','%f1123','%f1124','%f1125','%f1126','%f1127','%f1128','%f1129','windowSpecDetails','expr','%f1130','%f1131','%f1132','%f1133','%f1134','%f1135','%f1136','%f1137','%f1138','%f1139','%f1140','boolPri','%f1141','%f1142','%f1143','%f1144','%f1145','%f1146','%f1147','%f1148','%f1149','predicate','bitExpr','%f1150','%f1151','%f1152','%f1153','%f1154','%f1155','%f1156','%f1157','%f1158','%f1159','%f1160','%f1161','%f1162','simpleExpr','%f1163','%f1164','%f1165','%f1166','%f1167','%f1168','%f1169','%f1170','%f1171','%f1172','%f1173','%f1174','%f1175','%f1176','%f1177','%f1178','%f1179','%f1180','%f1181','%f1182','%f1183','%f1184','%f1185','%f1186','%f1187','%f1188','%f1189','%f1190','%f1191','%f1192','%f1193','%f1194','%f1195','%f1196','%f1197','%f1198','%f1199','%f1200','%f1201','%f1202','%f1203','%f1204','%f1205','%f1206','%f1207','%f1208','%f1209','%f1210','%f1211','%f1212','%f1213','%f1214','%f1215','%f1216','%f1217','%f1218','%f1219','%f1220','%f1221','%f1222','%f1223','%f1224','%f1225','%f1226','%f1227','%f1228','%f1229','%f1230','%f1231','%f1232','%f1233','%f1234','%f1235','%f1236','%f1237','%f1238','%f1239','%f1240','%f1241','%f1242','%f1243','%f1244','%f1245','%f1246','%f1247','%f1248','%f1249','%f1250','%f1251','%f1252','%f1253','%f1254','%f1255','%f1256','%f1257','%f1258','%f1259','%f1260','%f1261','%f1262','%f1263','%f1264','%f1265','%f1266','%f1267','%f1268','%f1269','%f1270','%f1271','%f1272','%f1273','%f1274','%f1275','%f1276','%f1277','%f1278','%f1279','%f1280','%f1281','%f1282','%f1283','%f1284','%f1285','%f1286','%f1287','%f1288','%f1289','%f1290','%f1291','%f1292','%f1293','%f1294','%f1295','%f1296','%f1297','%f1298','%f1299','%f1300','%f1301','%f1302','%f1303','%f1304','%f1305','%f1306','%f1307','%f1308','%f1309','%f1310','%f1311','%f1312','%f1313','%f1314','%f1315','%f1316','%f1317','%f1318','%f1319','%f1320','%f1321','%f1322','%f1323','%f1324','%f1325','%f1326','%f1327','%f1328','%f1329','%f1330','%f1331','%f1332','%f1333','%f1334','%f1335','%f1336','%f1337','%f1338','%f1339','%f1340','%f1341','%f1342','%f1343','%f1344','%f1345','%f1346','%f1347','%f1348','%f1349','%f1350','%f1351','%f1352','%f1353','%f1354','%f1355','%f1356','%f1357','%f1358','%f1359','%f1360','%f1361','%f1362','%f1363','%f1364','%f1365','%f1366','%f1367','%f1368','%f1369','%f1370','%f1371','%f1372','%f1373','%f1374','%f1375','%f1376','%f1377','%f1378','%f1379','%f1380','%f1381','%f1382','%f1383','%f1384','%f1385','%f1386','%f1387','%f1388','%f1389','%f1390','%f1391','%f1392','%f1393','%f1394','%f1395','%f1396','%f1397','%f1398','%f1399','%f1400','%f1401','%f1402','%f1403','%f1404','%f1405','%f1406','%f1407','%f1408','%f1409','%f1410','%f1411','%f1412','%f1413','%f1414','%f1415','%f1416','%f1417','%f1418','%f1419','%f1420','%f1421','%f1422','%f1423','%f1424','%f1425','%f1426','%f1427','%f1428','%f1429','%f1430','%f1431','%f1432','%f1433','%f1434','%f1435','%f1436','%f1437','%f1438','%f1439','%f1440','%f1441','%f1442','%f1443','%f1444','%f1445','%f1446','%f1447','%f1448','%f1449','%f1450','%f1451','%f1452','%f1453','%f1454','%f1455','%f1456','%f1457','%f1458','%f1459','%f1460','%f1461','%f1462','%f1463','%f1464','%f1465','%f1466','%f1467','%f1468','%f1469','%f1470','%f1471','%f1472','%f1473','%f1474','%f1475','%f1476','%f1477','%f1478','%f1479','%f1480','%f1481','%f1482','%f1483','%f1484','%f1485','%f1486','%f1487','%f1488','%f1489','%f1490','%f1491','%f1492','%f1493','%f1494','%f1495','%f1496','%f1497','%f1498','%f1499','%f1500','%f1501','%f1502','%f1503','%f1504','%f1505','%f1506','%f1507','%f1508','%f1509','%f1510','%f1511','%f1512','%f1513','%f1514','%f1515','%f1516','%f1517','%f1518','%f1519','%f1520','%f1521','%f1522','%f1523','%f1524','%f1525','%f1526','%f1527','%f1528','%f1529','%f1530','%f1531','%f1532','%f1533','%f1534','%f1535','%f1536','%f1537','%f1538','%f1539','%f1540','%f1541','%f1542','%f1543','%f1544','%f1545','%f1546','%f1547','%f1548','%f1549','%f1550','%f1551','%f1552','%f1553','%f1554','%f1555','%f1556','%f1557','%f1558','%f1559','%f1560','%f1561','%f1562','%f1563','%f1564','%f1565','%f1566','%f1567','%f1568','%f1569','%f1570','%f1571','%f1572','%f1573','%f1574','%f1575','%f1576','%f1577','%f1578','%f1579','%f1580','%f1581','%f1582','%f1583','%f1584','%f1585','%f1586','%f1587','%f1588','%f1589','%f1590','%f1591','%f1592','%f1593','%f1594','%f1595','%f1596','%f1597','%f1598','%f1599','%f1600','%f1601','%f1602','%f1603','%f1604','%f1605','%f1606','%f1607','%f1608','%f1609','%f1610','%f1611','%f1612','%f1613','%f1614','%f1615','%f1616','%f1617','%f1618','%f1619','%f1620','%f1621','%f1622','%f1623','%f1624','%f1625','%f1626','%f1627','%f1628','%f1629','%f1630','%f1631','%f1632','%f1633','%f1634','%f1635','%f1636','%f1637','%f1638','%f1639','%f1640','%f1641','%f1642','%f1643'],'grammar'=>[[[2005],[2525]],[[25,3794]],[[2001],[-1]],[[2000,2002]],[[-1],[2003]],[[2010],[2142],[2257],[2282],[2284],[2285],[2287],[2294],[2298],[2304],[2315],[2335],[2350],[2352],[2518],[2519],[2577],[2675],[2685],[2689],[2828],[2842],[2843],[2943],[2996],[2964],[3725],[3268],[3280],[3284]],[[520,3591,3795]],[[280,3593,3795]],[[321,591,3672,374,342]],[[2028],[2013],[2006],[2007],[2136],[2022],[2124],[2126],[2023],[2027],[2008]],[[86,2009]],[[739,183,209,438]],[[3796],[2011]],[[180,3589,2012]],[[471,602,3294]],[[471,150,3797,515]],[[555,715,3631]],[[471,628]],[[210,3798]],[[228],[2018]],[[146,3658]],[[218,3224]],[[3799,241,3603,3800,3801,3802,3803,3804,3805]],[[368,292,3601,80,730,3658,3806]],[[3807,2026]],[[2026,3808]],[[2217],[2224],[2225]],[[615,3606,2198]],[[3809,3810,695,3615,3811]],[[3474],[2112]],[[2036,3812]],[[2038,24]],[[3813,2042]],[[2030],[3474],[2112],[2032]],[[2038,24]],[[3814,2063]],[[2038],[2035]],[[24,2064]],[[2064,3815]],[[211,697]],[[310,697]],[[607],[608]],[[2039],[2040],[2059],[2041]],[[496,3642]],[[3490],[2043]],[[80,497,3816,2044]],[[219,497,3633]],[[538,497,3816,2113]],[[480,497,3816,2113,3816]],[[89,497,3816,2113]],[[132,497,2113,3817]],[[557,497,3816,2113,3818]],[[138,497,3816,3642]],[[722,497,2113]],[[3633,326,3490]],[[556,497,3816,3819]],[[244,497,3631,772,695,3615,3820]],[[211,497,2113,697]],[[310,497,2113,697]],[[2045],[2046],[2047],[2048],[2049],[2050],[2051],[2052],[2053],[2055],[2056],[2057],[2058]],[[2099],[3437]],[[2099],[2064],[3437]],[[24,2061]],[[2060,3821]],[[2104],[2106],[2111]],[[3631,3318,3822,3823]],[[27,2152,28]],[[2065],[2066]],[[80,3824,2067]],[[80,3311]],[[126,3824,3579,3631,3318,3823]],[[430,3824,3579,3318,3823]],[[3824,3579,3825]],[[3579],[3826]],[[273,342,2073]],[[517,342]],[[2507,3585]],[[132,3631]],[[157,3631]],[[2072],[2074],[2075],[2076],[2077],[2078]],[[219,2079]],[[210,340]],[[228,340]],[[3215],[3650]],[[67,198,2083]],[[219,198]],[[2084],[2085]],[[86,3824,3579,2086]],[[86,313,3585,3366]],[[86,132,3631,3298]],[[86,157,3631,3298]],[[555,145,3579,715,3631]],[[715],[92]],[[555,3827,3608]],[[555,2507,3585,715,3584]],[[198],[3433]],[[165,715,3208,2095,3828]],[[482,116,3713]],[[739,495]],[[2068],[2069],[2070],[2071],[2080],[2081],[2082],[2087],[2088],[2089],[2090],[2091],[2093],[2094],[2096],[272],[2097],[2098]],[[81,3631]],[[2100],[264]],[[578],[120]],[[198],[3631]],[[84,3829,2103]],[[198],[3631]],[[366,3829,2105]],[[2104,3830]],[[2106,3831]],[[2107],[2108]],[[772],[773]],[[2110,749]],[[554,495]],[[85],[3633]],[[80],[219]],[[2114,182,3658,3832]],[[3807,2135]],[[2135,3833]],[[126,182,3658,3834]],[[534],[536]],[[453,77]],[[2118],[2119],[2120]],[[555,715,3631]],[[2115],[2121],[2122],[2131]],[[697,3599,2123]],[[829],[832]],[[731,697,3599,67,2125,3835]],[[3807,2129]],[[2129,3836]],[[2224]],[[3807,2133]],[[2133,3837]],[[315,3829,3675]],[[2132],[2220],[2221],[2224],[2225],[2228]],[[315,3829,3675]],[[2134],[2220],[2221]],[[3838,3799,3839,761,3597,2137]],[[3840,92,2138]],[[2156,3841]],[[121],[364]],[[772,3842,132,479]],[[2143],[2150],[2164],[2161],[2166],[2192],[2229],[2238],[2185],[2196],[2208],[2246],[2247],[2250],[2209]],[[168,2141]],[[180,3843,3588,3844]],[[3472],[3470],[3471]],[[27,2152,28]],[[3845,3846,3847,3848]],[[355,3615]],[[27,355,3615,28]],[[2146],[2147],[2148]],[[3849,695,3843,3608,2149]],[[24,2153]],[[2153,3850]],[[3295],[3311]],[[560],[308]],[[3851,3852,2156]],[[2360],[2369]],[[2161],[2164],[2166]],[[168,2157,3853,-1]],[[24,3518]],[[3518,3854]],[[3799,520,3590,27,3855,28,3856,3224]],[[24,3519]],[[3519,3857]],[[3799,280,3592,27,3858,28,582,3521,3856,3224]],[[679],[39],[44],[47]],[[3859,280,3604,582,2165,634,3658]],[[3797,207]],[[2178],[2167]],[[3860]],[[146,3658]],[[344,638]],[[822,638]],[[161,638]],[[533,638,183]],[[429,638,183]],[[200],[328]],[[638,609,2176]],[[2170],[2171],[2172],[2173],[2174],[2175],[2177]],[[3584,3861]],[[2179],[3862]],[[3863,313,2180,2190,3864]],[[278,313,3584,2190,3865]],[[637,313,3584,2190,3866]],[[2181],[2182],[2183]],[[3809,2184,3867]],[[745,3361]],[[3584,3868]],[[3584,724,3361]],[[2187],[2188]],[[471,3615,3360]],[[730],[540]],[[368,292,3600,80,2191,3658,3869]],[[3807,2195]],[[2195,3870]],[[2217],[2219],[2223],[2224],[2225],[2226]],[[615,3605,273,183,775,3672,2198]],[[24,2206]],[[478,27,2206,3871,28]],[[300,3658]],[[180,3658]],[[742,3658]],[[498,3658]],[[633,3658]],[[490,3658]],[[509,3641]],[[2199],[2200],[2201],[2202],[2203],[2204],[2205]],[[744,368,292,3601]],[[697,3598,2212,3872,3873]],[[731,697,3598,80,2213,3835]],[[80,2213]],[[80,2213]],[[3874],[2211]],[[182,3658]],[[3807,2216]],[[2216,3875]],[[2217],[2220],[2221],[2222],[2223],[2224],[2225],[2226],[2227],[2228]],[[315,3829,3675]],[[729],[541]],[[2218,3829,3675]],[[96,3829,3675]],[[406,3829,3675]],[[254,3829,3675]],[[450,3829,3642]],[[3876,235,3829,3607]],[[764],[455]],[[146,3829,3658]],[[261,3829,3675]],[[230,3829,3653]],[[3877,3799,3839,761,3596,2137]],[[485,560,3838]],[[2230],[2233]],[[728],[418],[701]],[[84,1,2232]],[[200],[328]],[[638,609,2234]],[[101],[81]],[[319],[738],[203]],[[3799,718,3594,2236,2237,471,3615,274,224,592,3878,3224]],[[271],[511]],[[2239,3672]],[[471,150,3797,515]],[[471,628]],[[210,3879]],[[228],[2243]],[[146,3658]],[[3799,241,3843,3602,471,602,3294,3880,3881,3882,218,3224]],[[588,3843,2818]],[[485,560,637,823,693,3644,3883]],[[637,823,693,3843,3644,3883]],[[2248],[2249]],[[438,63,3659]],[[811,63,3659]],[[484,3659,306,116,3644]],[[813,63,3659]],[[2251],[2252],[2253],[2254]],[[2258],[2259],[2260],[2261],[2262],[2265],[2267],[2270],[2273],[2274],[2276],[2277],[2278],[2279]],[[219,2256]],[[180,3884,3589]],[[241,3884,3603]],[[280,3884,3593]],[[520,3884,3591]],[[3809,313,3585,471,3615,3867]],[[3807,2266]],[[2266,3885]],[[368,292,3601,3886]],[[2225],[2224]],[[615,3884,3606]],[[695],[696]],[[578],[120]],[[3849,2268,3884,3617,3887]],[[3807,2266]],[[2266,3888]],[[697,3599,3889]],[[718,3884,3595]],[[578],[120]],[[761,3884,3524,3890]],[[588,3884,2818]],[[637,823,693,3884,3644]],[[731,697,3599,3835]],[[695],[696]],[[24,2283]],[[555,2280,2283,3891]],[[3615,715,3608]],[[722,3892,3615]],[[310,695,277,3661]],[[27,3893,28]],[[119,3591,3894]],[[3619,745,2428,3895]],[[3615,3896,3897,3895,3898,3899]],[[2288],[2289]],[[277,2290]],[[3619,277,2428,3895]],[[2291],[2292]],[[3900,203,3901,2293]],[[497,27,3633,28]],[[529],[373],[529],[308]],[[3206],[2445]],[[218,2297]],[[3615,475,3896]],[[535,2311,3895,3902]],[[137],[2300]],[[3631,2301]],[[2299],[2302]],[[293,2303]],[[264],[449]],[[264],[449],[516],[345]],[[1],[7],[5],[6],[4]],[[2307,27,2330,28]],[[2306],[2308]],[[3631,2309]],[[2305],[2310]],[[2318,3903]],[[67,3526,3903]],[[2312],[2313],[2324]],[[319,3904,3810,3905,3615,3906,2314,3907]],[[373],[201],[297]],[[27,3908,28]],[[3909,2322]],[[24,3583]],[[3583,3910]],[[751],[750]],[[2321,2326]],[[27,3908,28,2156]],[[2156],[2323]],[[24,27,3911,28]],[[27,3911,28,3912]],[[3734],[198]],[[3734],[198]],[[24,2328]],[[2327,3913]],[[92,3631,3840]],[[471,222,342,738,3526]],[[373],[153]],[[560],[308]],[[361,2336,3914,3915,314,3658,3916,326,695,3615,3906,3917,3918,3919,3920,2341]],[[183],[780]],[[593,306,116,3654]],[[358],[593]],[[308,796,2338]],[[67,3526]],[[3921,3922,3923]],[[27,3924,28]],[[3582],[3195]],[[3582],[3195]],[[24,2344]],[[2343,3925]],[[373],[201]],[[67,3526]],[[2318],[2348],[2324]],[[560,3926,3905,3615,3906,2349]],[[2360,3927]],[[2351],[2369],[2356]],[[27,2356,28]],[[2360,2388,3927]],[[2435,2388]],[[2353],[2354],[2355]],[[2366,3898,3902]],[[2369,3898,3902]],[[2357],[2358]],[[3900,2359,3928]],[[2370],[2369]],[[2369,733,3929,2361]],[[2370],[2362]],[[2370],[2369]],[[733,3929,2364]],[[2363,3930]],[[2360,3927]],[[2369],[2367]],[[27,2368,28]],[[2371],[2430],[2431]],[[610,3931,2445,3932,3933,3895,3934,3935,3936]],[[2369]],[[85],[213],[677],[297],[650],[645],[646],[647]],[[356,2378]],[[356,2380]],[[24],[467]],[[2376,2380]],[[2380,3937]],[[38],[840],[839],[796]],[[3631],[2379]],[[488,3653,3917,3919,3920]],[[221,3653]],[[3672],[3195]],[[3672],[3195]],[[24,2384]],[[2383,3938]],[[2381],[2382],[2386]],[[326,2387]],[[24,796]],[[796,3939]],[[520,88,27,3940,28]],[[295,3734]],[[24,2395]],[[771,2395,3941]],[[3628,92,2396]],[[27,3733,28]],[[2398,2399,3942]],[[593],[531],[817]],[[2405],[2406]],[[726,512]],[[3643,512]],[[38,512]],[[325,3734,3212,512]],[[176,592]],[[2400],[2401],[2402],[2403],[2404]],[[103,2411,90,2411]],[[726,815]],[[3643,815]],[[38,815]],[[325,3734,3212,815]],[[2405],[2407],[2408],[2409],[2410]],[[176,592]],[[822,486]],[[2412],[292],[707],[2413]],[[831,2414]],[[24,2418]],[[772,3943,2418,3944]],[[3631,3840,92,2372]],[[292,116,3218,3945]],[[772,590]],[[772,170]],[[2420],[2421]],[[482,116,3218]],[[93],[204]],[[220],[2428]],[[277,2425]],[[24,2454]],[[2454,3946]],[[24,2432]],[[751,2432,3947]],[[695,3615]],[[592,27,3911,28]],[[407,1,3642]],[[2373],[649],[648],[2433]],[[3948]],[[464,3619]],[[274,2440,3949,3950]],[[366,311,621,428]],[[2437],[2438]],[[738],[621]],[[627,833]],[[2441],[454]],[[2447],[11]],[[24,2447]],[[2443,3951]],[[3734,3952]],[[3587],[2446]],[[3631],[3653]],[[3852,2448]],[[769,3734]],[[3631],[468]],[[29,2451,2455,30]],[[2475],[2452]],[[2453,3953]],[[2475,3953]],[[471,3734]],[[745,3634]],[[2456],[2457]],[[2472,2454,3954]],[[471,3734]],[[745,3634]],[[2460],[2461]],[[2474,2454,2462]],[[2469,2475]],[[2459],[2463],[2464]],[[441,3955,335]],[[352],[586]],[[441,2467,3956,335]],[[2466],[2468]],[[316],[169]],[[3957,335]],[[2471],[677]],[[352],[586]],[[2473,3956,335]],[[2476],[2478],[2481],[2483],[2484]],[[3615,3906,3896,3958]],[[2476],[2478]],[[27,2477,28]],[[2372,3896,3840]],[[347,2372,3896,3840]],[[2479],[2480]],[[2428],[2483]],[[27,2482,28]],[[337,27,3734,24,3653,2486,28,3896]],[[24,2490]],[[144,27,2490,3959,28]],[[3631,274,483]],[[3631,3412,3828,3960,499,3653,3961]],[[446,499,3653,2486]],[[2487],[2488],[2489]],[[2494,3962]],[[2495,3963]],[[2491],[2492]],[[2497,471,227]],[[2497,471,237]],[[198,3653]],[[237],[457],[2496]],[[213],[85]],[[92],[1]],[[3964,3631]],[[24,2505]],[[2505,3965]],[[2506,2507,3966,27,2516,28]],[[744,2507,3966,27,3967,28]],[[2503],[2504]],[[272],[308]],[[342],[313]],[[517,342]],[[734,3968]],[[2508],[2509]],[[482,116]],[[292,116]],[[335],[2511],[2512]],[[274,2513]],[[24,2517]],[[2517,3969]],[[3631],[517]],[[3900,738,3970,3810,2428,67,3526,3895,3898,3899]],[[2524],[2538],[2545],[2562]],[[802,717,3971]],[[90,3972,125]],[[3972,551]],[[148,3973,3974,3975]],[[2520],[2523]],[[102,3973]],[[772,156,631]],[[776],[474]],[[535,2527]],[[2526],[2528]],[[598,3631]],[[715,3976,3631]],[[90,3972,125]],[[3972,551]],[[3977,3978]],[[2531],[2534]],[[589,3973,2535]],[[551,598,3631]],[[2530],[2536],[2537]],[[696],[695]],[[24,2546]],[[366,2539,2546,3979]],[[366,321,274,100]],[[696],[695],[321]],[[803,2543]],[[2541],[2542],[2544]],[[3615,3896,2549]],[[535,3915]],[[3970,776]],[[2547],[2548]],[[802],[102]],[[335],[579]],[[2550,2567,3980]],[[274,422]],[[689,3981]],[[231,2567,3982]],[[514,2567]],[[473,503]],[[148,2567,3983]],[[589,2567]],[[539,2564]],[[2552],[2555],[2556],[2558],[2559],[2560]],[[777,2561]],[[165,779]],[[3984]],[[24,3641]],[[24,3654,3985]],[[3654,3986]],[[56],[374]],[[715,3658]],[[101,3734]],[[2569],[2570]],[[526,2568,369,2571]],[[24,2581]],[[572,2581,3987]],[[3515,3631]],[[572,501,3988]],[[2572],[2587],[2574],[2576],[2654],[2633],[2586],[2670]],[[374,3989]],[[528,118]],[[628,3990,3991]],[[2578],[2579],[2580]],[[3642],[3644]],[[715,2582]],[[695,3615]],[[183],[2584]],[[361,2585,277,374]],[[126,374,715,2589,3991]],[[24,2620]],[[2620,3992]],[[380,1,3659]],[[381,1,3659]],[[376,1,3659]],[[400,1,3659]],[[384,1,3659]],[[385,1,3641]],[[377,1,3641]],[[387,1,3641]],[[378,1,3641]],[[396,1,3641]],[[390,1,3659]],[[389,1,3659]],[[398,1,3659]],[[391,1,3659]],[[399,1,2623]],[[392,1,3659]],[[395,1,3659]],[[397,1,3641]],[[393,1,3658]],[[394,1,3659]],[[386,1,3659]],[[286,1,3641]],[[379,1,3641]],[[309,1,2631]],[[820,1,3653]],[[401,1,3641]],[[375,1,3641]],[[519,1,2621]],[[570,1,3641]],[[571,1,2622]],[[2590],[2591],[2592],[2593],[2594],[2595],[2596],[2597],[2598],[2599],[2600],[2601],[2602],[2603],[2604],[2605],[2606],[2607],[2608],[2609],[2610],[2611],[2612],[2613],[2614],[2615],[2616],[2617],[2618],[2619],[2628]],[[3568],[457]],[[678],[471],[465]],[[3659],[457]],[[382,1,3659]],[[383,1,3643]],[[548,1,3659]],[[549,1,3641]],[[2624],[2625],[2626],[2627]],[[24,3641]],[[3641,3993]],[[27,3994,28]],[[24,2641]],[[126,561,263,2641,3995,3991]],[[562,1,27,3996,28]],[[563,1,27,3996,28]],[[564,1,27,3997,28]],[[565,1,27,3997,28]],[[566,1,27,3998,28]],[[567,1,27,3998,28]],[[568,1,27,3999,28]],[[2634],[2635],[2636],[2637],[2638],[2639],[2640]],[[24,3589]],[[3589,4000]],[[24,3609]],[[3609,4001]],[[24,2648]],[[2648,4002]],[[3659]],[[24,3522]],[[3522,4003]],[[835,2659]],[[802,628,4004,4005,2665,3991]],[[674,628,4004,3991]],[[2652],[2653]],[[644],[642]],[[2655,1,3654]],[[2628],[2656],[643]],[[24,2628]],[[2657,4006]],[[742,1,3654]],[[498,1,3654]],[[199,1,3654]],[[506,1,3654]],[[4007,4008,4009,4010]],[[2664]],[[24,2668]],[[2668,4011]],[[550],[651]],[[802],[674]],[[2669,291]],[[3658],[3195]],[[514,3631,277,2671]],[[194],[219]],[[2673,514,3631]],[[2672],[2677],[2674]],[[745,2679]],[[246,3631,4012]],[[24,3195]],[[3195,4013]],[[364,183,209,4014,3653]],[[274,561]],[[553,4015]],[[321,277,3570,26,3641,306,116,3653,4016]],[[2680],[2682],[2683]],[[804,2684]],[[183,209,4014,3653,4017]],[[2688],[2686]],[[569,3972,662]],[[2690],[3714],[2732],[2741],[2753],[2762],[2816]],[[86,742,3884,2702]],[[3541],[3543]],[[2691,2705]],[[3570,306,116,3654,4018,4019]],[[3570,3564]],[[85],[451],[2818]],[[3570,198,588,2695]],[[772,3672]],[[3570,306,4020,116,530,498,4019]],[[814,3642]],[[3642],[726]],[[837,2700]],[[2692],[2693],[2694],[2696],[2698],[2699],[2701]],[[742,3676]],[[4021,4022,4023]],[[2704]],[[198,588,2818]],[[4024]],[[662],[778],[451]],[[2798],[2708]],[[569,2709]],[[404,3641]],[[408,3641]],[[403,3641]],[[409,3641]],[[2711],[2712],[2713],[2714]],[[772,4025]],[[366],[803]],[[78,2717]],[[325,3642,192]],[[2719],[447],[198]],[[250,4026]],[[3642],[198]],[[299,2722]],[[3642,192]],[[2724],[198]],[[583,325,2725]],[[198],[476]],[[569,176,4027]],[[2721],[2723],[2726],[2728]],[[498,2729]],[[2718],[2730]],[[219,742,3884,3539]],[[772,830,479]],[[2768,715,3539,4028]],[[85,4029]],[[2768],[2735]],[[2736,471,4030,2796,715,2742,4031,4032,4033]],[[772,288,479]],[[525,471,3570,715,2742,4034]],[[2734],[2737],[2739]],[[288,2740]],[[3541],[3539]],[[772,4035]],[[772,288,479]],[[2743],[2744]],[[245,2818]],[[85,4036]],[[2818],[2747],[451],[198]],[[772,588,2748]],[[92,742,4037]],[[2710]],[[24,3570,715,3570]],[[555,742,3570,715,3570,4038]],[[2768,277,3539]],[[2768,2765,277,3539]],[[471,4030,2796]],[[24,288,479,277,3539]],[[2756],[2757]],[[85,4029,2758]],[[525,471,3570,277,3539]],[[2754],[2755],[2759],[2760]],[[585,2761]],[[471,4030,2796]],[[471,4030,2796]],[[2763],[4039]],[[695],[280],[520]],[[24,2790]],[[2790,4040]],[[3674,3840]],[[34,3672]],[[35],[2770]],[[3674,2771]],[[2769],[2772]],[[610],[319],[738],[543]],[[2774,3840]],[[203],[740],[313],[219],[246],[552],[623],[521],[262],[525],[688],[241],[718]],[[288,479]],[[622,181]],[[700,696]],[[834],[697],[742],[761]],[[2779],[2780]],[[168,4041]],[[366,696]],[[136],[628]],[[561,2784]],[[622,761]],[[86,4042]],[[168],[219]],[[2788,588]],[[2773],[2775],[2776],[2777],[2778],[2782],[2783],[2785],[2786],[2787],[2789]],[[23,11]],[[11,4043]],[[23,11]],[[3589,4044]],[[3589,23,3615]],[[2792],[2794],[3615],[2795]],[[4045,2802]],[[2802,4046]],[[134,3654]],[[333,3654]],[[682,3654]],[[2799],[2800],[2801]],[[288,479]],[[404,3641]],[[408,3641]],[[403,3641]],[[409,3641]],[[2803],[2804],[2805],[2806],[2807]],[[67,588,2818]],[[451],[198]],[[67,588,2810]],[[2818],[451],[85]],[[67,198,588,2812,715,2818]],[[245,2818]],[[67,588,85,4047]],[[2809],[2811],[2813],[2815]],[[24,2821]],[[2821,4048]],[[34,3672]],[[2819],[35]],[[3674,4049]],[[89,3816,695,3617,4050]],[[132,695,3617,3817]],[[529],[253]],[[133,695,3617,4051]],[[480,3816,695,3617]],[[557,3816,695,3617,3818]],[[2822],[2823],[2825],[2826],[2827]],[[772,796,808]],[[738,298,471,3633,4052]],[[219,298,471,3633]],[[2830],[2831]],[[274,739]],[[529],[257],[415],[253],[127]],[[2833],[2834]],[[529],[253],[743]],[[322,504,3631,634,3653]],[[322,809,3661]],[[736,504,3625]],[[24,3626]],[[736,809,3626,4053]],[[2837],[2838],[2839],[2841]],[[67,2856]],[[2877,2869]],[[717,2860]],[[3678,2883]],[[274,3570]],[[3654,4018,4019]],[[3654,4018,4019]],[[469,27,3654,28]],[[498,27,3654,28]],[[2848],[2849],[2850],[2851]],[[498,4054,3677,2852]],[[274,3570]],[[498,4055,715,530,4018,4019]],[[2844],[2845],[2846],[2853],[2855]],[[2862,4056]],[[24,2862]],[[2867,4057]],[[2857],[2859]],[[776],[474]],[[535,2861]],[[559,535]],[[147],[727]],[[535,2864]],[[2863],[2865],[613]],[[332,354,2866]],[[24,2879]],[[4058]],[[3201,3677,2887]],[[3195,3677,3734]],[[2880,3677,2887]],[[3677,3734]],[[3433,3828]],[[2873],[2874],[198]],[[439,2875]],[[2870],[3529],[2871],[2872],[2876]],[[3678,3201,3677,2887]],[[2878],[2877]],[[36,4059,3201]],[[2884,2869]],[[717,2860]],[[2881],[2882]],[[3201,3677,2887]],[[198],[471],[85],[56]],[[592],[693]],[[3734],[2885],[2886]],[[181,4060]],[[4061,696,4062,4060]],[[4063,719,4062,4060]],[[242,4062,4060]],[[695,669,4062,4060]],[[475,696,4062,4060]],[[3607],[85]],[[669],[436],[369]],[[235,2894,2895]],[[277],[311]],[[4061,144,2897,3615,4062,4060]],[[56],[374]],[[2899,369]],[[669,2946,3991]],[[301],[2901]],[[628,2902]],[[106],[546]],[[311,3654]],[[277,3643]],[[2904,242,4064,4065,3902,3991]],[[313],[312],[340]],[[4066,2908,2947,3615,4062,3895]],[[3876,234]],[[765],[238]],[[166,27,11,28,2911]],[[765,3902]],[[238,3902]],[[24,2953]],[[2953,4067]],[[274,528,796]],[[524,4068,4069,3902]],[[669],[755]],[[4070,2919,4060]],[[4063,522]],[[3208,4060]],[[141,4060]],[[274,3570]],[[289,4071]],[[289,274,3570,745,3539]],[[374,669]],[[180,3843,3589]],[[241,3603]],[[280,3593]],[[520,3591]],[[695,3615]],[[718,3595]],[[761,3597]],[[742,3570]],[[2928],[2929],[2930],[2931],[2932],[2933],[2934],[2935]],[[168,2936]],[[520,669,4060]],[[280,669,4060]],[[520,139,3591]],[[280,139,3593]],[[826],[2888],[2889],[2890],[2891],[2892],[2893],[505],[2896],[2898],[2900],[2903],[2907],[2909],[2910],[2912],[2913],[2914],[523],[2918],[2920],[2921],[2922],[2923],[164],[518],[2925],[2926],[2927],[2937],[2938],[2939],[2940],[2941]],[[622,2942]],[[253,4063]],[[279],[2944]],[[4072]],[[277],[311]],[[2947,3631]],[[111,329]],[[162,691]],[[492,258]],[[85],[167],[330],[417],[636],[690]],[[2949],[2950],[2951],[2952]],[[106,3658]],[[3631],[198]],[[118,313,2965,311,2955]],[[24,2978]],[[2978,4073]],[[2984],[2958]],[[270,3816,2959]],[[155],[528]],[[343,4074,3734]],[[361,313,326,118,2990]],[[2954],[2956],[2960],[2962],[2963],[623]],[[2967],[2969]],[[24,2968]],[[2968,4075]],[[3615,4076]],[[3615,497,27,2113,28,4076]],[[2507,27,4077,28]],[[3631],[517]],[[24,2971]],[[2971,4078]],[[206],[301],[518],[669],[741]],[[4079,369]],[[547,369,3991]],[[528,118]],[[2974],[2975],[2976],[2977],[481]],[[56],[235],[237],[282],[629]],[[696],[695]],[[772,535,366]],[[3633,4080]],[[2981],[2982]],[[2980,4081]],[[274,252]],[[772,535,366]],[[2985],[2986]],[[308,351]],[[3615,2995,4076,4082]],[[2989],[2992]],[[24,2994]],[[2994,4083]],[[308,351]],[[3615,4076,4084]],[[497,27,2113,28]],[[2998],[3005],[3007],[3010]],[[742],[693]],[[168,574,292,3631,724,4014,2997,4085,4086,4087]],[[3807,3002]],[[760,4014,3002,4088]],[[10,796]],[[796,4089]],[[706,4014,796]],[[228],[210]],[[86,574,292,3627,4085,4086,4087,4090]],[[274,3009]],[[67,574,292,3631,4091]],[[3807,3642]],[[3642,4092]],[[219,574,292,3627,4090]],[[251],[205],[204]],[[3654],[3582]],[[3011,3615,4093]],[[251],[205],[204]],[[275,1,3672]],[[89,275,1,3672]],[[253],[496],[3015],[89],[3016]],[[3014,4094,3021]],[[2294],[2315],[2350],[2518]],[[274,155,3642]],[[2352],[3019],[3020]],[[296,3672]],[[744,3631]],[[576]],[[1],[3],[4],[5],[6],[7],[8]],[[27,3206,28]],[[2372],[3026]],[[311,3027]],[[103,3757,90,3756]],[[240,3771]],[[355,3771,4095]],[[545,3757]],[[3028],[3029],[3031],[3032]],[[836]],[[32,3653]],[[33,3653]],[[3035],[3036]],[[99,27,4096,3078,28,4097]],[[107],[108],[109]],[[3039,27,3078,28,4097]],[[166,27,3990,11,28,4097]],[[3990,11]],[[213,3206]],[[3042],[3078],[3043]],[[166,27,3044,28,4097]],[[427,27,4096,3078,28,4097]],[[411,27,4096,3078,28,4097]],[[670,27,3078,28,4097]],[[756,27,3078,28,4097]],[[672,27,3078,28,4097]],[[759,27,3078,28,4097]],[[687,27,4096,3078,28,4097]],[[612,3654]],[[290,27,4096,3206,3898,4098,28,4097]],[[3038],[3040],[3077],[3041],[3045],[3046],[3047],[3048],[3049],[3050],[3051],[3052],[3054]],[[816,27,3206,28]],[[596],[532],[812],[842],[500]],[[3057,3676,3069]],[[463,3216,3069]],[[348],[818]],[[3060,27,3734,4099,28,4100,3069]],[[265],[346]],[[3062,3215,4100,3069]],[[264],[345]],[[277,3064]],[[462,27,3734,24,3771,28,4101,4100,3069]],[[3058],[3059],[3061],[3063],[3066]],[[3628],[2396]],[[845,3068]],[[3643],[38]],[[24,3734]],[[24,3070,4102]],[[575],[308]],[[3073,458]],[[338,27,3078,28,4097]],[[339,27,3078,24,3078,28,4097]],[[3075],[3076]],[[3990,3734]],[[27,3082,28]],[[3082],[3079]],[[24,3639]],[[3639,4103]],[[311,113,428]],[[772,528,249]],[[311,441,344,428,4104]],[[772,528,249]],[[3083],[3085],[3086]],[[745,3433]],[[54,27,3206,4105,28]],[[175,4106]],[[49,3215]],[[192,3215]],[[305,3215]],[[319,27,3734,24,3734,24,3734,24,3734,28]],[[24,3734]],[[325,27,3734,4107,28]],[[352,27,3734,24,3734,28]],[[425,3215]],[[432,3215]],[[586,27,3734,24,3734,28]],[[604,3215]],[[50,3215]],[[24,3734]],[[51,27,3734,4108,28]],[[742,3676]],[[751,3215]],[[53,3215]],[[827],[681]],[[325,3734,3212]],[[3734],[3109]],[[3108,27,3734,24,3110,28]],[[171,4106]],[[179,4109]],[[185],[186]],[[3114,27,3734,24,325,3734,3212,28]],[[255,27,3212,277,3734,28]],[[285,27,3173,24,3734,28]],[[810,4109]],[[510,27,3757,311,3734,28]],[[692,4109]],[[710],[711]],[[3121,27,3213,24,3734,24,3734,28]],[[746,4106]],[[747,4109]],[[748,4109]],[[806,3215]],[[129,3215]],[[138,3214]],[[141,3215]],[[180,3676]],[[307,27,3734,24,3734,24,3734,28]],[[24,3734]],[[275,27,3734,24,3734,4110,28]],[[420,3215]],[[431,27,3734,24,3734,28]],[[469,27,3658,28]],[[498,3215]],[[527,3215]],[[558,27,3734,24,3734,28]],[[560,27,3734,24,3734,24,3734,28]],[[584,3215]],[[594,3676]],[[722,27,3734,24,3734,28]],[[24,3734]],[[766,27,3734,4111,28]],[[92,54,3431]],[[4112,4113]],[[92,56,3431]],[[24,3641,24,3641,24,3641]],[[3147],[3148],[3149]],[[768,27,3734,3150,28]],[[3089],[3090],[3091],[3092],[3093],[3094],[3096],[3097],[3098],[3099],[3100],[3101],[3102],[3104],[3180],[3105],[3106],[3107],[3111],[3112],[3113],[3115],[3116],[3117],[3118],[3119],[3186],[3120],[3122],[3123],[3124],[3125],[3126],[3127],[3128],[3129],[3130],[3131],[3133],[3134],[3135],[3136],[3137],[3138],[3139],[3140],[3141],[3142],[3143],[3145],[3151],[3161]],[[161,27,3734,24,3734,28]],[[73,27,3893,28]],[[71,3214]],[[75,3214]],[[74,3214]],[[76,3214]],[[70,27,3734,24,3734,28]],[[72,3214]],[[3153],[3154],[3155],[3156],[3157],[3158],[3159],[3160]],[[27,4114,28]],[[796]],[[3642,10,3642]],[[24,3172]],[[3172,4115]],[[3164],[3166]],[[354,3167]],[[93],[204]],[[3169,4116]],[[3170],[584]],[[3642,4117]],[[49],[50],[52],[51]],[[277,3734]],[[3734,4118]],[[349,4119,277,3734]],[[716,4119,277,3734]],[[114,4119,277,3734]],[[3175],[3176],[3177],[3178]],[[720,27,3179,28]],[[24,3734]],[[24,3734,4120]],[[274,3734]],[[277,3734,4121]],[[3182],[3184]],[[686,27,3734,3185,28]],[[3630,27,4122,28]],[[3635,27,3893,28]],[[3187],[3188]],[[24,3192]],[[3192,4123]],[[3734,3952]],[[3195],[3196]],[[34,3672]],[[3194],[35]],[[36,4124,3672,4125]],[[3631,4125]],[[3673,4125]],[[3197],[3198]],[[198,3640]],[[3199],[3200]],[[767,3734]],[[705,3734]],[[225,3734]],[[24,3734]],[[3734,4126]],[[54,67]],[[3207],[129]],[[453],[821]],[[14],[821]],[[603],[423],[424],[302],[304],[303],[189],[191],[190],[188],[782]],[[3213],[3211]],[[420],[604],[425],[305],[192],[766],[432],[527],[53]],[[27,3206,28]],[[27,3734,28]],[[27,3771,28]],[[24,3219]],[[3219,4127]],[[3734,4128]],[[24,3222]],[[3222,4129]],[[3734]],[[274,128,3659]],[[2005],[3225],[3226],[3235],[3237],[3238],[3241],[3242],[3261],[3260],[3286],[3289],[3287]],[[824,3734]],[[307,3230,231,307]],[[226,3230]],[[225,3233]],[[3227],[3228]],[[3734,3231,4130]],[[705,3233]],[[3224,25]],[[4131]],[[3202,3231]],[[122,4119,4132,4133,231,122]],[[225,3233]],[[3239,3240,4134]],[[3240]],[[3621,26]],[[102,4135,4136,231]],[[3239,3242,4134]],[[3243],[3244],[3245]],[[372,3233,231,372]],[[770,3734,218,3233,231,770]],[[558,3233,835,3734,231,558]],[[3248,25]],[[4137]],[[3250],[3251],[3256],[3259]],[[198,3734]],[[197,3633,3412,3828,4138]],[[197,3631,154,274,3252]],[[3641],[3253]],[[640,4139,3658]],[[163],[248],[731]],[[24,3258]],[[197,3254,293,274,3258,4140,3224]],[[3209,276]],[[3252],[3631],[641],[3257],[639]],[[197,3631,177,274,2352]],[[334,3622]],[[350,3622]],[[176],[663]],[[24,3272]],[[3272,4141]],[[24,3275]],[[154,3269,3275,4142]],[[3264],[3266]],[[805,4143,208,3267]],[[3647],[3193],[3635]],[[3193],[3631]],[[459],[594]],[[3270,1,3271]],[[3193],[3631]],[[3276],[581]],[[3273,1,3274]],[[135],[680],[158],[160],[159],[124],[601],[699],[143],[178],[419],[437]],[[3631],[3253]],[[24,3285]],[[67,3285,4144]],[[624,3277,4145]],[[3631],[3253]],[[24,3285]],[[67,3285,4146]],[[573,4147,4148]],[[3276,1,3269]],[[475,3631]],[[137,3631]],[[4149,277]],[[259,4150,3631,326,3633]],[[95,3734]],[[665,3734]],[[232,3734]],[[243,3734,3212,4151,4152]],[[3290],[3293]],[[3578,3318,3822]],[[3297],[3348]],[[132,3215]],[[3797,233]],[[342],[313]],[[3299,3862,3360,3864]],[[278,3968,4153,3360,3865]],[[637,3968,4153,3360,3866]],[[517,342]],[[734,3968]],[[3303],[3304]],[[3305,3862,3360,3864]],[[273,342,4153,3354,3348]],[[3297,4154]],[[3306],[3307],[3308]],[[4155,3309]],[[3300],[3301],[3302],[3310]],[[157,4156]],[[281,87]],[[762],[676]],[[4157],[4158]],[[3828,4159,92,3215,4160,3315]],[[4158],[3316]],[[3412,3317]],[[3797,3664]],[[453,605]],[[810,4109]],[[3650],[3321],[3215]],[[198,3322]],[[471,738,810,4109]],[[614,198,750]],[[4161,342]],[[734,4162]],[[146,3658]],[[142,3334]],[[675,3335]],[[661,3644]],[[4155,3297]],[[3319],[3320],[3323],[3324],[97],[3325],[3326],[3327],[3328],[3520],[3329],[3330],[3331],[3332],[3298]],[[266],[223],[198]],[[212],[417],[198]],[[734,4162]],[[146,3654]],[[4163,457]],[[4161,342]],[[3336],[3337],[3338],[3339]],[[279],[494],[626]],[[402,3341]],[[471,203,3352]],[[471,738,3352,4164]],[[471,738,3352]],[[471,203,3352,4165]],[[3344],[3346]],[[543,3615,4166,4167,4168]],[[578],[120]],[[67,3664]],[[822,79]],[[3349],[3350],[3351]],[[24,3355]],[[27,3355,4169,28]],[[3631,4170,4128]],[[24,3359]],[[27,3359,4171,28]],[[3215,4128]],[[3355],[3358]],[[3357],[3354]],[[115],[597],[294]],[[3365],[3368]],[[341,3829,3641]],[[146,3658]],[[3363],[3364],[3366]],[[763],[327]],[[745],[724]],[[3367,3361]],[[772,493,3631]],[[3365],[3369]],[[3365]],[[3412,-1]],[[39],[40],[41],[42],[43]],[[3373,4170,4172]],[[45,4173]],[[44],[3375]],[[3376,4174,4172]],[[46],[47],[48],[266]],[[3378,4175,4172]],[[807,4170]],[[112],[113]],[[54,4170,4176]],[[3414,4170,4177]],[[56,4170]],[[54,757]],[[3385],[55]],[[3386,3418,4176]],[[440,55]],[[442,55]],[[440,54,757]],[[442,757]],[[3388],[461],[3389],[3390],[3391]],[[3392,3418,4177]],[[57,3418]],[[53,4170,4172]],[[50,4178]],[[51,4178]],[[52,4178]],[[59,4170]],[[60],[61]],[[819,57]],[[54,757]],[[3402],[55]],[[819,4179,4176]],[[62,4176]],[[63,4170,4176]],[[64,4176]],[[65,4176]],[[66,3652,4176]],[[67,3652,4176]],[[69],[73],[70],[74],[71],[75],[72],[76]],[[3374],[3377],[3379],[3380],[3381],[3382],[3383],[3384],[3387],[3393],[3394],[3395],[49],[3396],[3397],[3398],[58],[3399],[3400],[3401],[3404],[3405],[3406],[3407],[3408],[3409],[3410],[614],[68],[3411]],[[440,54]],[[442],[3413]],[[45,4173]],[[44],[3415]],[[3644],[796]],[[27,3417,28]],[[625],[737],[784]],[[4180]],[[3208,3433,4177]],[[3208,3433]],[[56,4181]],[[3427],[3430],[117],[3421],[3423]],[[806,4177]],[[56,806]],[[3425],[3426]],[[732,4177]],[[56,732]],[[3428],[3429]],[[27,3642,28]],[[27,796,28]],[[3672],[56],[198]],[[3672],[198],[56]],[[3807,3468]],[[3468,4182]],[[4183]],[[235,3829,3607]],[[457],[3672]],[[606,4014,3439]],[[405,3829,3643]],[[426,3829,3643]],[[98,3829,3641]],[[498,3829,3653]],[[146,3829,3653]],[[152,3829,3654]],[[230,3829,3654]],[[97,3829,3643]],[[491,3829,3469]],[[666],[667],[668]],[[3450,3829,3469]],[[133],[698]],[[3452,3829,3641]],[[202,3829,3641]],[[198],[223],[266],[151],[542],[149]],[[595,3829,3455]],[[733,3829,27,3617,28]],[[822],[264],[345]],[[320,3829,3458]],[[183,209,3829,3654]],[[313,209,3829,3654]],[[3829]],[[697,3462,3631]],[[212],[417]],[[675,3464]],[[155,3829,3654]],[[341,3829,3641]],[[3438],[3440],[3441],[3442],[3443],[3444],[3445],[3446],[3447],[3448],[3449],[3451],[3453],[3454],[3456],[3457],[3472],[3470],[3459],[3460],[3461],[3463],[3465],[3466],[3467]],[[3641],[198]],[[4184,140,3829,3434]],[[4184,230,3829,3653]],[[4184,3208,3829,3433]],[[496,3642]],[[497,116,3482,4185,4186,4187]],[[4188,342,4189,27,4190,28]],[[4188,294,27,3757,28]],[[531],[360]],[[27,3757,28]],[[144,27,4190,28]],[[3478],[3479]],[[3477,3480]],[[3475],[3476],[3481]],[[294,27,3757,28]],[[342,4189,3634]],[[3483],[3484]],[[683,3642]],[[684,116,4188,3485,4191]],[[84,1,3642]],[[24,3497]],[[27,3497,4192,28]],[[3512],[410]],[[751,353,704,3491]],[[751,311,3500]],[[3492],[3493]],[[24,3510]],[[27,3510,4193,28]],[[497,3631,4194,4195,4196]],[[24,3512]],[[27,3512,4197,28]],[[3512],[3499]],[[697,3829,3631]],[[3876,235,3829,3607]],[[450,3829,3642]],[[405],[426]],[[3504,3829,3642]],[[183],[313]],[[3506,209,3829,3658]],[[146,3829,3658]],[[3501],[3502],[3503],[3505],[3507],[3508]],[[684,3672,4195]],[[24,3513]],[[27,3513,4198,28]],[[3757],[410]],[[200,1,3570]],[[307,247]],[[307,3209,247]],[[311],[489],[317]],[[4199,3519]],[[3620,3521]],[[140,3434]],[[3412,3828]],[[27,3589,24,3589,28]],[[24,3597]],[[3597,4200]],[[24,3528]],[[3528,4201]],[[3734],[198]],[[3582,1,3527]],[[3208,3433]],[[144,4202]],[[702,116,3654]],[[4203,229,116,3654]],[[239,116,3654]],[[3531],[3532],[3533]],[[358,4204]],[[702],[664]],[[3536,116,3654]],[[24,3570]],[[3570,4205]],[[24,3553]],[[3553,4206]],[[24,3562]],[[3562,4207]],[[116,4208,3654]],[[92,3655]],[[116,3654]],[[3545],[3546]],[[772,3672,4209]],[[772,3672]],[[4210,116,530,498]],[[3544],[3548],[3550]],[[306,3551]],[[3570,4211]],[[772,3672]],[[560,3654]],[[4212,116,3654,4213,4019]],[[92,3655,4019]],[[772,3672,4214]],[[3556],[3558]],[[306,4215]],[[3560],[4216]],[[3570,3561]],[[580,176,498]],[[211,470,498]],[[560,3654]],[[34,3672]],[[3566],[35]],[[3672,4217]],[[175,4106]],[[3568],[3569]],[[355,3653]],[[3571],[2450]],[[472],[466]],[[364],[456]],[[497,3634]],[[3635,4125]],[[3640],[3576]],[[3631],[3577]],[[3631]],[[24,3579]],[[27,3579,4218,28]],[[3577]],[[3582],[3587]],[[3631]],[[3577]],[[3631,23]],[[3631,23,4219,11]],[[3631]],[[3631]],[[3635]],[[3635]],[[3635]],[[3635]],[[3635]],[[3635]],[[3635],[3640]],[[3635],[3640]],[[3631]],[[3631]],[[3631]],[[3631]],[[3635]],[[3635]],[[3631]],[[3672]],[[3672]],[[3672]],[[3635],[3640]],[[3589,3640]],[[23,11]],[[23,11]],[[3640,4220]],[[3610],[3612]],[[3631,4221]],[[3635],[3640]],[[24,3615]],[[3615,4222]],[[24,3614]],[[3614,4223]],[[3631]],[[3630],[3696]],[[3621]],[[3630],[3703]],[[3623]],[[3631]],[[3653]],[[3631]],[[3631]],[[790],[791]],[[3629],[792]],[[3630],[3691]],[[24,3631]],[[3631,4224]],[[27,3633,28]],[[3631,4125]],[[3640,4125]],[[3631,4225]],[[3640,3640]],[[3637],[3638]],[[23,3631]],[[796],[794],[839],[840],[796],[797]],[[796],[794],[839],[840]],[[796],[839],[840],[796],[797]],[[796],[794],[840],[839]],[[794],[795]],[[4226,3645]],[[3658],[3662],[3668],[3664],[3663],[3646]],[[9,3641]],[[10,3641]],[[3647],[3648],[3649]],[[24,3654]],[[27,3654,4227,28]],[[793],[792]],[[3653],[794],[795]],[[3653],[794]],[[4226,3653]],[[3656],[838]],[[3657,4228]],[[3653]],[[24,3653]],[[3653,4229]],[[796],[839],[840],[796],[797]],[[721],[256]],[[457],[37]],[[49,793]],[[50,793]],[[51,793]],[[3665],[3666],[3667]],[[3418],[3671]],[[3671]],[[27,796,24,796,28]],[[3631],[3653]],[[3630],[3704]],[[3623],[3653]],[[3644],[3630]],[[27,28]],[[1],[2]],[[501],[502],[287],[364],[617]],[[287,23]],[[364,23]],[[617,23]],[[3679],[3680],[3681]],[[501,23]],[[502,23]],[[287,23]],[[364,23]],[[617,23]],[[3683],[3684],[3685],[3686],[3687]],[[3696],[3707],[246],[623],[576]],[[3700],[3692],[3693],[3697],[3705]],[[3689],[3690]],[[246],[576],[623]],[[806],[102],[117],[118],[129],[133],[804],[146],[148],[161],[194],[218],[231],[270],[271],[293],[296],[310],[322],[344],[822],[511],[514],[557],[572],[589],[598],[625],[628],[802],[674],[722],[732],[736],[777]],[[3711],[241],[262],[451],[521],[525],[552],[561],[574],[688]],[[3700],[3697],[3705]],[[3694],[3695]],[[241],[262],[451],[521],[525],[552],[561],[574],[688]],[[79],[78],[829],[827],[830],[81],[82],[83],[84],[87],[91],[95],[96],[97],[98],[99],[100],[106],[807],[111],[113],[112],[115],[808],[121],[124],[125],[127],[128],[134],[135],[136],[137],[138],[139],[141],[144],[142],[143],[147],[149],[150],[809],[151],[152],[153],[155],[156],[158],[159],[160],[162],[167],[176],[178],[182],[183],[52],[49],[192],[199],[200],[811],[202],[813],[208],[209],[210],[211],[212],[221],[222],[223],[228],[230],[232],[233],[234],[235],[66],[238],[237],[240],[242],[243],[244],[831],[249],[250],[252],[253],[254],[257],[258],[261],[263],[264],[266],[815],[275],[276],[279],[282],[73],[69],[285],[286],[289],[291],[294],[298],[299],[301],[300],[305],[306],[309],[832],[312],[315],[320],[321],[327],[328],[329],[330],[332],[333],[68],[341],[345],[351],[353],[354],[71],[360],[833],[367],[368],[369],[375],[820],[377],[378],[379],[380],[381],[382],[383],[384],[385],[386],[387],[388],[389],[390],[391],[392],[394],[393],[395],[396],[374],[399],[398],[400],[401],[403],[404],[405],[406],[408],[409],[415],[417],[418],[419],[420],[422],[425],[426],[428],[430],[432],[75],[74],[76],[436],[437],[439],[438],[440],[442],[443],[446],[447],[448],[449],[450],[454],[455],[458],[459],[461],[467],[468],[470],[473],[474],[475],[476],[478],[483],[484],[486],[490],[491],[492],[493],[494],[495],[496],[498],[499],[503],[505],[506],[504],[70],[72],[509],[512],[515],[516],[518],[519],[522],[523],[524],[527],[528],[529],[534],[538],[539],[541],[542],[823],[547],[546],[548],[549],[550],[554],[556],[559],[562],[564],[563],[565],[568],[566],[567],[741],[575],[577],[579],[580],[581],[582],[583],[584],[588],[590],[591],[834],[594],[595],[597],[602],[601],[606],[607],[605],[608],[604],[609],[613],[614],[615],[621],[626],[627],[629],[631],[633],[634],[635],[636],[642],[643],[644],[646],[649],[651],[661],[663],[665],[666],[667],[668],[669],[675],[679],[680],[681],[682],[683],[684],[689],[690],[691],[696],[697],[698],[699],[700],[701],[63],[704],[706],[707],[710],[711],[51],[50],[717],[719],[723],[724],[726],[727],[728],[730],[729],[735],[835],[739],[742],[743],[749],[750],[755],[760],[761],[763],[764],[765],[766],[768],[773],[774],[775],[778],[779],[780],[53]],[[836],[814],[820],[399],[401],[416],[465],[837],[519],[530],[570],[571],[678],[51],[50]],[[3698],[3699]],[[3711],[3707]],[[3700],[3693],[3705]],[[3701],[3702]],[[3700],[3692],[3693],[3697]],[[287],[364],[501],[502],[617]],[[78],[806],[87],[100],[102],[117],[118],[129],[133],[804],[137],[146],[148],[161],[194],[218],[231],[270],[271],[275],[291],[293],[296],[300],[322],[327],[344],[822],[475],[478],[490],[493],[497],[509],[511],[514],[554],[557],[572],[577],[588],[589],[598],[605],[606],[607],[608],[609],[615],[625],[633],[628],[634],[802],[674],[722],[732],[736],[739],[763],[775],[777]],[[3706],[623],[310]],[[79],[829],[827],[81],[82],[83],[84],[88],[91],[95],[826],[97],[96],[98],[99],[106],[807],[111],[112],[113],[115],[808],[121],[124],[125],[127],[128],[134],[136],[135],[138],[139],[141],[143],[142],[144],[147],[149],[150],[809],[151],[152],[153],[155],[156],[158],[160],[159],[162],[164],[167],[176],[178],[183],[182],[52],[49],[192],[199],[200],[202],[206],[813],[208],[209],[210],[211],[212],[221],[222],[223],[230],[232],[66],[235],[234],[237],[238],[240],[242],[243],[831],[249],[252],[253],[254],[258],[257],[815],[276],[228],[279],[261],[263],[264],[266],[282],[69],[73],[285],[289],[287],[294],[298],[299],[301],[305],[306],[309],[328],[312],[315],[321],[832],[329],[330],[332],[333],[320],[68],[341],[345],[351],[353],[354],[71],[360],[364],[833],[367],[368],[369],[405],[374],[379],[380],[385],[382],[383],[400],[384],[386],[388],[377],[387],[378],[396],[390],[389],[398],[391],[392],[393],[394],[395],[375],[403],[404],[407],[406],[408],[409],[415],[417],[418],[419],[420],[422],[425],[426],[430],[428],[432],[75],[74],[76],[436],[437],[438],[439],[440],[442],[443],[446],[447],[449],[448],[455],[450],[458],[454],[459],[461],[467],[470],[469],[473],[476],[483],[484],[486],[491],[492],[494],[495],[496],[498],[499],[503],[506],[504],[505],[70],[72],[512],[515],[516],[706],[518],[522],[524],[523],[527],[528],[529],[534],[538],[539],[541],[540],[542],[547],[546],[548],[549],[550],[553],[556],[559],[562],[563],[564],[565],[566],[567],[568],[741],[575],[579],[580],[581],[582],[583],[584],[590],[591],[834],[594],[595],[597],[602],[601],[604],[614],[613],[617],[621],[626],[627],[629],[631],[635],[636],[642],[643],[644],[648],[646],[649],[651],[661],[663],[665],[666],[667],[668],[669],[675],[679],[680],[681],[682],[684],[683],[688],[689],[690],[691],[699],[696],[698],[697],[700],[701],[63],[704],[707],[717],[719],[51],[710],[711],[50],[723],[724],[725],[726],[727],[728],[729],[730],[735],[835],[742],[743],[755],[760],[761],[750],[765],[764],[766],[774],[768],[778],[779],[780],[53]],[[170],[310],[280],[593],[592]],[[244],[250],[474],[688],[749],[773]],[[3708],[623],[3709],[3710],[830]],[[24,3635,4128]],[[3635,4128,4230]],[[168,742,3843,3541,2707,2705]],[[56,4170]],[[54,4170,4176]],[[3414,4170]],[[625,4231]],[[737,4231]],[[50,4178]],[[52,4178]],[[47,4175]],[[46,4232]],[[3715],[3716],[3717],[3718],[3719],[49],[3720],[3721],[3722],[68],[3416],[3723],[53]],[[3018],[3013],[3022],[3023],[3024]],[[497,116,3218,3898,4233]],[[497,116,3218]],[[4234,2423,4233]],[[497,116,3218]],[[4235,3898,2397]],[[497,116,3218]],[[4236,4237,3898,4233]],[[3726],[3728],[3730],[3732]],[[3739,4238]],[[721],[256],[735]],[[331,4163,3735]],[[3746,4239]],[[453,3734]],[[3737],[3738]],[[90],[18]],[[3740,3734]],[[781,3734]],[[485],[21]],[[3743,3734]],[[3741],[3742],[3744]],[[3756,4240]],[[331,4163,457]],[[3025,3756]],[[85],[91]],[[3025,3749,2372]],[[3747],[3748],[3750]],[[4163,3033]],[[416,4241,3216]],[[635,355,3757]],[[3752],[3753],[3754]],[[3757,4242]],[[3771,4243]],[[20,3757]],[[11],[12],[13],[215],[431]],[[3759,3757]],[[9],[10]],[[3761,3757]],[[9],[10]],[[3763,325,3734,3212]],[[16],[17]],[[3765,3757]],[[19,3757]],[[22,3757]],[[3758],[3760],[3762],[3764],[3766],[3767],[3768]],[[828,3773]],[[3773,4244]],[[140,3672]],[[3793,4245]],[[3677,3734]],[[3193,4246]],[[3582,4247]],[[9],[10],[15]],[[3777,3771]],[[3210,3771]],[[4248,27,3206,28]],[[3960,2372]],[[29,3631,3734,30]],[[402,3080,82,27,3757,4249,28]],[[56,3771]],[[123,27,3734,92,3724,4250,28]],[[3202,3203]],[[122,4119,4251,4252,231]],[[165,27,3734,24,3724,28]],[[165,27,3734,745,3433,28]],[[198,27,3639,28]],[[751,27,3639,28]],[[325,3734,3212,9,3734]],[[3775],[3189],[3152],[3776],[3647],[38],[3055],[3056],[3067],[3778],[3779],[3780],[3781],[3782],[3783],[3784],[3785],[3787],[3788],[3789],[3790],[3791],[3792]],[[-1],[-2]],[[2169],[-2]],[[2144,3796],[2144]],[[453],[-2]],[[2017],[-2]],[[3514],[-2]],[[2014],[-2]],[[2015],[-2]],[[2016],[-2]],[[2019],[-2]],[[2020],[-2]],[[2021],[-2]],[[2025],[-2]],[[24],[-2]],[[2024,3808],[2024],[-2]],[[3573],[-2]],[[308],[-2]],[[2033],[-2]],[[2029],[-2]],[[2031],[-2]],[[2034],[-2]],[[2037,3815],[2037],[-2]],[[3574],[-2]],[[2835,3817],[2835],[-2]],[[2836,3818],[2836],[-2]],[[2054],[-2]],[[2111],[-2]],[[2062,3821],[2062],[-2]],[[3296],[-2]],[[2101],[-2]],[[145],[-2]],[[2102],[-2]],[[3579],[-2]],[[2092],[-2]],[[3520],[-2]],[[1],[-2]],[[2106],[-2]],[[2104],[-2]],[[2131],[-2]],[[2116,3833],[2116],[-2]],[[2117],[-2]],[[2128],[-2]],[[2127,3836],[2127],[-2]],[[2130,3837],[2130],[-2]],[[2233],[-2]],[[2235],[-2]],[[3581],[-2]],[[2140],[-2]],[[2139],[-2]],[[3516],[-2]],[[2144,3844],[2144],[-2]],[[2145],[-2]],[[3436],[-2]],[[3474],[-2]],[[2155],[-2]],[[700],[-2]],[[2151,3850],[2151],[-2]],[[2154],[-2]],[[92],[-2]],[[25],[-2]],[[2159,3854],[2159],[-2]],[[2160],[-2]],[[2168,3856],[2168],[-2]],[[2162,3857],[2162],[-2]],[[2163],[-2]],[[83],[-2]],[[2168,3860],[2168]],[[3368],[-2]],[[2189],[-2]],[[734],[-2]],[[3362,3864],[3362],[-2]],[[3370,3865],[3370],[-2]],[[3371,3866],[3371],[-2]],[[2109],[-2]],[[2186],[-2]],[[2194],[-2]],[[2193,3870],[2193],[-2]],[[2197,3871],[2197],[-2]],[[2207],[-2]],[[2215],[-2]],[[2210],[-2]],[[2214,3875],[2214],[-2]],[[675],[-2]],[[2231],[-2]],[[2240],[-2]],[[2242],[-2]],[[2241],[-2]],[[2244],[-2]],[[2245],[-2]],[[2255,3883],[2255],[-2]],[[3515],[-2]],[[2263,3885],[2263],[-2]],[[2264],[-2]],[[2269],[-2]],[[2271,3888],[2271],[-2]],[[2272],[-2]],[[2275],[-2]],[[2281,3891],[2281],[-2]],[[695],[-2]],[[3206],[-2]],[[2286],[-2]],[[2450],[-2]],[[2500],[-2]],[[2295],[-2]],[[2423],[-2]],[[2375],[-2]],[[2417],[-2]],[[2296,3901],[2296],[-2]],[[2374],[-2]],[[2331],[-2]],[[2316],[-2]],[[326],[-2]],[[3575],[-2]],[[2332],[-2]],[[2320],[-2]],[[2317],[-2]],[[2319,3910],[2319],[-2]],[[2330],[-2]],[[2325,3912],[2325],[-2]],[[2329,3913],[2329],[-2]],[[2333],[-2]],[[364],[-2]],[[2334],[-2]],[[3529],[-2]],[[2337],[-2]],[[3530],[-2]],[[3535],[-2]],[[2339],[-2]],[[2342],[-2]],[[2340],[-2]],[[2346],[-2]],[[2345,3925],[2345],[-2]],[[2347],[-2]],[[2435],[-2]],[[2391],[-2]],[[2498],[-2]],[[2365,3930],[2365],[-2]],[[2434,3931],[2434],[-2]],[[2388],[-2]],[[2426],[-2]],[[2419],[-2]],[[2392],[-2]],[[2394],[-2]],[[2377],[-2]],[[2385,3938],[2385],[-2]],[[2389],[-2]],[[2390],[-2]],[[2393,3941],[2393],[-2]],[[2415],[-2]],[[544],[-2]],[[2416,3944],[2416],[-2]],[[2422],[-2]],[[2427,3946],[2427],[-2]],[[2429,3947],[2429],[-2]],[[2439,3948],[2439]],[[2436],[-2]],[[2442],[-2]],[[2444,3951],[2444],[-2]],[[2449],[-2]],[[2465,3953],[2465],[-2]],[[2458],[-2]],[[316],[-2]],[[487],[-2]],[[2470],[-2]],[[2502],[-2]],[[2485,3959],[2485],[-2]],[[247],[-2]],[[2493],[-2]],[[2495],[-2]],[[2494],[-2]],[[2499],[-2]],[[2501,3965],[2501],[-2]],[[2514],[-2]],[[2516],[-2]],[[2507],[-2]],[[2515,3969],[2515],[-2]],[[373],[-2]],[[2529,3971],[2529],[-2]],[[822],[-2]],[[774],[-2]],[[2521],[-2]],[[2522],[-2]],[[598],[-2]],[[2532],[-2]],[[2533],[-2]],[[2540,3979],[2540],[-2]],[[2551],[-2]],[[2553],[-2]],[[2554],[-2]],[[2557],[-2]],[[2563],[-2]],[[2565],[-2]],[[2566],[-2]],[[2573,3987],[2573],[-2]],[[2575],[-2]],[[2583],[-2]],[[85],[-2]],[[3223],[-2]],[[2588,3992],[2588],[-2]],[[2629,3993],[2629],[-2]],[[2630],[-2]],[[2632,3995],[2632],[-2]],[[2643],[-2]],[[2645],[-2]],[[2647],[-2]],[[2650],[-2]],[[2642,4000],[2642],[-2]],[[2644,4001],[2644],[-2]],[[2646,4002],[2646],[-2]],[[2649,4003],[2649],[-2]],[[2667],[-2]],[[2651],[-2]],[[2658,4006],[2658],[-2]],[[2660],[-2]],[[2661],[-2]],[[2662],[-2]],[[2663],[-2]],[[2666,4011],[2666],[-2]],[[2676],[-2]],[[2678,4013],[2678],[-2]],[[3677],[-2]],[[2681],[-2]],[[2687],[-2]],[[2688],[-2]],[[3565],[-2]],[[3563],[-2]],[[2697],[-2]],[[2710],[-2]],[[2716],[-2]],[[2731,4023],[2731],[-2]],[[2706],[-2]],[[2715,4025],[2715]],[[2720],[-2]],[[2727],[-2]],[[2733],[-2]],[[518],[-2]],[[2766],[-2]],[[2751],[-2]],[[2745],[-2]],[[2750],[-2]],[[2738],[-2]],[[2808,4035],[2808]],[[2746],[-2]],[[2749],[-2]],[[2752,4038],[2752],[-2]],[[2764],[-2]],[[2767,4040],[2767],[-2]],[[2781],[-2]],[[834],[-2]],[[2791],[-2]],[[2793],[-2]],[[90],[-2]],[[2797,4046],[2797],[-2]],[[2814],[-2]],[[2817,4048],[2817],[-2]],[[2820],[-2]],[[2832],[-2]],[[2824],[-2]],[[2829],[-2]],[[2840,4053],[2840],[-2]],[[2847],[-2]],[[2854],[-2]],[[2867],[-2]],[[2858],[-2]],[[2868,4058],[2868],[-2]],[[3688],[-2]],[[3572],[-2]],[[2945],[-2]],[[2948],[-2]],[[279],[-2]],[[2905],[-2]],[[2906],[-2]],[[253],[-2]],[[2915,4067],[2915],[-2]],[[2916],[-2]],[[2917],[-2]],[[3678],[-2]],[[2924],[-2]],[[452],[-2]],[[2957,4073],[2957],[-2]],[[2961],[-2]],[[2966,4075],[2966],[-2]],[[2970],[-2]],[[2973],[-2]],[[2972,4078],[2972],[-2]],[[2979],[-2]],[[2987],[-2]],[[2983],[-2]],[[2988],[-2]],[[2991,4083],[2991],[-2]],[[2993],[-2]],[[3000],[-2]],[[3003],[-2]],[[3004],[-2]],[[2999,4088],[2999],[-2]],[[3001],[-2]],[[272],[-2]],[[3006],[-2]],[[3008,4092],[3008],[-2]],[[3012],[-2]],[[3017],[-2]],[[3030],[-2]],[[213],[-2]],[[3069],[-2]],[[3053],[-2]],[[3072],[-2]],[[3074],[-2]],[[3065],[-2]],[[3071],[-2]],[[3081,4103],[3081],[-2]],[[3084],[-2]],[[3088],[-2]],[[3676],[-2]],[[3095,4107],[3095]],[[3103],[-2]],[[3162],[-2]],[[3132],[-2]],[[3144],[-2]],[[3146],[-2]],[[3168],[-2]],[[3163],[-2]],[[3165,4115],[3165],[-2]],[[584],[-2]],[[3171],[-2]],[[3174],[-2]],[[3734],[-2]],[[3181],[-2]],[[3183],[-2]],[[3191],[-2]],[[3190,4123],[3190],[-2]],[[3682],[-2]],[[3640],[-2]],[[3205,4126],[3205],[-2]],[[3217,4127],[3217],[-2]],[[2424],[-2]],[[3220,4129],[3220],[-2]],[[3229],[-2]],[[3232,4131],[3232]],[[3234,4132],[3234]],[[3236],[-2]],[[3622],[-2]],[[3247],[-2]],[[3233],[-2]],[[3246,4137],[3246]],[[3249],[-2]],[[750],[-2]],[[3255,4140],[3255],[-2]],[[3263,4141],[3263],[-2]],[[3265,4142],[3265],[-2]],[[3262],[-2]],[[3278,4144],[3278],[-2]],[[3279],[-2]],[[3282,4146],[3282],[-2]],[[3281],[-2]],[[3283],[-2]],[[449],[-2]],[[3288],[-2]],[[3291],[-2]],[[3292],[-2]],[[3584],[-2]],[[3298],[-2]],[[3312],[-2]],[[3631],[-2]],[[3340,4157],[3340],[-2]],[[3333,4158],[3333],[-2]],[[3313],[-2]],[[3314],[-2]],[[517],[-2]],[[342],[-2]],[[3209],[-2]],[[3343],[-2]],[[3345],[-2]],[[3634],[-2]],[[3342],[-2]],[[3347],[-2]],[[3353,4169],[3353],[-2]],[[3418],[-2]],[[3356,4171],[3356],[-2]],[[3420],[-2]],[[513],[-2]],[[3671],[-2]],[[3669],[-2]],[[3424],[-2]],[[56],[-2]],[[3432],[-2]],[[3403],[-2]],[[3419,4180],[3419]],[[3422],[-2]],[[3435,4182],[3435],[-2]],[[3468,4183],[3468]],[[198],[-2]],[[3473],[-2]],[[3487],[-2]],[[3490],[-2]],[[357],[-2]],[[3488],[-2]],[[3633],[-2]],[[3486],[-2]],[[3489,4192],[3489],[-2]],[[3495,4193],[3495],[-2]],[[3494],[-2]],[[3509,4195],[3509],[-2]],[[3496],[-2]],[[3498,4197],[3498],[-2]],[[3511,4198],[3511],[-2]],[[3517],[-2]],[[3523,4200],[3523],[-2]],[[3525,4201],[3525],[-2]],[[3534,4202],[3534]],[[477],[-2]],[[3537,4204],[3537]],[[3538,4205],[3538],[-2]],[[3540,4206],[3540],[-2]],[[3542,4207],[3542],[-2]],[[498],[-2]],[[3547],[-2]],[[3549],[-2]],[[3552],[-2]],[[3554],[-2]],[[3555],[-2]],[[3557],[-2]],[[3559],[-2]],[[3564],[-2]],[[3567],[-2]],[[3580,4218],[3580],[-2]],[[3586],[-2]],[[3611],[-2]],[[3613],[-2]],[[3616,4222],[3616],[-2]],[[3618,4223],[3618],[-2]],[[3632,4224],[3632],[-2]],[[3636],[-2]],[[798],[-2]],[[3651,4227],[3651],[-2]],[[3653,4228],[3653],[-2]],[[3660,4229],[3660],[-2]],[[3712,4230],[3712],[-2]],[[39],[-2]],[[3670],[-2]],[[2397],[-2]],[[3727],[-2]],[[3729],[-2]],[[3628],[-2]],[[3731],[-2]],[[3745,4238],[3745],[-2]],[[3736],[-2]],[[3751,4240],[3751],[-2]],[[464],[-2]],[[3755],[-2]],[[3769,4243],[3769],[-2]],[[3770,4244],[3770],[-2]],[[3772],[-2]],[[3774],[-2]],[[3037],[-2]],[[592],[-2]],[[3087],[-2]],[[3034],[-2]],[[3786,4251],[3786]],[[3204],[-2]]]]; \ No newline at end of file +return ['rules_offset'=>2000,'rules_names'=>['%f1','%f2','%f3','%f4','query','simpleStatement','%f5','%f6','%f7','%f8','alterStatement','%f9','%f10','alterDatabase','%f11','%f12','%f13','%f14','%f15','%f16','%f17','%f18','alterEvent','alterLogfileGroup','%f19','alterLogfileGroupOptions','alterLogfileGroupOption','alterServer','alterTable','%f20','%f21','%f22','%f23','alterTableActions','%f24','%f25','alterCommandList','%f26','alterCommandsModifierList','%f27','%f28','%f29','standaloneAlterCommands','%f30','%f31','%f32','%f33','%f34','%f35','%f36','%f37','%f38','%f39','%f40','%f41','%f42','%f43','%f44','%f45','alterPartition','%f46','%f47','%f48','alterList','alterCommandsModifier','%f49','%f50','%f51','%f52','%f53','%f54','%f55','%f56','%f57','%f58','%f59','%f60','%f61','%f62','%f63','%f64','%f65','%f66','%f67','%f68','%f69','%f70','%f71','%f72','%f73','%f74','%f75','%f76','%f77','%f78','%f79','%f80','%f81','%f82','alterListItem','%f83','place','restrict','%f84','alterAlgorithmOption','%f85','alterLockOption','%f86','%f87','indexLockAndAlgorithm','%f88','withValidation','removePartitioning','allOrPartitionNameList','%f89','%f90','%f91','%f92','%f93','%f94','%f95','%f96','%f97','%f98','alterTablespace','%f99','alterUndoTablespace','%f100','undoTableSpaceOptions','undoTableSpaceOption','%f101','alterTablespaceOptions','%f102','alterTablespaceOption','%f103','changeTablespaceOption','alterView','viewTail','viewSelect','%f104','viewCheckOption','%f105','createStatement','createDatabase','createDatabaseOption','%f106','%f107','%f108','%f109','%f110','createTable','%f111','tableElementList','tableElement','%f112','duplicateAsQueryExpression','queryExpressionOrParens','%f113','createRoutine','%f114','%f115','createProcedure','%f116','%f117','createFunction','%f118','createUdf','%f119','routineCreateOption','routineAlterOptions','%f120','%f121','%f122','%f123','%f124','%f125','%f126','%f127','routineOption','%f128','%f129','%f130','%f131','%f132','%f133','createIndex','%f134','%f135','%f136','indexNameAndType','createIndexTarget','%f137','createLogfileGroup','%f138','logfileGroupOptions','logfileGroupOption','createServer','%f139','serverOptions','%f140','%f141','%f142','%f143','%f144','%f145','%f146','serverOption','%f147','createTablespace','createUndoTablespace','%f148','%f149','tsDataFileName','tsDataFile','%f150','tablespaceOptions','tablespaceOption','tsOptionInitialSize','%f151','tsOptionUndoRedoBufferSize','tsOptionAutoextendSize','tsOptionMaxSize','tsOptionExtentSize','tsOptionNodegroup','tsOptionEngine','tsOptionWait','tsOptionComment','tsOptionFileblockSize','tsOptionEncryption','createView','%f152','viewReplaceOrAlgorithm','%f153','viewAlgorithm','%f154','viewSuid','%f155','%f156','createTrigger','%f157','triggerFollowsPrecedesClause','%f158','%f159','%f160','%f161','%f162','createEvent','createRole','%f163','%f164','createSpatialReference','%f165','%f166','%f167','%f168','srsAttribute','%f169','dropStatement','dropDatabase','dropEvent','dropFunction','dropProcedure','dropIndex','%f170','%f171','dropLogfileGroup','dropLogfileGroupOption','dropServer','%f172','%f173','dropTable','%f174','%f175','dropTableSpace','dropTrigger','%f176','dropView','dropRole','dropSpatialReference','dropUndoTablespace','%f177','%f178','renameTableStatement','renamePair','truncateTableStatement','importStatement','%f179','callStatement','%f180','%f181','%f182','%f183','%f184','%f185','deleteStatement','partitionDelete','deleteStatementOption','%f186','doStatement','%f187','%f188','%f189','%f190','%f191','handlerStatement','%f192','%f193','%f194','%f195','%f196','%f197','handlerReadOrScan','%f198','%f199','%f200','insertStatement','insertLockOption','%f201','insertFromConstructor','%f202','fields','%f203','insertValues','%f204','insertQueryExpression','%f205','valueList','%f206','%f207','%f208','values','valuesReference','insertUpdateList','%f209','%f210','loadStatement','dataOrXml','xmlRowsIdentifiedBy','%f211','%f212','%f213','loadDataFileTail','loadDataFileTargetList','%f214','%f215','%f216','fieldOrVariableList','%f217','%f218','%f219','replaceStatement','%f220','selectStatement','%f221','%f222','%f223','selectStatementWithInto','%f224','%f225','%f226','queryExpression','%f227','%f228','%f229','%f230','%f231','queryExpressionBody','%f232','%f233','queryExpressionParens','queryPrimary','querySpecification','subquery','querySpecOption','limitClause','simpleLimitClause','%f234','%f235','limitOptions','%f236','limitOption','%f237','%f238','%f239','%f240','%f241','%f242','%f243','intoClause','%f244','%f245','procedureAnalyseClause','havingClause','%f246','windowClause','windowDefinition','windowSpec','windowFrameClause','windowFrameUnits','windowFrameExtent','%f247','%f248','%f249','%f250','%f251','windowFrameStart','windowFrameBetween','%f252','%f253','%f254','%f255','windowFrameBound','%f256','%f257','%f258','windowFrameExclusion','%f259','withClause','commonTableExpression','groupByClause','%f260','%f261','olapOption','orderClause','direction','%f262','fromClause','%f263','tableReferenceList','%f264','tableValueConstructor','explicitTable','rowValueExplicit','%f265','selectOption','lockingClauseList','%f266','%f267','%f268','lockingClause','lockStrengh','%f269','lockedRowAction','%f270','%f271','selectItemList','%f272','selectItem','%f273','selectAlias','whereClause','%f274','%f275','%f276','tableReference','escapedTableReference','%f277','%f278','%f279','%f280','%f281','%f282','%f283','%f284','%f285','joinedTable','%f286','%f287','%f288','naturalJoinType','%f289','%f290','innerJoinType','%f291','outerJoinType','tableFactor','singleTable','%f292','singleTableParens','%f293','%f294','derivedTable','%f295','tableReferenceListParens','tableFunction','%f296','columnsClause','%f297','%f298','%f299','jtColumn','%f300','%f301','onEmptyOrError','onEmpty','onError','%f302','jtOnResponse','unionOption','%f303','tableAlias','%f304','indexHintList','%f305','%f306','indexHint','indexHintType','keyOrIndex','%f307','%f308','constraintKeyType','%f309','%f310','%f311','indexHintClause','%f312','indexList','indexListElement','updateStatement','transactionOrLockingStatement','%f313','%f314','%f315','%f316','transactionStatement','beginWork','%f317','%f318','%f319','transactionCharacteristic','%f320','%f321','%f322','%f323','%f324','%f325','%f326','%f327','savepointStatement','%f328','%f329','%f330','%f331','%f332','%f333','lockStatement','lockItem','%f334','%f335','lockOption','%f336','%f337','%f338','%f339','%f340','%f341','%f342','%f343','%f344','%f345','%f346','%f347','xaStatement','%f348','xaConvert','%f349','%f350','xid','%f351','%f352','%f353','%f354','%f355','%f356','%f357','%f358','%f359','replicationStatement','%f360','%f361','%f362','resetOption','%f363','masterResetOptions','%f364','%f365','replicationLoad','changeMaster','%f366','changeMasterOptions','%f367','%f368','%f369','%f370','%f371','%f372','%f373','%f374','%f375','%f376','%f377','%f378','%f379','%f380','%f381','%f382','%f383','%f384','%f385','%f386','%f387','%f388','%f389','%f390','%f391','%f392','%f393','%f394','%f395','%f396','masterOption','privilegeCheckDef','tablePrimaryKeyCheckDef','masterTlsCiphersuitesDef','%f397','%f398','%f399','%f400','masterFileDef','%f401','%f402','serverIdList','%f403','changeReplication','%f404','%f405','%f406','%f407','%f408','%f409','%f410','filterDefinition','%f411','filterDbList','%f412','filterTableList','%f413','filterStringList','filterWildDbTableString','%f414','filterDbPairList','%f415','%f416','%f417','slave','%f418','%f419','%f420','%f421','slaveUntilOptions','%f422','%f423','%f424','%f425','%f426','slaveConnectionOptions','%f427','slaveThreadOptions','slaveThreadOption','%f428','groupReplication','%f429','%f430','%f431','%f432','preparedStatement','%f433','executeStatement','%f434','executeVarList','%f435','%f436','%f437','%f438','%f439','cloneStatement','%f440','dataDirSSL','ssl','accountManagementStatement','alterUser','%f441','%f442','%f443','%f444','%f445','%f446','%f447','%f448','%f449','%f450','%f451','alterUserTail','userFunction','%f452','createUserTail','%f453','defaultRoleClause','%f454','%f455','requireClause','%f456','%f457','%f458','%f459','%f460','connectOptions','%f461','%f462','%f463','%f464','%f465','%f466','%f467','%f468','%f469','%f470','%f471','%f472','%f473','%f474','accountLockPasswordExpireOptions','dropUser','%f475','%f476','%f477','%f478','%f479','%f480','%f481','%f482','grant','grantTargetList','%f483','%f484','grantOptions','exceptRoleList','%f485','%f486','withRoles','grantAs','versionedRequireClause','%f487','renameUser','%f488','%f489','%f490','%f491','%f492','%f493','%f494','%f495','revoke','%f496','%f497','onTypeTo','aclType','%f498','roleOrPrivilegesList','%f499','%f500','%f501','%f502','%f503','%f504','%f505','%f506','%f507','%f508','%f509','%f510','%f511','%f512','%f513','%f514','%f515','%f516','%f517','%f518','%f519','roleOrPrivilege','%f520','requireList','%f521','%f522','%f523','requireListElement','%f524','%f525','%f526','%f527','%f528','grantOption','%f529','%f530','%f531','%f532','%f533','%f534','%f535','setRole','%f536','roleList','%f537','%f538','role','%f539','%f540','%f541','%f542','%f543','%f544','tableAdministrationStatement','%f545','%f546','%f547','histogram','%f548','%f549','checkOption','repairType','%f550','%f551','%f552','%f553','%f554','installUninstallStatment','setStatement','%f555','%f556','%f557','%f558','%f559','%f560','%f561','%f562','%f563','%f564','%f565','%f566','startOptionValueList','%f567','%f568','%f569','transactionCharacteristics','%f570','transactionAccessMode','%f571','%f572','%f573','%f574','isolationLevel','%f575','optionValueListContinued','%f576','%f577','%f578','%f579','%f580','%f581','%f582','optionValueNoOptionType','%f583','optionValue','setSystemVariable','%f584','%f585','startOptionValueListFollowingOptionType','optionValueFollowingOptionType','%f586','%f587','setExprOrDefault','%f588','%f589','%f590','%f591','%f592','%f593','%f594','%f595','%f596','%f597','%f598','%f599','%f600','%f601','%f602','%f603','%f604','%f605','%f606','%f607','%f608','%f609','%f610','%f611','%f612','%f613','%f614','%f615','%f616','%f617','%f618','%f619','%f620','%f621','%f622','%f623','%f624','%f625','%f626','%f627','%f628','%f629','%f630','%f631','%f632','%f633','%f634','%f635','%f636','%f637','%f638','%f639','%f640','%f641','%f642','showStatement','%f643','showCommandType','nonBlocking','fromOrIn','inDb','%f644','%f645','%f646','%f647','profileType','%f648','%f649','%f650','%f651','%f652','%f653','%f654','%f655','%f656','%f657','otherAdministrativeStatement','keyCacheListOrParts','%f658','keyCacheList','assignToKeycache','assignToKeycachePartition','cacheKeyList','keyUsageElement','%f659','keyUsageList','%f660','%f661','%f662','%f663','flushOption','logType','%f664','%f665','%f666','%f667','flushTables','%f668','%f669','flushTablesOptions','%f670','%f671','preloadTail','%f672','preloadList','%f673','preloadKeys','adminPartition','resourceGroupManagement','%f674','createResourceGroup','%f675','resourceGroupVcpuList','%f676','vcpuNumOrRange','resourceGroupPriority','resourceGroupEnableDisable','alterResourceGroup','%f677','setResourceGroup','%f678','threadIdList','dropResourceGroup','%f679','%f680','describeStatement','%f681','%f682','%f683','%f684','explainStatement','%f685','%f686','explainableStatement','helpCommand','useCommand','restartServer','compOp','%f687','%f688','%f689','%f690','%f691','%f692','%f693','predicateOperations','arrayCast','%f694','%f695','jsonOperator','%f696','%f697','%f698','%f699','%f700','%f701','%f702','%f703','%f704','%f705','%f706','%f707','%f708','%f709','%f710','%f711','%f712','sumExpr','groupingOperation','%f713','%f714','%f715','%f716','%f717','%f718','%f719','%f720','%f721','%f722','windowFunctionCall','%f723','windowingClause','%f724','%f725','leadLagInfo','%f726','nullTreatment','%f727','%f728','jsonFunction','inSumExpr','%f729','identListArg','%f730','identList','%f731','%f732','%f733','%f734','fulltextOptions','%f735','%f736','%f737','%f738','%f739','%f740','%f741','%f742','%f743','%f744','%f745','%f746','%f747','%f748','%f749','%f750','%f751','%f752','%f753','%f754','%f755','%f756','%f757','%f758','%f759','%f760','%f761','%f762','%f763','%f764','%f765','%f766','%f767','%f768','%f769','%f770','%f771','%f772','%f773','%f774','%f775','%f776','%f777','%f778','%f779','%f780','%f781','%f782','%f783','%f784','%f785','%f786','%f787','%f788','%f789','%f790','%f791','%f792','%f793','%f794','%f795','%f796','%f797','%f798','runtimeFunctionCall','%f799','%f800','%f801','%f802','%f803','%f804','%f805','%f806','geometryFunction','timeFunctionParameters','fractionalPrecision','%f807','%f808','%f809','%f810','weightStringLevels','%f811','%f812','%f813','weightStringLevelListItem','dateTimeTtype','%f814','%f815','%f816','%f817','%f818','%f819','trimFunction','%f820','%f821','%f822','%f823','%f824','substringFunction','%f825','%f826','functionCall','%f827','udfExprList','udfExpr','variable','%f828','userVariable','systemVariable','%f829','%f830','%f831','%f832','internalVariableName','whenExpression','thenExpression','elseExpression','%f833','exprList','%f834','charset','notRule','not2Rule','%f835','interval','intervalTimeStamp','exprListWithParentheses','exprWithParentheses','simpleExprWithParentheses','%f836','orderList','orderExpression','%f837','groupList','groupingExpression','channel','compoundStatement','returnStatement','ifStatement','%f838','%f839','%f840','ifBody','thenStatement','%f841','compoundStatementList','%f842','caseStatement','elseStatement','labeledBlock','unlabeledBlock','label','beginEndBlock','labeledControl','unlabeledControl','loopBlock','whileDoBlock','repeatUntilBlock','%f843','spDeclarations','spDeclaration','%f844','variableDeclaration','conditionDeclaration','spCondition','sqlstate','%f845','%f846','handlerDeclaration','%f847','handlerCondition','cursorDeclaration','iterateStatement','leaveStatement','%f848','%f849','%f850','%f851','%f852','%f853','getDiagnostics','signalAllowedExpr','%f854','%f855','statementInformationItem','%f856','%f857','conditionInformationItem','signalInformationItemName','%f858','%f859','%f860','signalStatement','%f861','%f862','%f863','resignalStatement','signalInformationItem','cursorOpen','cursorClose','%f864','cursorFetch','%f865','%f866','%f867','%f868','schedule','columnDefinition','checkOrReferences','checkConstraint','constraintEnforcement','%f869','%f870','%f871','%f872','%f873','%f874','%f875','%f876','%f877','%f878','%f879','%f880','tableConstraintDef','constraintName','%f881','%f882','%f883','%f884','%f885','fieldDefinition','%f886','%f887','%f888','%f889','%f890','%f891','%f892','%f893','%f894','%f895','%f896','%f897','%f898','%f899','columnAttribute','columnFormat','storageMedia','%f900','%f901','%f902','%f903','gcolAttribute','%f904','%f905','%f906','%f907','%f908','%f909','%f910','references','%f911','%f912','%f913','deleteOption','%f914','keyList','keyPart','%f915','keyListWithExpression','%f916','keyPartOrExpression','keyListVariants','indexType','indexOption','%f917','%f918','commonIndexOption','visibility','%f919','indexTypeClause','%f920','fulltextIndexOption','spatialIndexOption','dataTypeDefinition','%f921','%f922','%f923','%f924','%f925','%f926','%f927','%f928','%f929','%f930','%f931','%f932','%f933','%f934','%f935','%f936','%f937','%f938','%f939','%f940','%f941','%f942','%f943','%f944','%f945','%f946','%f947','%f948','%f949','%f950','%f951','%f952','%f953','%f954','%f955','%f956','%f957','%f958','%f959','dataType','%f960','nchar','%f961','realType','%f962','fieldLength','%f963','fieldOptions','%f964','%f965','%f966','charsetWithOptBinary','%f967','%f968','ascii','%f969','%f970','unicode','wsNumCodepoints','typeDatetimePrecision','charsetName','collationName','%f971','createTableOptions','createTableOptionsSpaceSeparated','%f972','%f973','%f974','%f975','%f976','%f977','%f978','%f979','%f980','%f981','%f982','%f983','%f984','%f985','%f986','%f987','%f988','%f989','%f990','%f991','%f992','%f993','%f994','%f995','%f996','%f997','%f998','%f999','%f1000','%f1001','createTableOption','ternaryOption','defaultCollation','defaultEncryption','defaultCharset','%f1002','partitionClause','%f1003','%f1004','%f1005','%f1006','%f1007','%f1008','%f1009','partitionTypeDef','%f1010','%f1011','%f1012','%f1013','subPartitions','partitionKeyAlgorithm','%f1014','partitionDefinitions','%f1015','%f1016','%f1017','%f1018','%f1019','%f1020','partitionDefinition','%f1021','%f1022','partitionValuesIn','%f1023','%f1024','%f1025','%f1026','%f1027','%f1028','%f1029','%f1030','partitionOption','subpartitionDefinition','%f1031','partitionValueItemListParen','partitionValueItem','definerClause','ifExists','ifNotExists','%f1032','procedureParameter','functionParameter','collate','typeWithOptCollate','schemaIdentifierPair','%f1033','viewRefList','%f1034','updateList','%f1035','updateElement','charsetClause','fieldsClause','%f1036','%f1037','%f1038','fieldTerm','linesClause','%f1039','lineTerm','%f1040','userList','%f1041','createUserList','%f1042','alterUserList','%f1043','%f1044','%f1045','%f1046','%f1047','%f1048','%f1049','%f1050','%f1051','createUserEntry','%f1052','%f1053','%f1054','%f1055','%f1056','%f1057','%f1058','%f1059','alterUserEntry','retainCurrentPassword','discardOldPassword','replacePassword','%f1060','%f1061','userIdentifierOrText','%f1062','user','likeClause','likeOrWhere','onlineOption','noWriteToBinLog','usePartition','%f1063','fieldIdentifier','columnName','columnInternalRef','%f1064','columnInternalRefList','columnRef','insertIdentifier','indexName','indexRef','%f1065','tableWild','schemaName','schemaRef','procedureName','procedureRef','functionName','functionRef','triggerName','triggerRef','viewName','viewRef','tablespaceName','tablespaceRef','logfileGroupName','logfileGroupRef','eventName','eventRef','udfName','serverName','serverRef','engineRef','tableName','filterTableRef','%f1066','%f1067','%f1068','%f1069','tableRefWithWildcard','tableRef','%f1070','tableRefList','%f1071','tableAliasRefList','parameterName','labelIdentifier','labelRef','roleIdentifier','roleRef','pluginRef','componentRef','resourceGroupRef','windowName','%f1072','pureIdentifier','identifier','%f1073','identifierList','identifierListWithParentheses','qualifiedIdentifier','%f1074','%f1075','%f1076','simpleIdentifier','dotIdentifier','ulong_number','real_ulong_number','ulonglong_number','real_ulonglong_number','%f1077','%f1078','literal','%f1079','%f1080','signedLiteral','%f1081','stringList','textStringLiteral','textString','textStringHash','%f1082','%f1083','textLiteral','textStringNoLinebreak','%f1084','textStringLiteralList','numLiteral','boolLiteral','nullLiteral','%f1085','%f1086','%f1087','temporalLiteral','floatOptions','standardFloatOptions','precision','textOrIdentifier','lValueIdentifier','roleIdentifierOrText','sizeNumber','parentheses','equal','optionType','%f1088','%f1089','%f1090','varIdentType','%f1091','%f1092','%f1093','%f1094','%f1095','setVarIdentType','%f1096','%f1097','identifierKeyword','identifierKeywordsAmbiguous1RolesAndLabels','identifierKeywordsAmbiguous2Labels','%f1098','%f1099','labelKeyword','identifierKeywordsAmbiguous3Roles','%f1100','%f1101','identifierKeywordsUnambiguous','%f1102','%f1103','roleKeyword','lValueKeyword','identifierKeywordsAmbiguous4SystemVariables','%f1104','roleOrIdentifierKeyword','%f1105','%f1106','%f1107','roleOrLabelKeyword','%f1108','alterOrderList','createUser','%f1109','%f1110','%f1111','%f1112','%f1113','%f1114','%f1115','%f1116','%f1117','castType','utilityStatement','%f1118','%f1119','%f1120','%f1121','%f1122','%f1123','%f1124','windowSpecDetails','%f1125','%f1126','%f1127','%f1128','grantIdentifier','expr','%f1129','%f1130','%f1131','%f1132','%f1133','%f1134','%f1135','%f1136','%f1137','%f1138','%f1139','boolPri','%f1140','%f1141','%f1142','%f1143','%f1144','%f1145','%f1146','%f1147','%f1148','predicate','bitExpr','%f1149','%f1150','%f1151','%f1152','%f1153','%f1154','%f1155','%f1156','%f1157','%f1158','%f1159','%f1160','%f1161','simpleExpr','%f1162','%f1163','%f1164','%f1165','%f1166','%f1167','%f1168','%f1169','%f1170','%f1171','%f1172','%f1173','%f1174','%f1175','%f1176','%f1177','%f1178','%f1179','%f1180','%f1181','%f1182','%f1183','%f1184','%f1185','%f1186','%f1187','%f1188','%f1189','%f1190','%f1191','%f1192','%f1193','%f1194','%f1195','%f1196','%f1197','%f1198','%f1199','%f1200','%f1201','%f1202','%f1203','%f1204','%f1205','%f1206','%f1207','%f1208','%f1209','%f1210','%f1211','%f1212','%f1213','%f1214','%f1215','%f1216','%f1217','%f1218','%f1219','%f1220','%f1221','%f1222','%f1223','%f1224','%f1225','%f1226','%f1227','%f1228','%f1229','%f1230','%f1231','%f1232','%f1233','%f1234','%f1235','%f1236','%f1237','%f1238','%f1239','%f1240','%f1241','%f1242','%f1243','%f1244','%f1245','%f1246','%f1247','%f1248','%f1249','%f1250','%f1251','%f1252','%f1253','%f1254','%f1255','%f1256','%f1257','%f1258','%f1259','%f1260','%f1261','%f1262','%f1263','%f1264','%f1265','%f1266','%f1267','%f1268','%f1269','%f1270','%f1271','%f1272','%f1273','%f1274','%f1275','%f1276','%f1277','%f1278','%f1279','%f1280','%f1281','%f1282','%f1283','%f1284','%f1285','%f1286','%f1287','%f1288','%f1289','%f1290','%f1291','%f1292','%f1293','%f1294','%f1295','%f1296','%f1297','%f1298','%f1299','%f1300','%f1301','%f1302','%f1303','%f1304','%f1305','%f1306','%f1307','%f1308','%f1309','%f1310','%f1311','%f1312','%f1313','%f1314','%f1315','%f1316','%f1317','%f1318','%f1319','%f1320','%f1321','%f1322','%f1323','%f1324','%f1325','%f1326','%f1327','%f1328','%f1329','%f1330','%f1331','%f1332','%f1333','%f1334','%f1335','%f1336','%f1337','%f1338','%f1339','%f1340','%f1341','%f1342','%f1343','%f1344','%f1345','%f1346','%f1347','%f1348','%f1349','%f1350','%f1351','%f1352','%f1353','%f1354','%f1355','%f1356','%f1357','%f1358','%f1359','%f1360','%f1361','%f1362','%f1363','%f1364','%f1365','%f1366','%f1367','%f1368','%f1369','%f1370','%f1371','%f1372','%f1373','%f1374','%f1375','%f1376','%f1377','%f1378','%f1379','%f1380','%f1381','%f1382','%f1383','%f1384','%f1385','%f1386','%f1387','%f1388','%f1389','%f1390','%f1391','%f1392','%f1393','%f1394','%f1395','%f1396','%f1397','%f1398','%f1399','%f1400','%f1401','%f1402','%f1403','%f1404','%f1405','%f1406','%f1407','%f1408','%f1409','%f1410','%f1411','%f1412','%f1413','%f1414','%f1415','%f1416','%f1417','%f1418','%f1419','%f1420','%f1421','%f1422','%f1423','%f1424','%f1425','%f1426','%f1427','%f1428','%f1429','%f1430','%f1431','%f1432','%f1433','%f1434','%f1435','%f1436','%f1437','%f1438','%f1439','%f1440','%f1441','%f1442','%f1443','%f1444','%f1445','%f1446','%f1447','%f1448','%f1449','%f1450','%f1451','%f1452','%f1453','%f1454','%f1455','%f1456','%f1457','%f1458','%f1459','%f1460','%f1461','%f1462','%f1463','%f1464','%f1465','%f1466','%f1467','%f1468','%f1469','%f1470','%f1471','%f1472','%f1473','%f1474','%f1475','%f1476','%f1477','%f1478','%f1479','%f1480','%f1481','%f1482','%f1483','%f1484','%f1485','%f1486','%f1487','%f1488','%f1489','%f1490','%f1491','%f1492','%f1493','%f1494','%f1495','%f1496','%f1497','%f1498','%f1499','%f1500','%f1501','%f1502','%f1503','%f1504','%f1505','%f1506','%f1507','%f1508','%f1509','%f1510','%f1511','%f1512','%f1513','%f1514','%f1515','%f1516','%f1517','%f1518','%f1519','%f1520','%f1521','%f1522','%f1523','%f1524','%f1525','%f1526','%f1527','%f1528','%f1529','%f1530','%f1531','%f1532','%f1533','%f1534','%f1535','%f1536','%f1537','%f1538','%f1539','%f1540','%f1541','%f1542','%f1543','%f1544','%f1545','%f1546','%f1547','%f1548','%f1549','%f1550','%f1551','%f1552','%f1553','%f1554','%f1555','%f1556','%f1557','%f1558','%f1559','%f1560','%f1561','%f1562','%f1563','%f1564','%f1565','%f1566','%f1567','%f1568','%f1569','%f1570','%f1571','%f1572','%f1573','%f1574','%f1575','%f1576','%f1577','%f1578','%f1579','%f1580','%f1581','%f1582','%f1583','%f1584','%f1585','%f1586','%f1587','%f1588','%f1589','%f1590','%f1591','%f1592','%f1593','%f1594','%f1595','%f1596','%f1597','%f1598','%f1599','%f1600','%f1601','%f1602','%f1603','%f1604','%f1605','%f1606','%f1607','%f1608','%f1609','%f1610','%f1611','%f1612','%f1613','%f1614','%f1615','%f1616','%f1617','%f1618','%f1619','%f1620','%f1621','%f1622','%f1623','%f1624','%f1625','%f1626','%f1627','%f1628','%f1629','%f1630','%f1631','%f1632','%f1633','%f1634','%f1635','%f1636','%f1637','%f1638','%f1639','%f1640','%f1641'],'grammar'=>[[[2005],[2525]],[[25,3793]],[[2001],[-1]],[[2000,2002]],[[-1],[2003]],[[2010],[2142],[2257],[2282],[2284],[2285],[2287],[2294],[2298],[2304],[2315],[2335],[2350],[2352],[2518],[2519],[2577],[2675],[2685],[2689],[2822],[2836],[2837],[2937],[2990],[2958],[3719],[3262],[3274],[3278]],[[520,3585,3794]],[[280,3587,3794]],[[321,591,3666,374,342]],[[2028],[2013],[2006],[2007],[2136],[2022],[2124],[2126],[2023],[2027],[2008]],[[86,2009]],[[739,183,209,438]],[[3795],[2011]],[[180,3583,2012]],[[471,602,3288]],[[471,150,3796,515]],[[555,715,3625]],[[471,628]],[[210,3797]],[[228],[2018]],[[146,3652]],[[218,3218]],[[3798,241,3597,3799,3800,3801,3802,3803,3804]],[[368,292,3595,80,730,3652,3805]],[[3806,2026]],[[2026,3807]],[[2217],[2224],[2225]],[[615,3600,2198]],[[3808,3809,695,3609,3810]],[[3468],[2112]],[[2036,3811]],[[2038,24]],[[3812,2042]],[[2030],[3468],[2112],[2032]],[[2038,24]],[[3813,2063]],[[2038],[2035]],[[24,2064]],[[2064,3814]],[[211,697]],[[310,697]],[[607],[608]],[[2039],[2040],[2059],[2041]],[[496,3636]],[[3484],[2043]],[[80,497,3815,2044]],[[219,497,3627]],[[538,497,3815,2113]],[[480,497,3815,2113,3815]],[[89,497,3815,2113]],[[132,497,2113,3816]],[[557,497,3815,2113,3817]],[[138,497,3815,3636]],[[722,497,2113]],[[3627,326,3484]],[[556,497,3815,3818]],[[244,497,3625,772,695,3609,3819]],[[211,497,2113,697]],[[310,497,2113,697]],[[2045],[2046],[2047],[2048],[2049],[2050],[2051],[2052],[2053],[2055],[2056],[2057],[2058]],[[2099],[3431]],[[2099],[2064],[3431]],[[24,2061]],[[2060,3820]],[[2104],[2106],[2111]],[[3625,3312,3821,3822]],[[27,2152,28]],[[2065],[2066]],[[80,3823,2067]],[[80,3305]],[[126,3823,3573,3625,3312,3822]],[[430,3823,3573,3312,3822]],[[3823,3573,3824]],[[3573],[3825]],[[273,342,2073]],[[517,342]],[[2507,3579]],[[132,3625]],[[157,3625]],[[2072],[2074],[2075],[2076],[2077],[2078]],[[219,2079]],[[210,340]],[[228,340]],[[3209],[3644]],[[67,198,2083]],[[219,198]],[[2084],[2085]],[[86,3823,3573,2086]],[[86,313,3579,3360]],[[86,132,3625,3292]],[[86,157,3625,3292]],[[555,145,3573,715,3625]],[[715],[92]],[[555,3826,3602]],[[555,2507,3579,715,3578]],[[198],[3427]],[[165,715,3202,2095,3827]],[[482,116,3707]],[[739,495]],[[2068],[2069],[2070],[2071],[2080],[2081],[2082],[2087],[2088],[2089],[2090],[2091],[2093],[2094],[2096],[272],[2097],[2098]],[[81,3625]],[[2100],[264]],[[578],[120]],[[198],[3625]],[[84,3828,2103]],[[198],[3625]],[[366,3828,2105]],[[2104,3829]],[[2106,3830]],[[2107],[2108]],[[772],[773]],[[2110,749]],[[554,495]],[[85],[3627]],[[80],[219]],[[2114,182,3652,3831]],[[3806,2135]],[[2135,3832]],[[126,182,3652,3833]],[[534],[536]],[[453,77]],[[2118],[2119],[2120]],[[555,715,3625]],[[2115],[2121],[2122],[2131]],[[697,3593,2123]],[[829],[832]],[[731,697,3593,67,2125,3834]],[[3806,2129]],[[2129,3835]],[[2224]],[[3806,2133]],[[2133,3836]],[[315,3828,3669]],[[2132],[2220],[2221],[2224],[2225],[2228]],[[315,3828,3669]],[[2134],[2220],[2221]],[[3837,3798,3838,761,3591,2137]],[[3839,92,2138]],[[2156,3840]],[[121],[364]],[[772,3841,132,479]],[[2143],[2150],[2164],[2161],[2166],[2192],[2229],[2238],[2185],[2196],[2208],[2246],[2247],[2250],[2209]],[[168,2141]],[[180,3842,3582,3843]],[[3466],[3464],[3465]],[[27,2152,28]],[[3844,3845,3846,3847]],[[355,3609]],[[27,355,3609,28]],[[2146],[2147],[2148]],[[3848,695,3842,3602,2149]],[[24,2153]],[[2153,3849]],[[3289],[3305]],[[560],[308]],[[3850,3851,2156]],[[2360],[2369]],[[2161],[2164],[2166]],[[168,2157,3852,-1]],[[24,3512]],[[3512,3853]],[[3798,520,3584,27,3854,28,3855,3218]],[[24,3513]],[[3513,3856]],[[3798,280,3586,27,3857,28,582,3515,3855,3218]],[[679],[39],[44],[47]],[[3858,280,3598,582,2165,634,3652]],[[3796,207]],[[2178],[2167]],[[3859]],[[146,3652]],[[344,638]],[[822,638]],[[161,638]],[[533,638,183]],[[429,638,183]],[[200],[328]],[[638,609,2176]],[[2170],[2171],[2172],[2173],[2174],[2175],[2177]],[[3578,3860]],[[2179],[3861]],[[3862,313,2180,2190,3863]],[[278,313,3578,2190,3864]],[[637,313,3578,2190,3865]],[[2181],[2182],[2183]],[[3808,2184,3866]],[[745,3355]],[[3578,3867]],[[3578,724,3355]],[[2187],[2188]],[[471,3609,3354]],[[730],[540]],[[368,292,3594,80,2191,3652,3868]],[[3806,2195]],[[2195,3869]],[[2217],[2219],[2223],[2224],[2225],[2226]],[[615,3599,273,183,775,3666,2198]],[[24,2206]],[[478,27,2206,3870,28]],[[300,3652]],[[180,3652]],[[742,3652]],[[498,3652]],[[633,3652]],[[490,3652]],[[509,3635]],[[2199],[2200],[2201],[2202],[2203],[2204],[2205]],[[744,368,292,3595]],[[697,3592,2212,3871,3872]],[[731,697,3592,80,2213,3834]],[[80,2213]],[[80,2213]],[[3873],[2211]],[[182,3652]],[[3806,2216]],[[2216,3874]],[[2217],[2220],[2221],[2222],[2223],[2224],[2225],[2226],[2227],[2228]],[[315,3828,3669]],[[729],[541]],[[2218,3828,3669]],[[96,3828,3669]],[[406,3828,3669]],[[254,3828,3669]],[[450,3828,3636]],[[3875,235,3828,3601]],[[764],[455]],[[146,3828,3652]],[[261,3828,3669]],[[230,3828,3647]],[[3876,3798,3838,761,3590,2137]],[[485,560,3837]],[[2230],[2233]],[[728],[418],[701]],[[84,1,2232]],[[200],[328]],[[638,609,2234]],[[101],[81]],[[319],[738],[203]],[[3798,718,3588,2236,2237,471,3609,274,224,592,3877,3218]],[[271],[511]],[[2239,3666]],[[471,150,3796,515]],[[471,628]],[[210,3878]],[[228],[2243]],[[146,3652]],[[3798,241,3842,3596,471,602,3288,3879,3880,3881,218,3218]],[[588,3842,2812]],[[485,560,637,823,693,3638,3882]],[[637,823,693,3842,3638,3882]],[[2248],[2249]],[[438,63,3653]],[[811,63,3653]],[[484,3653,306,116,3638]],[[813,63,3653]],[[2251],[2252],[2253],[2254]],[[2258],[2259],[2260],[2261],[2262],[2265],[2267],[2270],[2273],[2274],[2276],[2277],[2278],[2279]],[[219,2256]],[[180,3883,3583]],[[241,3883,3597]],[[280,3883,3587]],[[520,3883,3585]],[[3808,313,3579,471,3609,3866]],[[3806,2266]],[[2266,3884]],[[368,292,3595,3885]],[[2225],[2224]],[[615,3883,3600]],[[695],[696]],[[578],[120]],[[3848,2268,3883,3611,3886]],[[3806,2266]],[[2266,3887]],[[697,3593,3888]],[[718,3883,3589]],[[578],[120]],[[761,3883,3518,3889]],[[588,3883,2812]],[[637,823,693,3883,3638]],[[731,697,3593,3834]],[[695],[696]],[[24,2283]],[[555,2280,2283,3890]],[[3609,715,3602]],[[722,3891,3609]],[[310,695,277,3655]],[[27,3892,28]],[[119,3585,3893]],[[3613,745,2428,3894]],[[3609,3895,3896,3894,3897,3898]],[[2288],[2289]],[[277,2290]],[[3613,277,2428,3894]],[[2291],[2292]],[[3899,203,3900,2293]],[[497,27,3627,28]],[[529],[373],[529],[308]],[[3200],[2445]],[[218,2297]],[[3609,475,3895]],[[535,2311,3894,3901]],[[137],[2300]],[[3625,2301]],[[2299],[2302]],[[293,2303]],[[264],[449]],[[264],[449],[516],[345]],[[1],[7],[5],[6],[4]],[[2307,27,2330,28]],[[2306],[2308]],[[3625,2309]],[[2305],[2310]],[[2318,3902]],[[67,3520,3902]],[[2312],[2313],[2324]],[[319,3903,3809,3904,3609,3905,2314,3906]],[[373],[201],[297]],[[27,3907,28]],[[3908,2322]],[[24,3577]],[[3577,3909]],[[751],[750]],[[2321,2326]],[[27,3907,28,2156]],[[2156],[2323]],[[24,27,3910,28]],[[27,3910,28,3911]],[[3733],[198]],[[3733],[198]],[[24,2328]],[[2327,3912]],[[92,3625,3839]],[[471,222,342,738,3520]],[[373],[153]],[[560],[308]],[[361,2336,3913,3914,314,3652,3915,326,695,3609,3905,3916,3917,3918,3919,2341]],[[183],[780]],[[593,306,116,3648]],[[358],[593]],[[308,796,2338]],[[67,3520]],[[3920,3921,3922]],[[27,3923,28]],[[3576],[3189]],[[3576],[3189]],[[24,2344]],[[2343,3924]],[[373],[201]],[[67,3520]],[[2318],[2348],[2324]],[[560,3925,3904,3609,3905,2349]],[[2360,3926]],[[2351],[2369],[2356]],[[27,2356,28]],[[2360,2388,3926]],[[2435,2388]],[[2353],[2354],[2355]],[[2366,3897,3901]],[[2369,3897,3901]],[[2357],[2358]],[[3899,2359,3927]],[[2370],[2369]],[[2369,733,3928,2361]],[[2370],[2362]],[[2370],[2369]],[[733,3928,2364]],[[2363,3929]],[[2360,3926]],[[2369],[2367]],[[27,2368,28]],[[2371],[2430],[2431]],[[610,3930,2445,3931,3932,3894,3933,3934,3935]],[[2369]],[[85],[213],[677],[297],[650],[645],[646],[647]],[[356,2378]],[[356,2380]],[[24],[467]],[[2376,2380]],[[2380,3936]],[[38],[840],[839],[796]],[[3625],[2379]],[[488,3647,3916,3918,3919]],[[221,3647]],[[3666],[3189]],[[3666],[3189]],[[24,2384]],[[2383,3937]],[[2381],[2382],[2386]],[[326,2387]],[[24,796]],[[796,3938]],[[520,88,27,3939,28]],[[295,3733]],[[24,2395]],[[771,2395,3940]],[[3622,92,2396]],[[27,3727,28]],[[2398,2399,3941]],[[593],[531],[817]],[[2405],[2406]],[[726,512]],[[3637,512]],[[38,512]],[[325,3733,3206,512]],[[176,592]],[[2400],[2401],[2402],[2403],[2404]],[[103,2411,90,2411]],[[726,815]],[[3637,815]],[[38,815]],[[325,3733,3206,815]],[[2405],[2407],[2408],[2409],[2410]],[[176,592]],[[822,486]],[[2412],[292],[707],[2413]],[[831,2414]],[[24,2418]],[[772,3942,2418,3943]],[[3625,3839,92,2372]],[[292,116,3212,3944]],[[772,590]],[[772,170]],[[2420],[2421]],[[482,116,3212]],[[93],[204]],[[220],[2428]],[[277,2425]],[[24,2454]],[[2454,3945]],[[24,2432]],[[751,2432,3946]],[[695,3609]],[[592,27,3910,28]],[[407,1,3636]],[[2373],[649],[648],[2433]],[[3947]],[[464,3613]],[[274,2440,3948,3949]],[[366,311,621,428]],[[2437],[2438]],[[738],[621]],[[627,833]],[[2441],[454]],[[2447],[11]],[[24,2447]],[[2443,3950]],[[3733,3951]],[[3581],[2446]],[[3625],[3647]],[[3851,2448]],[[769,3733]],[[3625],[468]],[[29,2451,2455,30]],[[2475],[2452]],[[2453,3952]],[[2475,3952]],[[471,3733]],[[745,3628]],[[2456],[2457]],[[2472,2454,3953]],[[471,3733]],[[745,3628]],[[2460],[2461]],[[2474,2454,2462]],[[2469,2475]],[[2459],[2463],[2464]],[[441,3954,335]],[[352],[586]],[[441,2467,3955,335]],[[2466],[2468]],[[316],[169]],[[3956,335]],[[2471],[677]],[[352],[586]],[[2473,3955,335]],[[2476],[2478],[2481],[2483],[2484]],[[3609,3905,3895,3957]],[[2476],[2478]],[[27,2477,28]],[[2372,3895,3839]],[[347,2372,3895,3839]],[[2479],[2480]],[[2428],[2483]],[[27,2482,28]],[[337,27,3733,24,3647,2486,28,3895]],[[24,2490]],[[144,27,2490,3958,28]],[[3625,274,483]],[[3625,3406,3827,3959,499,3647,3960]],[[446,499,3647,2486]],[[2487],[2488],[2489]],[[2494,3961]],[[2495,3962]],[[2491],[2492]],[[2497,471,227]],[[2497,471,237]],[[198,3647]],[[237],[457],[2496]],[[213],[85]],[[92],[1]],[[3963,3625]],[[24,2505]],[[2505,3964]],[[2506,2507,3965,27,2516,28]],[[744,2507,3965,27,3966,28]],[[2503],[2504]],[[272],[308]],[[342],[313]],[[517,342]],[[734,3967]],[[2508],[2509]],[[482,116]],[[292,116]],[[335],[2511],[2512]],[[274,2513]],[[24,2517]],[[2517,3968]],[[3625],[517]],[[3899,738,3969,3809,2428,67,3520,3894,3897,3898]],[[2524],[2538],[2545],[2562]],[[802,717,3970]],[[90,3971,125]],[[3971,551]],[[148,3972,3973,3974]],[[2520],[2523]],[[102,3972]],[[772,156,631]],[[776],[474]],[[535,2527]],[[2526],[2528]],[[598,3625]],[[715,3975,3625]],[[90,3971,125]],[[3971,551]],[[3976,3977]],[[2531],[2534]],[[589,3972,2535]],[[551,598,3625]],[[2530],[2536],[2537]],[[696],[695]],[[24,2546]],[[366,2539,2546,3978]],[[366,321,274,100]],[[696],[695],[321]],[[803,2543]],[[2541],[2542],[2544]],[[3609,3895,2549]],[[535,3914]],[[3969,776]],[[2547],[2548]],[[802],[102]],[[335],[579]],[[2550,2567,3979]],[[274,422]],[[689,3980]],[[231,2567,3981]],[[514,2567]],[[473,503]],[[148,2567,3982]],[[589,2567]],[[539,2564]],[[2552],[2555],[2556],[2558],[2559],[2560]],[[777,2561]],[[165,779]],[[3983]],[[24,3635]],[[24,3648,3984]],[[3648,3985]],[[56],[374]],[[715,3652]],[[101,3733]],[[2569],[2570]],[[526,2568,369,2571]],[[24,2581]],[[572,2581,3986]],[[3509,3625]],[[572,501,3987]],[[2572],[2587],[2574],[2576],[2654],[2633],[2586],[2670]],[[374,3988]],[[528,118]],[[628,3989,3990]],[[2578],[2579],[2580]],[[3636],[3638]],[[715,2582]],[[695,3609]],[[183],[2584]],[[361,2585,277,374]],[[126,374,715,2589,3990]],[[24,2620]],[[2620,3991]],[[380,1,3653]],[[381,1,3653]],[[376,1,3653]],[[400,1,3653]],[[384,1,3653]],[[385,1,3635]],[[377,1,3635]],[[387,1,3635]],[[378,1,3635]],[[396,1,3635]],[[390,1,3653]],[[389,1,3653]],[[398,1,3653]],[[391,1,3653]],[[399,1,2623]],[[392,1,3653]],[[395,1,3653]],[[397,1,3635]],[[393,1,3652]],[[394,1,3653]],[[386,1,3653]],[[286,1,3635]],[[379,1,3635]],[[309,1,2631]],[[820,1,3647]],[[401,1,3635]],[[375,1,3635]],[[519,1,2621]],[[570,1,3635]],[[571,1,2622]],[[2590],[2591],[2592],[2593],[2594],[2595],[2596],[2597],[2598],[2599],[2600],[2601],[2602],[2603],[2604],[2605],[2606],[2607],[2608],[2609],[2610],[2611],[2612],[2613],[2614],[2615],[2616],[2617],[2618],[2619],[2628]],[[3562],[457]],[[678],[471],[465]],[[3653],[457]],[[382,1,3653]],[[383,1,3637]],[[548,1,3653]],[[549,1,3635]],[[2624],[2625],[2626],[2627]],[[24,3635]],[[3635,3992]],[[27,3993,28]],[[24,2641]],[[126,561,263,2641,3994,3990]],[[562,1,27,3995,28]],[[563,1,27,3995,28]],[[564,1,27,3996,28]],[[565,1,27,3996,28]],[[566,1,27,3997,28]],[[567,1,27,3997,28]],[[568,1,27,3998,28]],[[2634],[2635],[2636],[2637],[2638],[2639],[2640]],[[24,3583]],[[3583,3999]],[[24,3603]],[[3603,4000]],[[24,2648]],[[2648,4001]],[[3653]],[[24,3516]],[[3516,4002]],[[835,2659]],[[802,628,4003,4004,2665,3990]],[[674,628,4003,3990]],[[2652],[2653]],[[644],[642]],[[2655,1,3648]],[[2628],[2656],[643]],[[24,2628]],[[2657,4005]],[[742,1,3648]],[[498,1,3648]],[[199,1,3648]],[[506,1,3648]],[[4006,4007,4008,4009]],[[2664]],[[24,2668]],[[2668,4010]],[[550],[651]],[[802],[674]],[[2669,291]],[[3652],[3189]],[[514,3625,277,2671]],[[194],[219]],[[2673,514,3625]],[[2672],[2677],[2674]],[[745,2679]],[[246,3625,4011]],[[24,3189]],[[3189,4012]],[[364,183,209,4013,3647]],[[274,561]],[[553,4014]],[[321,277,3564,26,3635,306,116,3647,4015]],[[2680],[2682],[2683]],[[804,2684]],[[183,209,4013,3647,4016]],[[2688],[2686]],[[569,3971,662]],[[2690],[3708],[2732],[2741],[2753],[2762],[2810]],[[86,742,3883,2702]],[[3535],[3537]],[[2691,2705]],[[3564,306,116,3648,4017,4018]],[[3564,3558]],[[85],[451],[2812]],[[3564,198,588,2695]],[[772,3666]],[[3564,306,4019,116,530,498,4018]],[[814,3636]],[[3636],[726]],[[837,2700]],[[2692],[2693],[2694],[2696],[2698],[2699],[2701]],[[742,3670]],[[4020,4021,4022]],[[2704]],[[198,588,2812]],[[4023]],[[662],[778],[451]],[[2792],[2708]],[[569,2709]],[[404,3635]],[[408,3635]],[[403,3635]],[[409,3635]],[[2711],[2712],[2713],[2714]],[[772,4024]],[[366],[803]],[[78,2717]],[[325,3636,192]],[[2719],[447],[198]],[[250,4025]],[[3636],[198]],[[299,2722]],[[3636,192]],[[2724],[198]],[[583,325,2725]],[[198],[476]],[[569,176,4026]],[[2721],[2723],[2726],[2728]],[[498,2729]],[[2718],[2730]],[[219,742,3883,3533]],[[772,830,479]],[[2768,715,3533,4027]],[[85,4028]],[[2768],[2735]],[[2736,471,4029,3732,715,2742,4030,4031,4032]],[[772,288,479]],[[525,471,3564,715,2742,4033]],[[2734],[2737],[2739]],[[288,2740]],[[3535],[3533]],[[772,4034]],[[772,288,479]],[[2743],[2744]],[[245,2812]],[[85,4035]],[[2812],[2747],[451],[198]],[[772,588,2748]],[[92,742,4036]],[[2710]],[[24,3564,715,3564]],[[555,742,3564,715,3564,4037]],[[2768,277,3533]],[[2768,2765,277,3533]],[[471,4029,3732]],[[24,288,479,277,3533]],[[2756],[2757]],[[85,4028,2758]],[[525,471,3564,277,3533]],[[2754],[2755],[2759],[2760]],[[585,2761]],[[471,4029,3732]],[[471,4029,3732]],[[2763],[4038]],[[695],[280],[520]],[[24,2790]],[[2790,4039]],[[3668,3839]],[[34,3666]],[[35],[2770]],[[3668,2771]],[[2769],[2772]],[[610],[319],[738],[543]],[[2774,3839]],[[203],[740],[313],[219],[246],[552],[623],[521],[262],[525],[688],[241],[718]],[[288,479]],[[622,181]],[[700,696]],[[834],[697],[742],[761]],[[2779],[2780]],[[168,4040]],[[366,696]],[[136],[628]],[[561,2784]],[[622,761]],[[86,4041]],[[168],[219]],[[2788,588]],[[2773],[2775],[2776],[2777],[2778],[2782],[2783],[2785],[2786],[2787],[2789]],[[4042,2796]],[[2796,4043]],[[134,3648]],[[333,3648]],[[682,3648]],[[2793],[2794],[2795]],[[288,479]],[[404,3635]],[[408,3635]],[[403,3635]],[[409,3635]],[[2797],[2798],[2799],[2800],[2801]],[[67,588,2812]],[[451],[198]],[[67,588,2804]],[[2812],[451],[85]],[[67,198,588,2806,715,2812]],[[245,2812]],[[67,588,85,4044]],[[2803],[2805],[2807],[2809]],[[24,2815]],[[2815,4045]],[[34,3666]],[[2813],[35]],[[3668,4046]],[[89,3815,695,3611,4047]],[[132,695,3611,3816]],[[529],[253]],[[133,695,3611,4048]],[[480,3815,695,3611]],[[557,3815,695,3611,3817]],[[2816],[2817],[2819],[2820],[2821]],[[772,796,808]],[[738,298,471,3627,4049]],[[219,298,471,3627]],[[2824],[2825]],[[274,739]],[[529],[257],[415],[253],[127]],[[2827],[2828]],[[529],[253],[743]],[[322,504,3625,634,3647]],[[322,809,3655]],[[736,504,3619]],[[24,3620]],[[736,809,3620,4050]],[[2831],[2832],[2833],[2835]],[[67,2850]],[[2871,2863]],[[717,2854]],[[3672,2877]],[[274,3564]],[[3648,4017,4018]],[[3648,4017,4018]],[[469,27,3648,28]],[[498,27,3648,28]],[[2842],[2843],[2844],[2845]],[[498,4051,3671,2846]],[[274,3564]],[[498,4052,715,530,4017,4018]],[[2838],[2839],[2840],[2847],[2849]],[[2856,4053]],[[24,2856]],[[2861,4054]],[[2851],[2853]],[[776],[474]],[[535,2855]],[[559,535]],[[147],[727]],[[535,2858]],[[2857],[2859],[613]],[[332,354,2860]],[[24,2873]],[[4055]],[[3195,3671,2881]],[[3189,3671,3733]],[[2874,3671,2881]],[[3671,3733]],[[3427,3827]],[[2867],[2868],[198]],[[439,2869]],[[2864],[3523],[2865],[2866],[2870]],[[3672,3195,3671,2881]],[[2872],[2871]],[[36,4056,3195]],[[2878,2863]],[[717,2854]],[[2875],[2876]],[[3195,3671,2881]],[[198],[471],[85],[56]],[[592],[693]],[[3733],[2879],[2880]],[[181,4057]],[[4058,696,4059,4057]],[[4060,719,4059,4057]],[[242,4059,4057]],[[695,669,4059,4057]],[[475,696,4059,4057]],[[3601],[85]],[[669],[436],[369]],[[235,2888,2889]],[[277],[311]],[[4058,144,2891,3609,4059,4057]],[[56],[374]],[[2893,369]],[[669,2940,3990]],[[301],[2895]],[[628,2896]],[[106],[546]],[[311,3648]],[[277,3637]],[[2898,242,4061,4062,3901,3990]],[[313],[312],[340]],[[4063,2902,2941,3609,4059,3894]],[[3875,234]],[[765],[238]],[[166,27,11,28,2905]],[[765,3901]],[[238,3901]],[[24,2947]],[[2947,4064]],[[274,528,796]],[[524,4065,4066,3901]],[[669],[755]],[[4067,2913,4057]],[[4060,522]],[[3202,4057]],[[141,4057]],[[274,3564]],[[289,4068]],[[289,274,3564,745,3533]],[[374,669]],[[180,3842,3583]],[[241,3597]],[[280,3587]],[[520,3585]],[[695,3609]],[[718,3589]],[[761,3591]],[[742,3564]],[[2922],[2923],[2924],[2925],[2926],[2927],[2928],[2929]],[[168,2930]],[[520,669,4057]],[[280,669,4057]],[[520,139,3585]],[[280,139,3587]],[[826],[2882],[2883],[2884],[2885],[2886],[2887],[505],[2890],[2892],[2894],[2897],[2901],[2903],[2904],[2906],[2907],[2908],[523],[2912],[2914],[2915],[2916],[2917],[164],[518],[2919],[2920],[2921],[2931],[2932],[2933],[2934],[2935]],[[622,2936]],[[253,4060]],[[279],[2938]],[[4069]],[[277],[311]],[[2941,3625]],[[111,329]],[[162,691]],[[492,258]],[[85],[167],[330],[417],[636],[690]],[[2943],[2944],[2945],[2946]],[[106,3652]],[[3625],[198]],[[118,313,2959,311,2949]],[[24,2972]],[[2972,4070]],[[2978],[2952]],[[270,3815,2953]],[[155],[528]],[[343,4071,3733]],[[361,313,326,118,2984]],[[2948],[2950],[2954],[2956],[2957],[623]],[[2961],[2963]],[[24,2962]],[[2962,4072]],[[3609,4073]],[[3609,497,27,2113,28,4073]],[[2507,27,4074,28]],[[3625],[517]],[[24,2965]],[[2965,4075]],[[206],[301],[518],[669],[741]],[[4076,369]],[[547,369,3990]],[[528,118]],[[2968],[2969],[2970],[2971],[481]],[[56],[235],[237],[282],[629]],[[696],[695]],[[772,535,366]],[[3627,4077]],[[2975],[2976]],[[2974,4078]],[[274,252]],[[772,535,366]],[[2979],[2980]],[[308,351]],[[3609,2989,4073,4079]],[[2983],[2986]],[[24,2988]],[[2988,4080]],[[308,351]],[[3609,4073,4081]],[[497,27,2113,28]],[[2992],[2999],[3001],[3004]],[[742],[693]],[[168,574,292,3625,724,4013,2991,4082,4083,4084]],[[3806,2996]],[[760,4013,2996,4085]],[[10,796]],[[796,4086]],[[706,4013,796]],[[228],[210]],[[86,574,292,3621,4082,4083,4084,4087]],[[274,3003]],[[67,574,292,3625,4088]],[[3806,3636]],[[3636,4089]],[[219,574,292,3621,4087]],[[251],[205],[204]],[[3648],[3576]],[[3005,3609,4090]],[[251],[205],[204]],[[275,1,3666]],[[89,275,1,3666]],[[253],[496],[3009],[89],[3010]],[[3008,4091,3015]],[[2294],[2315],[2350],[2518]],[[274,155,3636]],[[2352],[3013],[3014]],[[296,3666]],[[744,3625]],[[576]],[[1],[3],[4],[5],[6],[7],[8]],[[27,3200,28]],[[2372],[3020]],[[311,3021]],[[103,3756,90,3755]],[[240,3770]],[[355,3770,4092]],[[545,3756]],[[3022],[3023],[3025],[3026]],[[836]],[[32,3647]],[[33,3647]],[[3029],[3030]],[[99,27,4093,3072,28,4094]],[[107],[108],[109]],[[3033,27,3072,28,4094]],[[166,27,3989,11,28,4094]],[[3989,11]],[[213,3200]],[[3036],[3072],[3037]],[[166,27,3038,28,4094]],[[427,27,4093,3072,28,4094]],[[411,27,4093,3072,28,4094]],[[670,27,3072,28,4094]],[[756,27,3072,28,4094]],[[672,27,3072,28,4094]],[[759,27,3072,28,4094]],[[687,27,4093,3072,28,4094]],[[612,3648]],[[290,27,4093,3200,3897,4095,28,4094]],[[3032],[3034],[3071],[3035],[3039],[3040],[3041],[3042],[3043],[3044],[3045],[3046],[3048]],[[816,27,3200,28]],[[596],[532],[812],[842],[500]],[[3051,3670,3063]],[[463,3210,3063]],[[348],[818]],[[3054,27,3733,4096,28,4097,3063]],[[265],[346]],[[3056,3209,4097,3063]],[[264],[345]],[[277,3058]],[[462,27,3733,24,3770,28,4098,4097,3063]],[[3052],[3053],[3055],[3057],[3060]],[[3622],[2396]],[[845,3062]],[[3637],[38]],[[24,3733]],[[24,3064,4099]],[[575],[308]],[[3067,458]],[[338,27,3072,28,4094]],[[339,27,3072,24,3072,28,4094]],[[3069],[3070]],[[3989,3733]],[[27,3076,28]],[[3076],[3073]],[[24,3633]],[[3633,4100]],[[311,113,428]],[[772,528,249]],[[311,441,344,428,4101]],[[772,528,249]],[[3077],[3079],[3080]],[[745,3427]],[[54,27,3200,4102,28]],[[175,4103]],[[49,3209]],[[192,3209]],[[305,3209]],[[319,27,3733,24,3733,24,3733,24,3733,28]],[[24,3733]],[[325,27,3733,4104,28]],[[352,27,3733,24,3733,28]],[[425,3209]],[[432,3209]],[[586,27,3733,24,3733,28]],[[604,3209]],[[50,3209]],[[24,3733]],[[51,27,3733,4105,28]],[[742,3670]],[[751,3209]],[[53,3209]],[[827],[681]],[[325,3733,3206]],[[3733],[3103]],[[3102,27,3733,24,3104,28]],[[171,4103]],[[179,4106]],[[185],[186]],[[3108,27,3733,24,325,3733,3206,28]],[[255,27,3206,277,3733,28]],[[285,27,3167,24,3733,28]],[[810,4106]],[[510,27,3756,311,3733,28]],[[692,4106]],[[710],[711]],[[3115,27,3207,24,3733,24,3733,28]],[[746,4103]],[[747,4106]],[[748,4106]],[[806,3209]],[[129,3209]],[[138,3208]],[[141,3209]],[[180,3670]],[[307,27,3733,24,3733,24,3733,28]],[[24,3733]],[[275,27,3733,24,3733,4107,28]],[[420,3209]],[[431,27,3733,24,3733,28]],[[469,27,3652,28]],[[498,3209]],[[527,3209]],[[558,27,3733,24,3733,28]],[[560,27,3733,24,3733,24,3733,28]],[[584,3209]],[[594,3670]],[[722,27,3733,24,3733,28]],[[24,3733]],[[766,27,3733,4108,28]],[[92,54,3425]],[[4109,4110]],[[92,56,3425]],[[24,3635,24,3635,24,3635]],[[3141],[3142],[3143]],[[768,27,3733,3144,28]],[[3083],[3084],[3085],[3086],[3087],[3088],[3090],[3091],[3092],[3093],[3094],[3095],[3096],[3098],[3174],[3099],[3100],[3101],[3105],[3106],[3107],[3109],[3110],[3111],[3112],[3113],[3180],[3114],[3116],[3117],[3118],[3119],[3120],[3121],[3122],[3123],[3124],[3125],[3127],[3128],[3129],[3130],[3131],[3132],[3133],[3134],[3135],[3136],[3137],[3139],[3145],[3155]],[[161,27,3733,24,3733,28]],[[73,27,3892,28]],[[71,3208]],[[75,3208]],[[74,3208]],[[76,3208]],[[70,27,3733,24,3733,28]],[[72,3208]],[[3147],[3148],[3149],[3150],[3151],[3152],[3153],[3154]],[[27,4111,28]],[[796]],[[3636,10,3636]],[[24,3166]],[[3166,4112]],[[3158],[3160]],[[354,3161]],[[93],[204]],[[3163,4113]],[[3164],[584]],[[3636,4114]],[[49],[50],[52],[51]],[[277,3733]],[[3733,4115]],[[349,4116,277,3733]],[[716,4116,277,3733]],[[114,4116,277,3733]],[[3169],[3170],[3171],[3172]],[[720,27,3173,28]],[[24,3733]],[[24,3733,4117]],[[274,3733]],[[277,3733,4118]],[[3176],[3178]],[[686,27,3733,3179,28]],[[3624,27,4119,28]],[[3629,27,3892,28]],[[3181],[3182]],[[24,3186]],[[3186,4120]],[[3733,3951]],[[3189],[3190]],[[34,3666]],[[3188],[35]],[[36,4121,3666,4122]],[[3625,4122]],[[3667,4122]],[[3191],[3192]],[[198,3634]],[[3193],[3194]],[[767,3733]],[[705,3733]],[[225,3733]],[[24,3733]],[[3733,4123]],[[54,67]],[[3201],[129]],[[453],[821]],[[14],[821]],[[603],[423],[424],[302],[304],[303],[189],[191],[190],[188],[782]],[[3207],[3205]],[[420],[604],[425],[305],[192],[766],[432],[527],[53]],[[27,3200,28]],[[27,3733,28]],[[27,3770,28]],[[24,3213]],[[3213,4124]],[[3733,4125]],[[24,3216]],[[3216,4126]],[[3733]],[[274,128,3653]],[[2005],[3219],[3220],[3229],[3231],[3232],[3235],[3236],[3255],[3254],[3280],[3283],[3281]],[[824,3733]],[[307,3224,231,307]],[[226,3224]],[[225,3227]],[[3221],[3222]],[[3733,3225,4127]],[[705,3227]],[[3218,25]],[[4128]],[[3196,3225]],[[122,4116,4129,4130,231,122]],[[225,3227]],[[3233,3234,4131]],[[3234]],[[3615,26]],[[102,4132,4133,231]],[[3233,3236,4131]],[[3237],[3238],[3239]],[[372,3227,231,372]],[[770,3733,218,3227,231,770]],[[558,3227,835,3733,231,558]],[[3242,25]],[[4134]],[[3244],[3245],[3250],[3253]],[[198,3733]],[[197,3627,3406,3827,4135]],[[197,3625,154,274,3246]],[[3635],[3247]],[[640,4136,3652]],[[163],[248],[731]],[[24,3252]],[[197,3248,293,274,3252,4137,3218]],[[3203,276]],[[3246],[3625],[641],[3251],[639]],[[197,3625,177,274,2352]],[[334,3616]],[[350,3616]],[[176],[663]],[[24,3266]],[[3266,4138]],[[24,3269]],[[154,3263,3269,4139]],[[3258],[3260]],[[805,4140,208,3261]],[[3641],[3187],[3629]],[[3187],[3625]],[[459],[594]],[[3264,1,3265]],[[3187],[3625]],[[3270],[581]],[[3267,1,3268]],[[135],[680],[158],[160],[159],[124],[601],[699],[143],[178],[419],[437]],[[3625],[3247]],[[24,3279]],[[67,3279,4141]],[[624,3271,4142]],[[3625],[3247]],[[24,3279]],[[67,3279,4143]],[[573,4144,4145]],[[3270,1,3263]],[[475,3625]],[[137,3625]],[[4146,277]],[[259,4147,3625,326,3627]],[[95,3733]],[[665,3733]],[[232,3733]],[[243,3733,3206,4148,4149]],[[3284],[3287]],[[3572,3312,3821]],[[3291],[3342]],[[132,3209]],[[3796,233]],[[342],[313]],[[3293,3861,3354,3863]],[[278,3967,4150,3354,3864]],[[637,3967,4150,3354,3865]],[[517,342]],[[734,3967]],[[3297],[3298]],[[3299,3861,3354,3863]],[[273,342,4150,3348,3342]],[[3291,4151]],[[3300],[3301],[3302]],[[4152,3303]],[[3294],[3295],[3296],[3304]],[[157,4153]],[[281,87]],[[762],[676]],[[4154],[4155]],[[3827,4156,92,3209,4157,3309]],[[4155],[3310]],[[3406,3311]],[[3796,3658]],[[453,605]],[[810,4106]],[[3644],[3315],[3209]],[[198,3316]],[[471,738,810,4106]],[[614,198,750]],[[4158,342]],[[734,4159]],[[146,3652]],[[142,3328]],[[675,3329]],[[661,3638]],[[4152,3291]],[[3313],[3314],[3317],[3318],[97],[3319],[3320],[3321],[3322],[3514],[3323],[3324],[3325],[3326],[3292]],[[266],[223],[198]],[[212],[417],[198]],[[734,4159]],[[146,3648]],[[4160,457]],[[4158,342]],[[3330],[3331],[3332],[3333]],[[279],[494],[626]],[[402,3335]],[[471,203,3346]],[[471,738,3346,4161]],[[471,738,3346]],[[471,203,3346,4162]],[[3338],[3340]],[[543,3609,4163,4164,4165]],[[578],[120]],[[67,3658]],[[822,79]],[[3343],[3344],[3345]],[[24,3349]],[[27,3349,4166,28]],[[3625,4167,4125]],[[24,3353]],[[27,3353,4168,28]],[[3209,4125]],[[3349],[3352]],[[3351],[3348]],[[115],[597],[294]],[[3359],[3362]],[[341,3828,3635]],[[146,3652]],[[3357],[3358],[3360]],[[763],[327]],[[745],[724]],[[3361,3355]],[[772,493,3625]],[[3359],[3363]],[[3359]],[[3406,-1]],[[39],[40],[41],[42],[43]],[[3367,4167,4169]],[[45,4170]],[[44],[3369]],[[3370,4171,4169]],[[46],[47],[48],[266]],[[3372,4172,4169]],[[807,4167]],[[112],[113]],[[54,4167,4173]],[[3408,4167,4174]],[[56,4167]],[[54,757]],[[3379],[55]],[[3380,3412,4173]],[[440,55]],[[442,55]],[[440,54,757]],[[442,757]],[[3382],[461],[3383],[3384],[3385]],[[3386,3412,4174]],[[57,3412]],[[53,4167,4169]],[[50,4175]],[[51,4175]],[[52,4175]],[[59,4167]],[[60],[61]],[[819,57]],[[54,757]],[[3396],[55]],[[819,4176,4173]],[[62,4173]],[[63,4167,4173]],[[64,4173]],[[65,4173]],[[66,3646,4173]],[[67,3646,4173]],[[69],[73],[70],[74],[71],[75],[72],[76]],[[3368],[3371],[3373],[3374],[3375],[3376],[3377],[3378],[3381],[3387],[3388],[3389],[49],[3390],[3391],[3392],[58],[3393],[3394],[3395],[3398],[3399],[3400],[3401],[3402],[3403],[3404],[614],[68],[3405]],[[440,54]],[[442],[3407]],[[45,4170]],[[44],[3409]],[[3638],[796]],[[27,3411,28]],[[625],[737],[784]],[[4177]],[[3202,3427,4174]],[[3202,3427]],[[56,4178]],[[3421],[3424],[117],[3415],[3417]],[[806,4174]],[[56,806]],[[3419],[3420]],[[732,4174]],[[56,732]],[[3422],[3423]],[[27,3636,28]],[[27,796,28]],[[3666],[56],[198]],[[3666],[198],[56]],[[3806,3462]],[[3462,4179]],[[4180]],[[235,3828,3601]],[[457],[3666]],[[606,4013,3433]],[[405,3828,3637]],[[426,3828,3637]],[[98,3828,3635]],[[498,3828,3647]],[[146,3828,3647]],[[152,3828,3648]],[[230,3828,3648]],[[97,3828,3637]],[[491,3828,3463]],[[666],[667],[668]],[[3444,3828,3463]],[[133],[698]],[[3446,3828,3635]],[[202,3828,3635]],[[198],[223],[266],[151],[542],[149]],[[595,3828,3449]],[[733,3828,27,3611,28]],[[822],[264],[345]],[[320,3828,3452]],[[183,209,3828,3648]],[[313,209,3828,3648]],[[3828]],[[697,3456,3625]],[[212],[417]],[[675,3458]],[[155,3828,3648]],[[341,3828,3635]],[[3432],[3434],[3435],[3436],[3437],[3438],[3439],[3440],[3441],[3442],[3443],[3445],[3447],[3448],[3450],[3451],[3466],[3464],[3453],[3454],[3455],[3457],[3459],[3460],[3461]],[[3635],[198]],[[4181,140,3828,3428]],[[4181,230,3828,3647]],[[4181,3202,3828,3427]],[[496,3636]],[[497,116,3476,4182,4183,4184]],[[4185,342,4186,27,4187,28]],[[4185,294,27,3756,28]],[[531],[360]],[[27,3756,28]],[[144,27,4187,28]],[[3472],[3473]],[[3471,3474]],[[3469],[3470],[3475]],[[294,27,3756,28]],[[342,4186,3628]],[[3477],[3478]],[[683,3636]],[[684,116,4185,3479,4188]],[[84,1,3636]],[[24,3491]],[[27,3491,4189,28]],[[3506],[410]],[[751,353,704,3485]],[[751,311,3494]],[[3486],[3487]],[[24,3504]],[[27,3504,4190,28]],[[497,3625,4191,4192,4193]],[[24,3506]],[[27,3506,4194,28]],[[3506],[3493]],[[697,3828,3625]],[[3875,235,3828,3601]],[[450,3828,3636]],[[405],[426]],[[3498,3828,3636]],[[183],[313]],[[3500,209,3828,3652]],[[146,3828,3652]],[[3495],[3496],[3497],[3499],[3501],[3502]],[[684,3666,4192]],[[24,3507]],[[27,3507,4195,28]],[[3756],[410]],[[200,1,3564]],[[307,247]],[[307,3203,247]],[[311],[489],[317]],[[4196,3513]],[[3614,3515]],[[140,3428]],[[3406,3827]],[[27,3583,24,3583,28]],[[24,3591]],[[3591,4197]],[[24,3522]],[[3522,4198]],[[3733],[198]],[[3576,1,3521]],[[3202,3427]],[[144,4199]],[[702,116,3648]],[[4200,229,116,3648]],[[239,116,3648]],[[3525],[3526],[3527]],[[358,4201]],[[702],[664]],[[3530,116,3648]],[[24,3564]],[[3564,4202]],[[24,3547]],[[3547,4203]],[[24,3556]],[[3556,4204]],[[116,4205,3648]],[[92,3649]],[[116,3648]],[[3539],[3540]],[[772,3666,4206]],[[772,3666]],[[4207,116,530,498]],[[3538],[3542],[3544]],[[306,3545]],[[3564,4208]],[[772,3666]],[[560,3648]],[[4209,116,3648,4210,4018]],[[92,3649,4018]],[[772,3666,4211]],[[3550],[3552]],[[306,4212]],[[3554],[4213]],[[3564,3555]],[[580,176,498]],[[211,470,498]],[[560,3648]],[[34,3666]],[[3560],[35]],[[3666,4214]],[[175,4103]],[[3562],[3563]],[[355,3647]],[[3565],[2450]],[[472],[466]],[[364],[456]],[[497,3628]],[[3629,4122]],[[3634],[3570]],[[3625],[3571]],[[3625]],[[24,3573]],[[27,3573,4215,28]],[[3571]],[[3576],[3581]],[[3625]],[[3571]],[[3625,23]],[[3625,23,4216,11]],[[3625]],[[3625]],[[3629]],[[3629]],[[3629]],[[3629]],[[3629]],[[3629]],[[3629],[3634]],[[3629],[3634]],[[3625]],[[3625]],[[3625]],[[3625]],[[3629]],[[3629]],[[3625]],[[3666]],[[3666]],[[3666]],[[3629],[3634]],[[3583,3634]],[[23,11]],[[23,11]],[[3634,4217]],[[3604],[3606]],[[3625,4218]],[[3629],[3634]],[[24,3609]],[[3609,4219]],[[24,3608]],[[3608,4220]],[[3625]],[[3624],[3690]],[[3615]],[[3624],[3697]],[[3617]],[[3625]],[[3647]],[[3625]],[[3625]],[[790],[791]],[[3623],[792]],[[3624],[3685]],[[24,3625]],[[3625,4221]],[[27,3627,28]],[[3625,4122]],[[3634,4122]],[[3625,4222]],[[3634,3634]],[[3631],[3632]],[[23,3625]],[[796],[794],[839],[840],[796],[797]],[[796],[794],[839],[840]],[[796],[839],[840],[796],[797]],[[796],[794],[840],[839]],[[794],[795]],[[4223,3639]],[[3652],[3656],[3662],[3658],[3657],[3640]],[[9,3635]],[[10,3635]],[[3641],[3642],[3643]],[[24,3648]],[[27,3648,4224,28]],[[793],[792]],[[3647],[794],[795]],[[3647],[794]],[[4223,3647]],[[3650],[838]],[[3651,4225]],[[3647]],[[24,3647]],[[3647,4226]],[[796],[839],[840],[796],[797]],[[721],[256]],[[457],[37]],[[49,793]],[[50,793]],[[51,793]],[[3659],[3660],[3661]],[[3412],[3665]],[[3665]],[[27,796,24,796,28]],[[3625],[3647]],[[3624],[3698]],[[3617],[3647]],[[3638],[3624]],[[27,28]],[[1],[2]],[[501],[502],[287],[364],[617]],[[287,23]],[[364,23]],[[617,23]],[[3673],[3674],[3675]],[[501,23]],[[502,23]],[[287,23]],[[364,23]],[[617,23]],[[3677],[3678],[3679],[3680],[3681]],[[3690],[3701],[246],[623],[576]],[[3694],[3686],[3687],[3691],[3699]],[[3683],[3684]],[[246],[576],[623]],[[806],[102],[117],[118],[129],[133],[804],[146],[148],[161],[194],[218],[231],[270],[271],[293],[296],[310],[322],[344],[822],[511],[514],[557],[572],[589],[598],[625],[628],[802],[674],[722],[732],[736],[777]],[[3705],[241],[262],[451],[521],[525],[552],[561],[574],[688]],[[3694],[3691],[3699]],[[3688],[3689]],[[241],[262],[451],[521],[525],[552],[561],[574],[688]],[[79],[78],[829],[827],[830],[81],[82],[83],[84],[87],[91],[95],[96],[97],[98],[99],[100],[106],[807],[111],[113],[112],[115],[808],[121],[124],[125],[127],[128],[134],[135],[136],[137],[138],[139],[141],[144],[142],[143],[147],[149],[150],[809],[151],[152],[153],[155],[156],[158],[159],[160],[162],[167],[176],[178],[182],[183],[52],[49],[192],[199],[200],[811],[202],[813],[208],[209],[210],[211],[212],[221],[222],[223],[228],[230],[232],[233],[234],[235],[66],[238],[237],[240],[242],[243],[244],[831],[249],[250],[252],[253],[254],[257],[258],[261],[263],[264],[266],[815],[275],[276],[279],[282],[73],[69],[285],[286],[289],[291],[294],[298],[299],[301],[300],[305],[306],[309],[832],[312],[315],[320],[321],[327],[328],[329],[330],[332],[333],[68],[341],[345],[351],[353],[354],[71],[360],[833],[367],[368],[369],[375],[820],[377],[378],[379],[380],[381],[382],[383],[384],[385],[386],[387],[388],[389],[390],[391],[392],[394],[393],[395],[396],[374],[399],[398],[400],[401],[403],[404],[405],[406],[408],[409],[415],[417],[418],[419],[420],[422],[425],[426],[428],[430],[432],[75],[74],[76],[436],[437],[439],[438],[440],[442],[443],[446],[447],[448],[449],[450],[454],[455],[458],[459],[461],[467],[468],[470],[473],[474],[475],[476],[478],[483],[484],[486],[490],[491],[492],[493],[494],[495],[496],[498],[499],[503],[505],[506],[504],[70],[72],[509],[512],[515],[516],[518],[519],[522],[523],[524],[527],[528],[529],[534],[538],[539],[541],[542],[823],[547],[546],[548],[549],[550],[554],[556],[559],[562],[564],[563],[565],[568],[566],[567],[741],[575],[577],[579],[580],[581],[582],[583],[584],[588],[590],[591],[834],[594],[595],[597],[602],[601],[606],[607],[605],[608],[604],[609],[613],[614],[615],[621],[626],[627],[629],[631],[633],[634],[635],[636],[642],[643],[644],[646],[649],[651],[661],[663],[665],[666],[667],[668],[669],[675],[679],[680],[681],[682],[683],[684],[689],[690],[691],[696],[697],[698],[699],[700],[701],[63],[704],[706],[707],[710],[711],[51],[50],[717],[719],[723],[724],[726],[727],[728],[730],[729],[735],[835],[739],[742],[743],[749],[750],[755],[760],[761],[763],[764],[765],[766],[768],[773],[774],[775],[778],[779],[780],[53]],[[836],[814],[820],[399],[401],[416],[465],[837],[519],[530],[570],[571],[678],[51],[50]],[[3692],[3693]],[[3705],[3701]],[[3694],[3687],[3699]],[[3695],[3696]],[[3694],[3686],[3687],[3691]],[[287],[364],[501],[502],[617]],[[78],[806],[87],[100],[102],[117],[118],[129],[133],[804],[137],[146],[148],[161],[194],[218],[231],[270],[271],[275],[291],[293],[296],[300],[322],[327],[344],[822],[475],[478],[490],[493],[497],[509],[511],[514],[554],[557],[572],[577],[588],[589],[598],[605],[606],[607],[608],[609],[615],[625],[633],[628],[634],[802],[674],[722],[732],[736],[739],[763],[775],[777]],[[3700],[623],[310]],[[79],[829],[827],[81],[82],[83],[84],[88],[91],[95],[826],[97],[96],[98],[99],[106],[807],[111],[112],[113],[115],[808],[121],[124],[125],[127],[128],[134],[136],[135],[138],[139],[141],[143],[142],[144],[147],[149],[150],[809],[151],[152],[153],[155],[156],[158],[160],[159],[162],[164],[167],[176],[178],[183],[182],[52],[49],[192],[199],[200],[202],[206],[813],[208],[209],[210],[211],[212],[221],[222],[223],[230],[232],[66],[235],[234],[237],[238],[240],[242],[243],[831],[249],[252],[253],[254],[258],[257],[815],[276],[228],[279],[261],[263],[264],[266],[282],[69],[73],[285],[289],[287],[294],[298],[299],[301],[305],[306],[309],[328],[312],[315],[321],[832],[329],[330],[332],[333],[320],[68],[341],[345],[351],[353],[354],[71],[360],[364],[833],[367],[368],[369],[405],[374],[379],[380],[385],[382],[383],[400],[384],[386],[388],[377],[387],[378],[396],[390],[389],[398],[391],[392],[393],[394],[395],[375],[403],[404],[407],[406],[408],[409],[415],[417],[418],[419],[420],[422],[425],[426],[430],[428],[432],[75],[74],[76],[436],[437],[438],[439],[440],[442],[443],[446],[447],[449],[448],[455],[450],[458],[454],[459],[461],[467],[470],[469],[473],[476],[483],[484],[486],[491],[492],[494],[495],[496],[498],[499],[503],[506],[504],[505],[70],[72],[512],[515],[516],[706],[518],[522],[524],[523],[527],[528],[529],[534],[538],[539],[541],[540],[542],[547],[546],[548],[549],[550],[553],[556],[559],[562],[563],[564],[565],[566],[567],[568],[741],[575],[579],[580],[581],[582],[583],[584],[590],[591],[834],[594],[595],[597],[602],[601],[604],[614],[613],[617],[621],[626],[627],[629],[631],[635],[636],[642],[643],[644],[648],[646],[649],[651],[661],[663],[665],[666],[667],[668],[669],[675],[679],[680],[681],[682],[684],[683],[688],[689],[690],[691],[699],[696],[698],[697],[700],[701],[63],[704],[707],[717],[719],[51],[710],[711],[50],[723],[724],[725],[726],[727],[728],[729],[730],[735],[835],[742],[743],[755],[760],[761],[750],[765],[764],[766],[774],[768],[778],[779],[780],[53]],[[170],[310],[280],[593],[592]],[[244],[250],[474],[688],[749],[773]],[[3702],[623],[3703],[3704],[830]],[[24,3629,4125]],[[3629,4125,4227]],[[168,742,3842,3535,2707,2705]],[[56,4167]],[[54,4167,4173]],[[3408,4167]],[[625,4228]],[[737,4228]],[[50,4175]],[[52,4175]],[[47,4172]],[[46,4229]],[[3709],[3710],[3711],[3712],[3713],[49],[3714],[3715],[3716],[68],[3410],[3717],[53]],[[3012],[3007],[3016],[3017],[3018]],[[497,116,3212,3897,4230]],[[497,116,3212]],[[4231,2423,4230]],[[497,116,3212]],[[4232,3897,2397]],[[497,116,3212]],[[4233,4234,3897,4230]],[[3720],[3722],[3724],[3726]],[[23,11]],[[11,4235]],[[11],[3609]],[[3583,23,3730]],[[3729],[3731],[3583],[3609]],[[3738,4236]],[[721],[256],[735]],[[331,4160,3734]],[[3745,4237]],[[453,3733]],[[3736],[3737]],[[90],[18]],[[3739,3733]],[[781,3733]],[[485],[21]],[[3742,3733]],[[3740],[3741],[3743]],[[3755,4238]],[[331,4160,457]],[[3019,3755]],[[85],[91]],[[3019,3748,2372]],[[3746],[3747],[3749]],[[4160,3027]],[[416,4239,3210]],[[635,355,3756]],[[3751],[3752],[3753]],[[3756,4240]],[[3770,4241]],[[20,3756]],[[11],[12],[13],[215],[431]],[[3758,3756]],[[9],[10]],[[3760,3756]],[[9],[10]],[[3762,325,3733,3206]],[[16],[17]],[[3764,3756]],[[19,3756]],[[22,3756]],[[3757],[3759],[3761],[3763],[3765],[3766],[3767]],[[828,3772]],[[3772,4242]],[[140,3666]],[[3792,4243]],[[3671,3733]],[[3187,4244]],[[3576,4245]],[[9],[10],[15]],[[3776,3770]],[[3204,3770]],[[4246,27,3200,28]],[[3959,2372]],[[29,3625,3733,30]],[[402,3074,82,27,3756,4247,28]],[[56,3770]],[[123,27,3733,92,3718,4248,28]],[[3196,3197]],[[122,4116,4249,4250,231]],[[165,27,3733,24,3718,28]],[[165,27,3733,745,3427,28]],[[198,27,3633,28]],[[751,27,3633,28]],[[325,3733,3206,9,3733]],[[3774],[3183],[3146],[3775],[3641],[38],[3049],[3050],[3061],[3777],[3778],[3779],[3780],[3781],[3782],[3783],[3784],[3786],[3787],[3788],[3789],[3790],[3791]],[[-1],[-2]],[[2169],[-2]],[[2144,3795],[2144]],[[453],[-2]],[[2017],[-2]],[[3508],[-2]],[[2014],[-2]],[[2015],[-2]],[[2016],[-2]],[[2019],[-2]],[[2020],[-2]],[[2021],[-2]],[[2025],[-2]],[[24],[-2]],[[2024,3807],[2024],[-2]],[[3567],[-2]],[[308],[-2]],[[2033],[-2]],[[2029],[-2]],[[2031],[-2]],[[2034],[-2]],[[2037,3814],[2037],[-2]],[[3568],[-2]],[[2829,3816],[2829],[-2]],[[2830,3817],[2830],[-2]],[[2054],[-2]],[[2111],[-2]],[[2062,3820],[2062],[-2]],[[3290],[-2]],[[2101],[-2]],[[145],[-2]],[[2102],[-2]],[[3573],[-2]],[[2092],[-2]],[[3514],[-2]],[[1],[-2]],[[2106],[-2]],[[2104],[-2]],[[2131],[-2]],[[2116,3832],[2116],[-2]],[[2117],[-2]],[[2128],[-2]],[[2127,3835],[2127],[-2]],[[2130,3836],[2130],[-2]],[[2233],[-2]],[[2235],[-2]],[[3575],[-2]],[[2140],[-2]],[[2139],[-2]],[[3510],[-2]],[[2144,3843],[2144],[-2]],[[2145],[-2]],[[3430],[-2]],[[3468],[-2]],[[2155],[-2]],[[700],[-2]],[[2151,3849],[2151],[-2]],[[2154],[-2]],[[92],[-2]],[[25],[-2]],[[2159,3853],[2159],[-2]],[[2160],[-2]],[[2168,3855],[2168],[-2]],[[2162,3856],[2162],[-2]],[[2163],[-2]],[[83],[-2]],[[2168,3859],[2168]],[[3362],[-2]],[[2189],[-2]],[[734],[-2]],[[3356,3863],[3356],[-2]],[[3364,3864],[3364],[-2]],[[3365,3865],[3365],[-2]],[[2109],[-2]],[[2186],[-2]],[[2194],[-2]],[[2193,3869],[2193],[-2]],[[2197,3870],[2197],[-2]],[[2207],[-2]],[[2215],[-2]],[[2210],[-2]],[[2214,3874],[2214],[-2]],[[675],[-2]],[[2231],[-2]],[[2240],[-2]],[[2242],[-2]],[[2241],[-2]],[[2244],[-2]],[[2245],[-2]],[[2255,3882],[2255],[-2]],[[3509],[-2]],[[2263,3884],[2263],[-2]],[[2264],[-2]],[[2269],[-2]],[[2271,3887],[2271],[-2]],[[2272],[-2]],[[2275],[-2]],[[2281,3890],[2281],[-2]],[[695],[-2]],[[3200],[-2]],[[2286],[-2]],[[2450],[-2]],[[2500],[-2]],[[2295],[-2]],[[2423],[-2]],[[2375],[-2]],[[2417],[-2]],[[2296,3900],[2296],[-2]],[[2374],[-2]],[[2331],[-2]],[[2316],[-2]],[[326],[-2]],[[3569],[-2]],[[2332],[-2]],[[2320],[-2]],[[2317],[-2]],[[2319,3909],[2319],[-2]],[[2330],[-2]],[[2325,3911],[2325],[-2]],[[2329,3912],[2329],[-2]],[[2333],[-2]],[[364],[-2]],[[2334],[-2]],[[3523],[-2]],[[2337],[-2]],[[3524],[-2]],[[3529],[-2]],[[2339],[-2]],[[2342],[-2]],[[2340],[-2]],[[2346],[-2]],[[2345,3924],[2345],[-2]],[[2347],[-2]],[[2435],[-2]],[[2391],[-2]],[[2498],[-2]],[[2365,3929],[2365],[-2]],[[2434,3930],[2434],[-2]],[[2388],[-2]],[[2426],[-2]],[[2419],[-2]],[[2392],[-2]],[[2394],[-2]],[[2377],[-2]],[[2385,3937],[2385],[-2]],[[2389],[-2]],[[2390],[-2]],[[2393,3940],[2393],[-2]],[[2415],[-2]],[[544],[-2]],[[2416,3943],[2416],[-2]],[[2422],[-2]],[[2427,3945],[2427],[-2]],[[2429,3946],[2429],[-2]],[[2439,3947],[2439]],[[2436],[-2]],[[2442],[-2]],[[2444,3950],[2444],[-2]],[[2449],[-2]],[[2465,3952],[2465],[-2]],[[2458],[-2]],[[316],[-2]],[[487],[-2]],[[2470],[-2]],[[2502],[-2]],[[2485,3958],[2485],[-2]],[[247],[-2]],[[2493],[-2]],[[2495],[-2]],[[2494],[-2]],[[2499],[-2]],[[2501,3964],[2501],[-2]],[[2514],[-2]],[[2516],[-2]],[[2507],[-2]],[[2515,3968],[2515],[-2]],[[373],[-2]],[[2529,3970],[2529],[-2]],[[822],[-2]],[[774],[-2]],[[2521],[-2]],[[2522],[-2]],[[598],[-2]],[[2532],[-2]],[[2533],[-2]],[[2540,3978],[2540],[-2]],[[2551],[-2]],[[2553],[-2]],[[2554],[-2]],[[2557],[-2]],[[2563],[-2]],[[2565],[-2]],[[2566],[-2]],[[2573,3986],[2573],[-2]],[[2575],[-2]],[[2583],[-2]],[[85],[-2]],[[3217],[-2]],[[2588,3991],[2588],[-2]],[[2629,3992],[2629],[-2]],[[2630],[-2]],[[2632,3994],[2632],[-2]],[[2643],[-2]],[[2645],[-2]],[[2647],[-2]],[[2650],[-2]],[[2642,3999],[2642],[-2]],[[2644,4000],[2644],[-2]],[[2646,4001],[2646],[-2]],[[2649,4002],[2649],[-2]],[[2667],[-2]],[[2651],[-2]],[[2658,4005],[2658],[-2]],[[2660],[-2]],[[2661],[-2]],[[2662],[-2]],[[2663],[-2]],[[2666,4010],[2666],[-2]],[[2676],[-2]],[[2678,4012],[2678],[-2]],[[3671],[-2]],[[2681],[-2]],[[2687],[-2]],[[2688],[-2]],[[3559],[-2]],[[3557],[-2]],[[2697],[-2]],[[2710],[-2]],[[2716],[-2]],[[2731,4022],[2731],[-2]],[[2706],[-2]],[[2715,4024],[2715]],[[2720],[-2]],[[2727],[-2]],[[2733],[-2]],[[518],[-2]],[[2766],[-2]],[[2751],[-2]],[[2745],[-2]],[[2750],[-2]],[[2738],[-2]],[[2802,4034],[2802]],[[2746],[-2]],[[2749],[-2]],[[2752,4037],[2752],[-2]],[[2764],[-2]],[[2767,4039],[2767],[-2]],[[2781],[-2]],[[834],[-2]],[[90],[-2]],[[2791,4043],[2791],[-2]],[[2808],[-2]],[[2811,4045],[2811],[-2]],[[2814],[-2]],[[2826],[-2]],[[2818],[-2]],[[2823],[-2]],[[2834,4050],[2834],[-2]],[[2841],[-2]],[[2848],[-2]],[[2861],[-2]],[[2852],[-2]],[[2862,4055],[2862],[-2]],[[3682],[-2]],[[3566],[-2]],[[2939],[-2]],[[2942],[-2]],[[279],[-2]],[[2899],[-2]],[[2900],[-2]],[[253],[-2]],[[2909,4064],[2909],[-2]],[[2910],[-2]],[[2911],[-2]],[[3672],[-2]],[[2918],[-2]],[[452],[-2]],[[2951,4070],[2951],[-2]],[[2955],[-2]],[[2960,4072],[2960],[-2]],[[2964],[-2]],[[2967],[-2]],[[2966,4075],[2966],[-2]],[[2973],[-2]],[[2981],[-2]],[[2977],[-2]],[[2982],[-2]],[[2985,4080],[2985],[-2]],[[2987],[-2]],[[2994],[-2]],[[2997],[-2]],[[2998],[-2]],[[2993,4085],[2993],[-2]],[[2995],[-2]],[[272],[-2]],[[3000],[-2]],[[3002,4089],[3002],[-2]],[[3006],[-2]],[[3011],[-2]],[[3024],[-2]],[[213],[-2]],[[3063],[-2]],[[3047],[-2]],[[3066],[-2]],[[3068],[-2]],[[3059],[-2]],[[3065],[-2]],[[3075,4100],[3075],[-2]],[[3078],[-2]],[[3082],[-2]],[[3670],[-2]],[[3089,4104],[3089]],[[3097],[-2]],[[3156],[-2]],[[3126],[-2]],[[3138],[-2]],[[3140],[-2]],[[3162],[-2]],[[3157],[-2]],[[3159,4112],[3159],[-2]],[[584],[-2]],[[3165],[-2]],[[3168],[-2]],[[3733],[-2]],[[3175],[-2]],[[3177],[-2]],[[3185],[-2]],[[3184,4120],[3184],[-2]],[[3676],[-2]],[[3634],[-2]],[[3199,4123],[3199],[-2]],[[3211,4124],[3211],[-2]],[[2424],[-2]],[[3214,4126],[3214],[-2]],[[3223],[-2]],[[3226,4128],[3226]],[[3228,4129],[3228]],[[3230],[-2]],[[3616],[-2]],[[3241],[-2]],[[3227],[-2]],[[3240,4134],[3240]],[[3243],[-2]],[[750],[-2]],[[3249,4137],[3249],[-2]],[[3257,4138],[3257],[-2]],[[3259,4139],[3259],[-2]],[[3256],[-2]],[[3272,4141],[3272],[-2]],[[3273],[-2]],[[3276,4143],[3276],[-2]],[[3275],[-2]],[[3277],[-2]],[[449],[-2]],[[3282],[-2]],[[3285],[-2]],[[3286],[-2]],[[3578],[-2]],[[3292],[-2]],[[3306],[-2]],[[3625],[-2]],[[3334,4154],[3334],[-2]],[[3327,4155],[3327],[-2]],[[3307],[-2]],[[3308],[-2]],[[517],[-2]],[[342],[-2]],[[3203],[-2]],[[3337],[-2]],[[3339],[-2]],[[3628],[-2]],[[3336],[-2]],[[3341],[-2]],[[3347,4166],[3347],[-2]],[[3412],[-2]],[[3350,4168],[3350],[-2]],[[3414],[-2]],[[513],[-2]],[[3665],[-2]],[[3663],[-2]],[[3418],[-2]],[[56],[-2]],[[3426],[-2]],[[3397],[-2]],[[3413,4177],[3413]],[[3416],[-2]],[[3429,4179],[3429],[-2]],[[3462,4180],[3462]],[[198],[-2]],[[3467],[-2]],[[3481],[-2]],[[3484],[-2]],[[357],[-2]],[[3482],[-2]],[[3627],[-2]],[[3480],[-2]],[[3483,4189],[3483],[-2]],[[3489,4190],[3489],[-2]],[[3488],[-2]],[[3503,4192],[3503],[-2]],[[3490],[-2]],[[3492,4194],[3492],[-2]],[[3505,4195],[3505],[-2]],[[3511],[-2]],[[3517,4197],[3517],[-2]],[[3519,4198],[3519],[-2]],[[3528,4199],[3528]],[[477],[-2]],[[3531,4201],[3531]],[[3532,4202],[3532],[-2]],[[3534,4203],[3534],[-2]],[[3536,4204],[3536],[-2]],[[498],[-2]],[[3541],[-2]],[[3543],[-2]],[[3546],[-2]],[[3548],[-2]],[[3549],[-2]],[[3551],[-2]],[[3553],[-2]],[[3558],[-2]],[[3561],[-2]],[[3574,4215],[3574],[-2]],[[3580],[-2]],[[3605],[-2]],[[3607],[-2]],[[3610,4219],[3610],[-2]],[[3612,4220],[3612],[-2]],[[3626,4221],[3626],[-2]],[[3630],[-2]],[[798],[-2]],[[3645,4224],[3645],[-2]],[[3647,4225],[3647],[-2]],[[3654,4226],[3654],[-2]],[[3706,4227],[3706],[-2]],[[39],[-2]],[[3664],[-2]],[[2397],[-2]],[[3721],[-2]],[[3723],[-2]],[[3622],[-2]],[[3725],[-2]],[[3728],[-2]],[[3744,4236],[3744],[-2]],[[3735],[-2]],[[3750,4238],[3750],[-2]],[[464],[-2]],[[3754],[-2]],[[3768,4241],[3768],[-2]],[[3769,4242],[3769],[-2]],[[3771],[-2]],[[3773],[-2]],[[3031],[-2]],[[592],[-2]],[[3081],[-2]],[[3028],[-2]],[[3785,4249],[3785]],[[3198],[-2]]]]; \ No newline at end of file diff --git a/tests/parser/data/failures.csv b/tests/parser/data/failures.csv index 2e79576..cd63ab1 100644 --- a/tests/parser/data/failures.csv +++ b/tests/parser/data/failures.csv @@ -364,7 +364,6 @@ SET validate_password.length = 16" "INSTALL COMPONENT ""file://component_validate_password"" SET GLOBAL validate_password.length = 60, validate_password.number_count = 50" "RESET PERSIST" -"GRANT INSERT,DELETE,UPDATE ON mysql.component TO wl10916@localhost" "INSTALL COMPONENT ""file://component_validate_password"" SET length = 12" "EOF SELECT COUNT(*) FROM wl12475.t1" @@ -573,13 +572,6 @@ f CHAR(30), g INT, h TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, KEY(g), SPATIAL KEY(e), FULLTEXT(f)) engine=myisam" -"GRANT ALL ON db1.v2 TO 'testuser'@'localhost'" -"GRANT ALL ON db1.v1 TO 'testuser'@'localhost'" -"GRANT EXECUTE ON FUNCTION db1.f1 TO 'testuser'@'localhost'" -"GRANT ALL ON db1.v3 TO 'testuser'@'localhost'" -"GRANT SELECT on db1.t1 TO 'testuser'@'localhost'" -"GRANT ALL ON db1.v1 TO testuser1@localhost" -"GRANT ALL ON db1.t1 TO testuser1@localhost" "REVOKE ALL ON db1.v1 FROM testuser1@localhost" "REVOKE ALL ON db1.t1 FROM testuser1@localhost" "CREATE TABLE t1( INT)" @@ -1248,8 +1240,6 @@ SELECT 1 + 1 AS x FROM t GROUP BY x WITH ROLLUP HAVING x = 1" "EXPLAIN FORMAT=JSON INTO @v1 DELETE t1, t2 FROM t1, t2" "EXPLAIN FORMAT=JSON INTO @v1 SELECT /*+ SET_VAR(optimizer_switch='hypergraph_optimizer=OFF')*/ * FROM t1" "EXPLAIN FORMAT=JSON INTO @v1 SELECT /*+ SET_VAR(optimizer_switch='hypergraph_optimizer=ON')*/ * FROM t1" -"GRANT SELECT ON mysqltest1.t2 TO 'privtest'@'localhost'" -"GRANT SELECT,INSERT,UPDATE ON mysqltest1.v2 TO 'privtest'@'localhost'" "EXPLAIN FORMAT=tree SELECT * FROM t1 LEFT JOIN t2 USING ( a ), LATERAL ( SELECT * FROM t3 WHERE t3.a = t2.a LIMIT 1 ) t3d, LATERAL ( SELECT * FROM t3 WHERE t3.a > t1.a LIMIT 1 ) t4d" @@ -1287,11 +1277,7 @@ vc VARCHAR(1) NOT NULL, gc INT GENERATED ALWAYS AS (1))" "/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */" "/*!40101 SET SQL_MODE=@OLD_SQL_MODE */" -"GRANT CREATE VIEW, SHOW VIEW ON testdb.v1 TO 'show_view_tbl'@'localhost'" echo -"GRANT SELECT(c1) on testdb.v1 to 'select_only_c1'@localhost" -"GRANT EXECUTE ON PROCEDURE db35380295.p35380295 TO u2b35380295" -"REVOKE EXECUTE ON PROCEDURE db35380295.p35380295 FROM u2b35380295" "REVOKE ALL PRIVILEGES ON db35380295.* FROM u1b35380295" "FLUSH LOCAL TABLES test.t1, test.t2 for ExPoRt" "FLUSH TABLE db1.t1 FOR EXPORT" @@ -1323,10 +1309,6 @@ UNIQUE KEY(pk))" "CREATE TABLE self (base INT, pk INT GENERATED ALWAYS AS (base+1) STORED, fk INT, UNIQUE KEY(pk), FOREIGN KEY (fk) REFERENCES self(pk))" "CREATE TABLE parent0 (base INT, pk INT GENERATED ALWAYS AS (base+1) VIRTUAL, UNIQUE KEY(pk))" -"GRANT SELECT, DELETE, INSERT, UPDATE on wl8910db.parent to user5@localhost" -"GRANT SELECT, DELETE, INSERT, UPDATE on wl8910db.parent to user6@localhost" -"GRANT SELECT, DELETE, INSERT, UPDATE on wl8910db.child to user6@localhost" -"GRANT DELETE ON wl8910db.parent TO user7@localhost" "/*!50101 CREATE TABLE child (fk INT, FOREIGN KEY (fk) REFERENCES parent(pk)) */" "/*! ALTER TABLE child ADD FOREIGN KEY (fk) REFERENCES parent(pk) */" "CREATE TABLE t1 (f1 INT PRIMARY KEY, f2 INT, F3 INT AS (f1+1) VIRTUAL, @@ -1856,12 +1838,7 @@ WHERE ST_Contains(ST_Buffer(bridges.position, 15.0), buildings.footprint) = 1" "CREATE TABLE t1 (g GEOMCOLLECTION)" "revoke all privileges on mysqltest.* from mysqltest_1@localhost" "revoke all on test.* from mysqltest_3@localhost" -"grant all on test.t1 to mysqltest_2@localhost with grant option" "revoke all on test.t1 from mysqltest_2@localhost" -"revoke grant option on test.t1 from mysqltest_2@localhost" -"grant select(a) on test.t1 to drop_user@localhost" -"grant select(a) on test.t1 to drop_user1@localhost" -"grant select on test.t1 to drop_user2@localhost" "CREATE DATABASE " "USE " "CREATE TABLE ( INT)" @@ -1882,44 +1859,12 @@ WHERE ST_Contains(ST_Buffer(bridges.position, 15.0), buildings.footprint) = 1" "CREATE TABLE t8 LIKE t1" "CREATE TABLE t9 LIKE t1" "CREATE TABLE t10 LIKE t1" -"GRANT SELECT ON test.t1 TO testuser@localhost" -"GRANT SELECT ON test.t2 TO testuser@localhost" -"GRANT SELECT ON test.t3 TO testuser@localhost" -"GRANT SELECT ON test.t4 TO testuser@localhost" -"GRANT SELECT ON test.t5 TO testuser@localhost" -"GRANT SELECT ON test.t6 TO testuser@localhost" -"GRANT SELECT ON test.t7 TO testuser@localhost" -"GRANT SELECT ON test.t8 TO testuser@localhost" -"GRANT SELECT ON test.t9 TO testuser@localhost" -"GRANT SELECT ON test.t10 TO testuser@localhost" -"GRANT SELECT (a) ON test.t1 TO testuser@localhost" -"GRANT SELECT (a) ON test.t2 TO testuser@localhost" -"GRANT SELECT (a) ON test.t3 TO testuser@localhost" -"GRANT SELECT (a) ON test.t4 TO testuser@localhost" -"GRANT SELECT (a) ON test.t5 TO testuser@localhost" -"GRANT SELECT (a) ON test.t6 TO testuser@localhost" -"GRANT SELECT (a) ON test.t7 TO testuser@localhost" -"GRANT SELECT (a) ON test.t8 TO testuser@localhost" -"GRANT SELECT (a) ON test.t9 TO testuser@localhost" -"GRANT SELECT (a) ON test.t10 TO testuser@localhost" "revoke ALL PRIVILEGES on t1 from grant_user@localhost" -"grant update (a) on mysqltest_1.t1 to mysqltest_3@localhost" -"grant select (b) on mysqltest_1.t2 to mysqltest_3@localhost" -"grant select (c) on mysqltest_2.t1 to mysqltest_3@localhost" -"grant update (d) on mysqltest_2.t2 to mysqltest_3@localhost" "revoke all on mysqltest_1.t1 from mysqltest_3@localhost" "revoke all on mysqltest_1.t2 from mysqltest_3@localhost" "revoke all on mysqltest_2.t1 from mysqltest_3@localhost" "revoke all on mysqltest_2.t2 from mysqltest_3@localhost" -"grant select on mysqltest_2.t1 to mysqltest_3@localhost" -"grant all on mysqltest.t1 to mysqltest_1@localhost" "revoke all privileges on mysqltest.t1 from mysqltest_1@localhost" -"GRANT ALL PRIVILEGES ON mysqltest.dummytable TO dummy@localhost" -"GRANT ALL PRIVILEGES ON mysqltest.dummyview TO dummy@localhost" -"GRANT CREATE VIEW ON mysqltest.dummytable TO dummy@localhost" -"GRANT CREATE VIEW ON mysqltest.dummyview TO dummy@localhost" -"GRANT SHOW VIEW ON mysqltest.dummytable TO dummy@localhost" -"GRANT SHOW VIEW ON mysqltest.dummyview TO dummy@localhost" "create database " "grant select on .* to root@localhost" "drop database " @@ -1928,62 +1873,15 @@ WHERE ST_Contains(ST_Buffer(bridges.position, 15.0), buildings.footprint) = 1" "alter user mysqltest_7@ identified by 'systpass'" "show grants for mysqltest_7@" "drop user mysqltest_7@" -"GRANT DELETE ON mysqltest.t1 TO mysqltest1@'%'" -"GRANT SELECT ON mysqltest.t1 TO mysqltest1@'192.%'" -"grant alter on db27515.t1 to user27515@localhost" -"grant insert, create on db27515.t2 to user27515@localhost" "grant select on mysqltest.* to mysqltest_8@" "show grants for mysqltest_8@" -"GRANT SHOW VIEW ON mysqltest2.v_ny TO 'mysqltest_1'@'localhost'" -"GRANT SELECT ON mysqltest2.v_yn TO 'mysqltest_1'@'localhost'" -"GRANT SHOW VIEW,SELECT ON mysqltest2.v_yy TO 'mysqltest_1'@'localhost'" -"GRANT SELECT ON mysqltest1.t1 TO mysqltest_1@localhost" -"GRANT DROP ON mysqltest1.t1 TO mysqltest_1@localhost" -"GRANT ALTER ON mysqltest1.t1 TO mysqltest_1@localhost" -"GRANT INSERT, CREATE ON mysqltest1.t1 TO mysqltest_1@localhost" -"REVOKE DROP, INSERT ON mysqltest1.t1 FROM mysqltest_1@localhost" -"REVOKE DROP, INSERT ON mysqltest1.t2 FROM mysqltest_1@localhost" -"GRANT EXECUTE ON PROCEDURE mysqltest1.p_def TO mysqltest_1@localhost" -"GRANT EXECUTE ON PROCEDURE mysqltest2.p_inv TO mysqltest_1@localhost" -"GRANT EXECUTE ON FUNCTION mysqltest3.f_def TO mysqltest_1@localhost" -"GRANT EXECUTE ON FUNCTION mysqltest4.f_inv TO mysqltest_1@localhost" -"GRANT SELECT ON mysqltest2.t2 TO mysqltest_2@localhost" -"REVOKE SELECT ON mysqltest1.t1 FROM mysqltest_1@localhost" -"REVOKE SELECT ON mysqltest2.t2 FROM mysqltest_2@localhost" -"REVOKE UPDATE (f1) ON `test`.`t1` FROM 'mysqltest_1'@'localhost'" "REVOKE ALL ON db27878.* FROM 'mysqltest_1'@'localhost'" -"grant execute on function mysqltest1.f1 to mysqluser1@localhost" -"grant execute on procedure mysqltest1.p1 to mysqluser1@localhost" -"grant execute on function mysqltest1.f1 to mysqluser11@localhost" -"grant execute on procedure mysqltest1.p1 to mysqluser11@localhost" -"grant select on mysqltest1.t22 to mysqluser1@localhost" -"grant select on mysqltest1.t11 to mysqluser1@localhost" "create user юзер_юзер@localhost" "grant select on test.* to юзер_юзер@localhost" "revoke all on test.* from юзер_юзер@localhost" "drop user юзер_юзер@localhost" -"grant select, insert on mysqltest.t2 to mysqltest@localhost" -"grant insert on mysqltest.t4 to mysqltest@localhost" -"grant create, insert on mysqltest.t5 to mysqltest@localhost" -"grant create, insert on mysqltest.t6 to mysqltest@localhost" -"revoke select, insert on mysqltest.t2 from mysqltest@localhost" -"revoke insert on mysqltest.t4 from mysqltest@localhost" -"revoke create, insert on mysqltest.t5 from mysqltest@localhost" -"revoke create, insert on mysqltest.t6 from mysqltest@localhost" "REVOKE ALL ON db1.* FROM 'user1'@'localhost'" "REVOKE ALL ON db1.* FROM 'user2'@'%'" -"GRANT GRANT OPTION ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT SELECT ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT INSERT ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT UPDATE ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT DELETE ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT CREATE ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT DROP ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT ALTER ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT INDEX ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT REFERENCES ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT CREATE VIEW ON mysqltest_db1.t1 TO mysqltest_u1@localhost" -"GRANT SHOW VIEW ON mysqltest_db1.t1 TO mysqltest_u1@localhost" "CREATE USER очень_длинный_юз@localhost" "CREATE USER очень_очень_длинный_юзер@localhost" "CREATE USER очень_очень_очень_длинный_юзер__@localhost" @@ -2011,70 +1909,23 @@ WHERE ST_Contains(ST_Buffer(bridges.position, 15.0), buildings.footprint) = 1" "REVOKE EXECUTE ON PROCEDURE p1 FROM очень_длинный_юз@localhost" "REVOKE EXECUTE ON PROCEDURE p1 FROM очень_очень_длинный_юзер@localhost" "REVOKE EXECUTE ON PROCEDURE p1 FROM очень_очень_очень_длинный_юзер__@localhost" -"GRANT INSERT ON db_1.test_table TO user_name_len_25_01234567@localhost" -"GRANT SELECT ON db_1.test_table TO user_name_len_25_01234567@localhost" -"GRANT UPDATE ON db_1.test_table TO user_name_len_25_01234567@localhost" -"GRANT DELETE ON db_1.test_table TO user_name_len_25_01234567@localhost" "DROP USER очень_длинный_юз@localhost" "DROP USER очень_очень_длинный_юзер@localhost" "DROP USER очень_очень_очень_длинный_юзер__@localhost" "CONNECT (conn_su,localhost,user_name_len_22_01234,,)" -"GRANT ALL PRIVILEGES ON mysqltest.visible TO mysqltest@localhost" -"GRANT ALL PRIVILEGES ON mysqltest.v0 TO mysqltest@localhost" -"GRANT SELECT(s1, s2, u1, u2, i1, i2) ON mysqltest.cols TO mysqltest@localhost" -"GRANT INSERT(s1, s2, u1, u2, i1, i2) ON mysqltest.cols TO mysqltest@localhost" -"GRANT UPDATE(u1, u2) ON mysqltest.cols TO mysqltest@localhost" -"GRANT DELETE ON mysqltest.cols TO mysqltest@localhost" -"GRANT SELECT(i1, i2, i3) ON mysqltest.ins TO mysqltest@localhost" -"GRANT INSERT(i1, i2, i3) ON mysqltest.ins TO mysqltest@localhost" -"GRANT UPDATE(i1, i2, i3) ON mysqltest.ins TO mysqltest@localhost" -"GRANT SELECT(b1, b2) ON mysqltest.source TO mysqltest@localhost" -"GRANT SELECT(s1, s2, u1, u2, i1, i2) ON mysqltest.v1 TO mysqltest@localhost" -"GRANT INSERT(s1, s2, u1, u2, i1, i2) ON mysqltest.v1 TO mysqltest@localhost" -"GRANT UPDATE(u1, u2) ON mysqltest.v1 TO mysqltest@localhost" -"GRANT DELETE ON mysqltest.v1 TO mysqltest@localhost" -"GRANT EXECUTE ON FUNCTION mysqltest.f1 TO mysqltest@localhost" -"GRANT EXECUTE ON PROCEDURE mysqltest.p1 TO mysqltest@localhost" -"GRANT EXECUTE ON PROCEDURE mysqltest.p2 TO mysqltest@localhost" "REVOKE ALL PRIVILEGES ON mysqltest.v0 FROM mysqltest@localhost" -"REVOKE SELECT(s2) ON mysqltest.v1 FROM mysqltest@localhost" -"REVOKE INSERT(i2,s2,u2) ON mysqltest.v1 FROM mysqltest@localhost" -"REVOKE UPDATE(u2) ON mysqltest.v1 FROM mysqltest@localhost" "REVOKE ALL PRIVILEGES ON mysqltest.visible FROM mysqltest@localhost" -"REVOKE SELECT(s2) ON mysqltest.cols FROM mysqltest@localhost" -"REVOKE INSERT(i2,s2,u2) ON mysqltest.cols FROM mysqltest@localhost" -"REVOKE UPDATE(u2) ON mysqltest.cols FROM mysqltest@localhost" -"REVOKE SELECT(i2) ON mysqltest.ins FROM mysqltest@localhost" -"REVOKE SELECT(b2) ON mysqltest.source FROM mysqltest@localhost" -"REVOKE EXECUTE ON FUNCTION mysqltest.f1 FROM mysqltest@localhost" -"REVOKE EXECUTE ON PROCEDURE mysqltest.p1 FROM mysqltest@localhost" -"GRANT SELECT, UPDATE, INSERT on test02.tbl01 TO 'user02'@'localhost'" -"GRANT EXECUTE ON FUNCTION test02.sf to 'user02'@'localhost'" -"grant update on test.t1 to 'mysqltest_2'" -"grant update (c2) on test.t2 to 'mysqltest_2'" -"GRANT ALL ON mysqltest_1.t1 TO mysqltest_1@'127.0.0.0/255.0.0.0'" "REVOKE ALL ON mysqltest_1.t1 FROM mysqltest_1@'127.0.0.0/255.0.0.0'" "revoke all on mysqltest_1.* from mysqltest_1@'127.0.0.1'" "revoke all on mysqltest_1.* from mysqltest_1@'127.0.0.0/255.0.0.0'" -"grant select on mysqltest_2.t1 to mysqltest_u1@localhost" "create table t1 like mysqltest_2.t1" -"grant select on mysqltest_1.t1 to mysqltest_2@localhost" "CREATE TEMPORARY TABLE t2 LIKE t1" "CREATE TEMPORARY TABLE t6(a INT) ENGINE = MERGE UNION = ()" "ALTER TABLE t6 UNION = ()" "ALTER TABLE mysqltest_db2.t2_2 UNION = ()" -"grant select on test.t1 to CUser@localhost" -"grant select on test.t1 to CUser@LOCALHOST" -"grant select(a) on test.t1 to CUser@localhost" -"grant select(a) on test.t1 to CUser@LOCALHOST" -"GRANT SELECT (a), INSERT (b) ON `temp`.`t1` TO 'user2'@'%'" "create table t_select_priv like t_column_priv_only" "create table t_no_priv like t_column_priv_only" -"grant insert (a) on mysqltest_db1.t_column_priv_only to mysqltest_u1@localhost" -"grant select on mysqltest_db1.t_select_priv to mysqltest_u1@localhost" "create table test.t_duplicated like mysqltest_db1.t_select_priv" -"GRANT EXECUTE ON PROCEDURE sys.table_exists TO ''@''" -"grant insert, select on mysqltest_db1.t1 to mysqltest_u1@localhost" "flush table mysqltest_db1.t1" "ALTER USER user() IDENTIFIED BY 'abc'" "CREATE USER 20553132_u1@localhost" @@ -2098,11 +1949,9 @@ SELECT 1" "REVOKE ALL ON *.* FROM user1@localhost" "DROP USER user1@localhost, user1@47.9.9.9, user2, bug20625566_user@localhost, bug20625566_dest@localhost" -"GRANT SELECT ON db_1.test_table TO some_user@localhost" "ALTER USER u1@localhost DEFAULT ROLE r1" "REVOKE ALL ON *.* FROM u1@localhost" "REVOKE ALL ON *.* FROM u1" -"GRANT ALL ON test.t1 TO 'u1'@'localhost'" "DISCONNECT con_admin_test" "CONNECTION con_admin_test" "SHOW GRANTS FOR u1 using r1" @@ -2131,18 +1980,7 @@ DO SET @sum = @sum + 1" "ALTER DEFINER=wl15874_na@localhost EVENT wl15874_ev1 ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 HOUR DO SET @sum = @sum + 2" -"GRANT SELECT ON privtest_db.t2 TO 'privtest'@'localhost'" -"GRANT INSERT ON privtest_db.t1 TO 'privtest'@'localhost'" "REVOKE ALL PRIVILEGES ON privtest_db.t1 FROM 'privtest'@'localhost'" -"REVOKE INSERT ON privtest_db.t1 FROM 'privtest'@'localhost'" -"GRANT DELETE ON privtest_db.t1 TO 'privtest'@'localhost'" -"GRANT INSERT, DELETE ON privtest_db.t1 TO 'privtest'@'localhost'" -"GRANT UPDATE ON privtest_db.t1 TO 'privtest'@'localhost'" -"REVOKE UPDATE ON privtest_db.t1 FROM 'privtest'@'localhost'" -"GRANT SELECT ON privtest_db.t1 TO 'privtest'@'localhost'" -"GRANT UPDATE, SELECT ON privtest_db.t1 TO 'privtest'@'localhost'" -"GRANT DELETE, SELECT ON privtest_db.t1 TO 'privtest'@'localhost'" -"GRANT SELECT, INSERT, UPDATE, DELETE ON privtest_db.v1 TO 'privtest'@'localhost'" "REVOKE IF EXISTS SELECT ON rngp_db.* FROM rngp_user1" "REVOKE IF EXISTS CREATE, SELECT ON rngp_db.* FROM rngp_user1" "REVOKE IF EXISTS SELECT ON rngp_db.* FROM rngp_role1" @@ -2153,71 +1991,27 @@ DO SET @sum = @sum + 2" "REVOKE IF EXISTS SELECT ON rngp_db.* FROM rngp_user1, rngp_user2" "REVOKE ALL ON *.* FROM rngp_role1" "REVOKE IF EXISTS SELECT ON rngp_db.* FROM rngp_role1, rngp_role2" -"GRANT EXECUTE, GRANT OPTION ON PROCEDURE rngp_db.rngp_proc TO rngp_role" -"GRANT EXECUTE ON PROCEDURE rngp_db.rngp_proc TO rngp_role" -"GRANT EXECUTE, ALTER ROUTINE ON PROCEDURE rngp_db.rngp_proc TO rngp_role" -"REVOKE GRANT OPTION ON PROCEDURE rngp_db.rngp_proc FROM rngp_role" -"REVOKE ALTER ROUTINE ON PROCEDURE rngp_db.rngp_proc FROM rngp_role" "REVOKE IF EXISTS GRANT OPTION ON PROCEDURE rngp_db.rngp_proc FROM rngp_role" "REVOKE IF EXISTS ALTER ROUTINE, EXECUTE ON PROCEDURE rngp_db.rngp_proc FROM rngp_role" -"GRANT EXECUTE, GRANT OPTION ON PROCEDURE rngp_db.rngp_proc TO rngp_user" -"GRANT EXECUTE ON PROCEDURE rngp_db.rngp_proc TO rngp_user" -"GRANT EXECUTE, ALTER ROUTINE ON PROCEDURE rngp_db.rngp_proc TO rngp_user" -"REVOKE GRANT OPTION ON PROCEDURE rngp_db.rngp_proc FROM rngp_user" -"REVOKE ALTER ROUTINE ON PROCEDURE rngp_db.rngp_proc FROM rngp_user" "REVOKE IF EXISTS GRANT OPTION ON PROCEDURE rngp_db.rngp_proc FROM rngp_user" "REVOKE IF EXISTS ALTER ROUTINE, EXECUTE ON PROCEDURE rngp_db.rngp_proc FROM rngp_user" "REVOKE ALL PRIVILEGES ON PROCEDURE rngp_db.rngp_proc FROM rngp_role" "REVOKE ALL PRIVILEGES ON PROCEDURE rngp_db.rngp_proc FROM rngp_user" -"GRANT SELECT, INSERT ON rngp_db.tb1 TO rngp_role" -"GRANT SELECT (no), INSERT (no) ON rngp_db.tb2 TO rngp_role" -"GRANT SELECT ON rngp_db.tb1 TO rngp_role" -"GRANT SELECT (no) ON rngp_db.tb2 TO rngp_role" -"GRANT SELECT, UPDATE ON rngp_db.tb1 TO rngp_role" -"GRANT SELECT (no), UPDATE (no) ON rngp_db.tb2 TO rngp_role" -"REVOKE INSERT ON rngp_db.tb1 FROM rngp_role" -"REVOKE INSERT (no) ON rngp_db.tb2 FROM rngp_role" -"REVOKE REFERENCES ON rngp_db.tb1 FROM rngp_role" -"REVOKE REFERENCES (no) ON rngp_db.tb2 FROM rngp_role" -"REVOKE UPDATE ON rngp_db.tb1 FROM rngp_role" -"REVOKE UPDATE (no) ON rngp_db.tb2 FROM rngp_role" "REVOKE IF EXISTS SELECT ON rngp_db.tb1 FROM rngp_role" "REVOKE IF EXISTS SELECT (no) ON rngp_db.tb2 FROM rngp_role" "REVOKE IF EXISTS INSERT, SELECT ON rngp_db.tb1 FROM rngp_role" "REVOKE IF EXISTS INSERT (no), SELECT (no) ON rngp_db.tb2 FROM rngp_role" -"GRANT INSERT ON rngp_db.tb1 TO rngp_role" -"GRANT INSERT (no) ON rngp_db.tb2 TO rngp_role" -"GRANT INSERT, SELECT (x) ON rngp_db.tb1 TO rngp_role" -"GRANT UPDATE, INSERT, SELECT (x), REFERENCES (x) ON rngp_db.tb1 TO rngp_role" -"REVOKE INSERT, SELECT (x) ON rngp_db.tb1 FROM rngp_role" "REVOKE IF EXISTS UPDATE, INSERT, SELECT (x), REFERENCES (x) ON rngp_db.tb1 FROM rngp_role" -"GRANT SELECT, INSERT ON rngp_db.tb1 TO rngp_user" -"GRANT SELECT (no), INSERT (no) ON rngp_db.tb2 TO rngp_user" -"GRANT SELECT ON rngp_db.tb1 TO rngp_user" -"GRANT SELECT (no) ON rngp_db.tb2 TO rngp_user" -"GRANT SELECT, UPDATE ON rngp_db.tb1 TO rngp_user" -"GRANT SELECT (no), UPDATE (no) ON rngp_db.tb2 TO rngp_user" -"REVOKE INSERT ON rngp_db.tb1 FROM rngp_user" -"REVOKE INSERT (no) ON rngp_db.tb2 FROM rngp_user" -"REVOKE REFERENCES ON rngp_db.tb1 FROM rngp_user" -"REVOKE REFERENCES (no) ON rngp_db.tb2 FROM rngp_user" -"REVOKE UPDATE ON rngp_db.tb1 FROM rngp_user" -"REVOKE UPDATE (no) ON rngp_db.tb2 FROM rngp_user" "REVOKE IF EXISTS SELECT ON rngp_db.tb1 FROM rngp_user" "REVOKE IF EXISTS SELECT (no) ON rngp_db.tb2 FROM rngp_user" "REVOKE IF EXISTS INSERT, SELECT ON rngp_db.tb1 FROM rngp_user" "REVOKE IF EXISTS INSERT (no), SELECT (no) ON rngp_db.tb2 FROM rngp_user" -"GRANT INSERT ON rngp_db.tb1 TO rngp_user" -"GRANT INSERT (no) ON rngp_db.tb2 TO rngp_user" "REVOKE ALL PRIVILEGES ON rngp_db.tb1 FROM rngp_role" "REVOKE ALL PRIVILEGES ON rngp_db.tb1 FROM rngp_user" -"GRANT EXECUTE ON PROCEDURE mysql.p1 TO u2@localhost" "call mtr.add_suppression(""Column count of mysql.* is wrong. "" ""Expected .*, found .*. "" ""The table is probably corrupted"")" "CREATE TABLE mysql.temp_user LIKE mysql.user" -"GRANT EXECUTE ON PROCEDURE test.p1 TO u2@localhost" -"GRANT EXECUTE ON FUNCTION test.myfunc TO u2@localhost" "CREATE TABLE t100 LIKE t10" "CREATE TABLE t10000 LIKE t10" "insert into t2 select @@ -2264,7 +2058,6 @@ where even.id != l.a" LATERAL (SELECT t2.f3 AS field2 FROM t1 t3 WHERE (t2.f3 <=> t2.f4) GROUP BY field2 ORDER BY t1.f2) AS t4) GROUP BY field2 ORDER BY field1" -"GRANT SELECT(c1) ON s1.t1 TO u1@localhost" "SELECT EMPNUM, GRADE*1000 FROM HU.STAFF WHERE GRADE * 1000 > ANY (SELECT SUM(BUDGET) FROM HU.PROJ @@ -2587,8 +2380,6 @@ KEY col_date_key (col_date_key) "ANALYZE TABLE t UPDATE HISTOGRAM ON x USING DATA '{""buckets"": [[""base64:type254:MA=="", ""base64:type254:MQ=="", 0.6666666666666666, 2], [""base64:type254:Mg=="", ""base64:type254:Mg=="", 1.0, 1]], ""data-type"": ""string"", ""auto-update"": false, ""null-values"": 0.0, ""collation-id"": 255, ""sampling-rate"": 1.0, ""histogram-type"": ""equi-height"", ""number-of-buckets-specified"": 2}'" "ANALYZE TABLE t UPDATE HISTOGRAM ON x USING DATA '{""buckets"": [[0, 0.3333333333333333], [1, 0.6666666666666666], [2, 1.0]], ""data-type"": ""int"", ""auto-update"": false, ""null-values"": 0.0, ""collation-id"": 8, ""sampling-rate"": 1.0, ""histogram-type"": ""singleton"", ""number-of-buckets-specified"": 4}'" "ANALYZE TABLE t UPDATE HISTOGRAM ON x USING DATA '{""buckets"": [[0, 1, 0.6666666666666666, 2], [2, 2, 1.0, 1]], ""data-type"": ""int"", ""auto-update"": false, ""null-values"": 0.0, ""collation-id"": 8, ""sampling-rate"": 1.0, ""histogram-type"": ""equi-height"", ""number-of-buckets-specified"": 2}'" -"GRANT UPDATE ON test.t1 TO some_user_name@host_1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890" -"GRANT UPDATE (f1) ON test.t2 TO some_user_name@host_1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890" "GRANT some_user_name@host_1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890 TO root@localhost" "GRANT u1@localhost TO some_user_name@host_1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890" "REVOKE ALL ON *.* FROM some_user_name@host_1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890abcdefghij1234567890" @@ -2636,7 +2427,6 @@ let $EXPORT_DIR= $MYSQL_TMP_DIR/export" "print T1_ $_" close(T1_) "REVOKE ALL ON *.* FROM noimportforyou@localhost" -"GRANT CREATE ON s1.t1 TO noimportforyou@localhost" "IMPORT TABLE FROM 't1_*.sdi', 't2_*.sdi'" "EOF @@ -2661,12 +2451,6 @@ IMPORT TABLE FROM 't_case.sdi'" "CREATE TABLE t1 (i INT DEFAULT 42, dt DATETIME(3) DEFAULT CURRENT_TIMESTAMP(3), de DECIMAL(10,2), j INT GENERATED ALWAYS AS (42+i)) ENGINE=MYISAM" "IMPORT TABLE FROM 'test/t1*.sdi'" -"grant select (a) on mysqltest.t1 to mysqltest_2@localhost" -"grant select on mysqltest.v1 to mysqltest_3" -"grant select (a) on test.t1 to joe@localhost with grant option" -"grant select (f1) on mysqltest.t1 to user1@localhost" -"grant select on mysqltest.t2 to user2@localhost" -"grant select(b) on mysqltest.t1 to mysqltest_1@localhost" "GRANT SELECT ON *.* TO очень_очень_очень_длинный_юзер__@localhost" "CREATE TABLE t1 (f1 DATE NOT SECONDARY)" "ALTER TABLE t1 MODIFY f1 DATE NOT SECONDARY" @@ -2967,7 +2751,6 @@ vbidxcol CHAR(3) AS (substr(b,1,3)) VIRTUAL "OPTIMIZE TABLES columns_priv, db, user" "SELECT 1 FROM DUAL LIMIT 1 FOR UPDATE INTO @var" "SELECT 1 UNION SELECT 1 FOR UPDATE INTO @var" -"GRANT ALL ON db1.t1 TO mysqluser1" "my $file_trad= $ENV{'LOG_FILE_TRAD'}" "my $file_json= $ENV{'LOG_FILE_JSON'}" "my $file_conv= $ENV{'LOG_FILE_JSON_TO_TRAD'}" @@ -3177,8 +2960,6 @@ print ""[ PASS ] Expected entry found in the json error log: "" . $item->{'msg'} SELECT @@session.long_query_time INTO @old_long_query_time" -"GRANT EXECUTE ON PROCEDURE db1.P1 to user_1@localhost" -"GRANT EXECUTE ON FUNCTION db1.f1 to user_1@localhost" "my $c_w= grep(/Different lower_case_table_names settings/gi,)" "print ""# Found lower_case_table_names error $c_w times.\n""" "create table t2 like T1" @@ -3191,10 +2972,6 @@ SELECT @@session.long_query_time INTO @old_long_query_time" "drop table İİ" "CREATE TABLE TestTable2 LIKE TestTable1" "CREATE TABLE T2 LIKE T1" -"GRANT SELECT ON my_db.UPPERCASE_MYISAM TO 'test_user'@'localhost'" -"GRANT SELECT ON my_db.lowercase_myisam TO 'test_user'@'localhost'" -"GRANT SELECT ON my_db.UPPERCASE_INNODB TO 'test_user'@'localhost'" -"GRANT SELECT ON my_db.lowercase_innodb TO 'test_user'@'localhost'" "EOF @@ -3263,7 +3040,6 @@ WHERE object_type LIKE 'TABLESPACE' AND object_name LIKE 'ts2'" ""privileges in databases. An incident event "" ""has been written to the binary log which "" ""will stop the slaves."")" -"grant update on mysqltest.t1 to mysqltest_1@localhost" "SET @before:= (SELECT MAX_DATA_LENGTH FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME='t1' AND TABLE_SCHEMA='test')" "SELECT @before=@after" "CREATE TABLE ta (pk INT, embedding VECTOR(4), PRIMARY KEY (pk)) ENGINE=MyISAM" @@ -3324,7 +3100,6 @@ if (!$zoneinfo_europe_path) { } CREATE DATABASE test_zone" -"GRANT ALL PRIVILEGES ON `roelt`.`test2` TO 'user3'@'%'" "CREATE TABLE test.slave_master_info_backup LIKE mysql.slave_master_info" "[client] loose-database=db2 @@ -3510,7 +3285,6 @@ FROM t1 WINDOW w as (ORDER BY id RANGE BETWEEN 1 FOLLOWING AND 2 FOLLOWING)" "EXPLAIN FORMAT=JSON SELECT /*+ SET_VAR(windowing_use_high_precision=OFF)*/ d, AVG(d) over w `avg`, SUM(d) OVER w `sum`, COUNT(*) OVER w cnt FROM t1 WINDOW w as (ORDER BY d RANGE BETWEEN 1 FOLLOWING AND 2 FOLLOWING)" -"GRANT INSERT, SELECT on test01.tbl01 TO 'user01'@'localhost'" "create procedure p1() select COUNT(*) FROM v1 WHERE f1 IN @@ -3824,8 +3598,6 @@ FROM performance_schema.variables_info WHERE VARIABLE_NAME IN "RESET PERSIST validate_password_length" "RESET PERSIST gtid_mode" "RESET PERSIST enforce_gtid_consistency" -"GRANT INSERT ON mysql.plugin TO bug51770@localhost" -"GRANT DELETE ON mysql.plugin TO bug51770@localhost" "CREATE USER очень_очень_очень_длинный_юзер__ IDENTIFIED WITH 'test_plugin_server' AS 'очень_очень_очень_длинный_дест__'" "CREATE USER очень_очень_очень_длинный_дест__ IDENTIFIED BY 'plug_dest_passwd'" "DROP USER очень_очень_очень_длинный_юзер__" @@ -3866,10 +3638,7 @@ cast(rand(10)*@precision as unsigned integer) from t1" "set @dec=6" "set @dec=2" "SET @empty = ''" -"grant select on mysqltest.t9 to second_user@localhost" -"grant select on mysqltest.t1 to second_user@localhost" "revoke all privileges on mysqltest.t1 from second_user@localhost" -"grant all on test.t1 to drop_user@localhost" "revoke all privileges on test.t1 from drop_user@localhost " "set @a= timestamp ""2001-01-02 10:11:12.345""" "set @a=date ""2001-01-02""" @@ -4059,7 +3828,6 @@ create user nonsuper@localhost" "CREATE TEMPORARY TABLE temp2 LIKE temp1" "RESET PERSIST replica_type_conversions" "ALTER USER u11 DEFAULT ROLE ALL" -"GRANT SELECT ON db1.t1 TO r1" "ALTER USER u1@localhost DEFAULT ROLE r1,r2" "SHOW GRANTS FOR u1@localhost USING r1" "SHOW GRANTS FOR u2@localhost USING r1" @@ -4083,11 +3851,8 @@ RESTART "REVOKE ALL PRIVILEGES, GRANT OPTION FROM unknown_user IGNORE UNKNOWN USER" "REVOKE PROXY ON u1 FROM unknown_user IGNORE UNKNOWN USER" "REVOKE r1 FROM unknown_user IGNORE UNKNOWN USER" -"GRANT SELECT, INSERT (i) ON wl14690.t TO u1, u2" "GRANT CREATE USER, EVENT, TRIGGER, CREATE TABLESPACE, CREATE ROLE, DROP ROLE ON *.* TO u2" -"GRANT EXECUTE ON FUNCTION wl14690.fun TO u1,u3" "REVOKE INSERT (i) ON wl14690.t FROM u1, u2 IGNORE UNKNOWN USER" -"GRANT INSERT (i) ON wl14690.t TO u1, u2" "REVOKE r1 FROM unknown_user, u2 IGNORE UNKNOWN USER" "REVOKE SELECT, INSERT (i) ON wl14690.t FROM u1, u2, unknown_user IGNORE UNKNOWN USER" "REVOKE TABLE_ENCRYPTION_ADMIN ON *.* FROM unknown_user, u2 IGNORE UNKNOWN USER" @@ -4127,10 +3892,6 @@ ON *.* FROM u1, u2 IGNORE UNKNOWN USER" "LET old_log_output= `select @@global.log_output`" "LET old_general_log= `select @@global.general_log`" "LET old_general_log_file= `select @@global.general_log_file`" -"GRANT SELECT(f2), INSERT(f3), INDEX, UPDATE(f1,f3, f2, f4), ALTER on -test.t1 TO test_user1" -"GRANT ALL ON PROCEDURE test.proc_rewrite_1 TO test_user1" -"GRANT EXECUTE ON FUNCTION test.func_rewrite_1 TO test_user1" "CHANGE REPLICATION SOURCE TO SOURCE_PASSWORD='azundris3'" "SET PASSWORD = '' REPLACE ''" "ALTER USER u1 IDENTIFIED BY '123' REPLACE '', u2 IDENTIFIED BY '456' @@ -4159,22 +3920,9 @@ IGNORE_SERVER_IDS = (99,100), SOURCE_TLS_VERSION = 'TLSv1.2', SOURCE_TLS_CIPHERSUITES = NULL, SOURCE_BIND = 'eth4n', SOURCE_RETRY_COUNT = 7, SOURCE_DELAY = 4711, SOURCE_AUTO_POSITION = 0 FOR CHANNEL 'chan_jackie'" -"GRANT SELECT, UPDATE, CREATE, DROP, INSERT, DELETE ON db1.t1 TO `admin-db1t1`" -"GRANT SELECT, UPDATE, CREATE, DROP, INSERT, DELETE ON db2.t1 TO `admin-db2t1`" "SHOW GRANTS FOR CURRENT_USER() USING `admin-db1`" "GRANT b30896461_test1@localhost TO b30896461_test2@localhost" -"GRANT EXECUTE ON FUNCTION `B30896461`.`testFn` TO b30896461_test1@localhost" -"GRANT EXECUTE ON PROCEDURE db1.sp1 TO r1" -"GRANT EXECUTE ON PROCEDURE world.proc_empty TO r_worldrou" -"GRANT EXECUTE ON FUNCTION world.func_plusone TO r_worldrou" "SHOW GRANTS FOR u_worldrou@localhost USING r_worldrou" -"GRANT SELECT ON db1.v1 TO r1" -"GRANT ALL on test.t1 TO test_role" -"GRANT ALL on test.v1 TO test_role" -"GRANT ALL on test.v2 TO test_role" -"GRANT ALL on test.t2 TO user_without_role@localhost" -"GRANT ALL on test.v3 TO user_without_role@localhost" -"GRANT ALL on test.v4 TO user_without_role@localhost" "GRANT role1, `role2`@`host2`, role3 TO user1, user2, `user3`@`host3`" "GRANT `engineering`@`US` TO `engineering`@`INDIA`" "REVOKE role1, `role2`@`host2`, role3 FROM user1, user2, `user3`@`host3`" @@ -4182,38 +3930,23 @@ SOURCE_DELAY = 4711, SOURCE_AUTO_POSITION = 0 FOR CHANNEL 'chan_jackie'" "ALTER USER CURRENT_USER() DEFAULT ROLE NONE" "SHOW GRANTS FOR `joe`@`localhost` USING wp_administrators" "SHOW GRANTS FOR `joe`@`localhost` USING engineering" -"GRANT UPDATE(c1,c3), INSERT(c1) ON test.t_external TO consultants" "SHOW GRANTS FOR sally USING engineering, consultants" "SHOW GRANTS FOR sally USING consultants" "SHOW GRANTS FOR sally USING engineering" -"GRANT SELECT ON test.t_external TO `replication`" -"GRANT DELETE ON test.t_external TO delete_stuff_privilege" "SHOW GRANTS FOR current_user() USING `replication`" "SHOW GRANTS FOR `joe`@`localhost` USING `replication`" -"GRANT UPDATE,INSERT,DELETE ON mysql.user TO security_admin" -"GRANT UPDATE,INSERT,DELETE ON mysql.db TO security_admin" -"GRANT UPDATE,INSERT,DELETE ON mysql.proxies_priv TO security_admin WITH GRANT OPTION" -"GRANT UPDATE,INSERT,DELETE ON mysql.role_edges TO security_admin" "ALTER USER `joe_schema_designer`@`localhost` DEFAULT ROLE `schema_designer`" "SHOW GRANTS FOR 'joe_schema_designer'@'localhost' USING 'schema_designer'" -"GRANT SELECT ON db1.t1 TO backup_admin" -"GRANT UPDATE(c2) ON db1.t1 TO backup_admin" "SHOW GRANTS FOR 'joe_schema_designer'@'localhost' USING 'db_admin'" -"GRANT EXECUTE ON PROCEDURE db1.sp1 TO `db_admin`" -"GRANT EXECUTE ON PROCEDURE db1.sp2 TO `db_admin`" "SHOW GRANTS FOR CURRENT_USER() USING `db_admin`" "SHOW GRANTS FOR CURRENT_USER() USING db_admin" "SHOW GRANTS FOR u1@`%` USING r1" "ALTER USER u1@localhost DEFAULT ROLE ALL" "ALTER USER u1@localhost DEFAULT ROLE NONE" "GRANT CREATE ROLE, DROP ROLE ON *.* TO r1" -"GRANT SELECT ON other.t1 TO r1" -"GRANT SELECT ON other.t1 TO u1@localhost" "GRANT r1@Vilhelmina TO u1@localhost" "SHOW GRANTS FOR u1@localhost USING u1234567890123456789012345678901" "ALTER USER r2 DEFAULT ROLE r1" -"GRANT SELECT ON mysql.db to r1" -"GRANT SELECT ON mysql.user to r2" "ALTER USER baseuser default role r2" "DISCONNECT con_base" "DISCONNECT con_admin1" @@ -4221,21 +3954,7 @@ SOURCE_DELAY = 4711, SOURCE_AUTO_POSITION = 0 FOR CHANNEL 'chan_jackie'" "ALTER USER u1 DEFAULT ROLE r1" "ALTER USER u1@localhost DEFAULT ROLE 'r1'" "SHOW GRANTS FOR CURRENT_USER() USING r1" -"REVOKE SELECT ON db1.t1 FROM r1" -"GRANT SELECT(c1) ON db1.t1 TO r1" -"REVOKE SELECT(c1) ON db1.t1 FROM r1" -"GRANT SELECT ON db1.t2 TO r1 WITH GRANT OPTION" -"GRANT SELECT ON db1.t2 TO u1@localhost" -"REVOKE SELECT ON db1.t2 FROM u1@localhost" -"GRANT SELECT (c1) ON db1.t2 TO u1@localhost" -"REVOKE SELECT (c1) ON db1.t2 FROM u1@localhost" -"GRANT SELECT ON db1.t1 TO r2" -"REVOKE SELECT ON db1.t1 FROM r2" -"GRANT SELECT(c1) ON db1.t1 TO r2" -"REVOKE SELECT(c1) ON db1.t1 FROM r2" -"GRANT SELECT ON db1.t2 TO r1" "SHOW GRANTS FOR u1@localhost USING r1,r2" -"GRANT SELECT ON `secdb1`.`t1` TO u2@localhost" "GRANT 'r1'@'' TO 'u1'@''" "GRANT 'r2'@'' TO 'u1'@''" "REVOKE 'r1'@'' FROM 'u1'@''" @@ -4243,10 +3962,7 @@ SOURCE_DELAY = 4711, SOURCE_AUTO_POSITION = 0 FOR CHANNEL 'chan_jackie'" "GRANT CREATE ROLE, DROP ROLE ON *.* TO uu@localhost" "REVOKE ALL ON *.* FROM my_role" "REVOKE ALL ON *.* FROM foo@localhost" -"GRANT UPDATE (row_is_verified) ON bug_test.test_table TO `r_verifier`@`localhost`" -"GRANT UPDATE (row_is_verified) ON bug_test.test_table TO `TestUserWorks`@`localhost`" "GRANT `r_verifier`@`localhost` TO `TestUserFails`@`localhost`" -"GRANT INSERT(id), UPDATE(id), SELECT(id) ON my_db.t1 to foo_role, bar" "REVOKE ALL ON my_db.t1 FROM foo_role" "REVOKE ALL ON my_db.t1 FROM bar" "GRANT CREATE ROLE, DROP ROLE ON *.* TO b35471453@localhost" @@ -6114,27 +5830,13 @@ let b = $x + $y; $$ " "SELECT 1 AS $hi" -"grant execute on procedure db1_secret.stamp to user1@'%'" -"grant execute on function db1_secret.db to user1@'%'" -"grant execute on procedure db1_secret.stamp to ''@'%'" -"grant execute on function db1_secret.db to ''@'%'" -"grant usage on procedure db2.q to user2@localhost with grant option" -"grant execute on procedure db2.q to user1@localhost" -"grant execute on procedure sptest.p1 to usera@localhost" -"grant execute on procedure sptest.p1 to userc@localhost with grant option" -"grant execute on procedure sptest.p1 to userb@localhost" -"grant all privileges on procedure sptest.p1 to userc@localhost" "revoke all privileges on procedure sptest.p1 from userb@localhost" -"grant execute on procedure db_bug14533.bug14533_1 to user_bug14533@localhost" -"grant execute on procedure db_bug14533.bug14533_2 to user_bug14533@localhost" "CONNECT (con_tester,localhost,tester,,B48872)" "CONNECT (con_tester_denied,localhost,Tester,,B48872)" "CONNECTION con_tester" "CONNECTION con_tester_denied" "DISCONNECT con_tester" "DISCONNECT con_tester_denied" -"GRANT EXECUTE ON PROCEDURE mysqltest_db.p1 TO user@localhost" -"REVOKE EXECUTE ON PROCEDURE mysqltest_db.p1 FROM user@localhost" "CREATE PROCEDURE p2() BEGIN DECLARE i TINYINT DEFAULT 3; @@ -6480,13 +6182,6 @@ SELECT RELEASE_LOCK('e1_lock'); INSERT INTO t2 SELECT * FROM t1; END" -"GRANT SELECT ON test1.t1 TO user_name_len_22_01234@localhost" -"GRANT EXECUTE ON PROCEDURE test1.p1_len22 TO user_name_len_22_01234@localhost" -"GRANT EXECUTE ON PROCEDURE test1.p1_len22 TO user_name_len_16@localhost" -"REVOKE SELECT ON test1.t1 FROM user_name_len_22_01234@localhost" -"GRANT SELECT ON test1.t1 TO user_name_len_32_012345678901234@localhost" -"GRANT EXECUTE ON FUNCTION test1.f1_len32 TO user_name_len_32_012345678901234@localhost" -"GRANT EXECUTE ON FUNCTION test1.f1_len32 TO user_name_len_22_01234@localhost" "CREATE PROCEDURE `v1`(_limit_val BIGINT, _offset_val BIGINT) BEGIN CREATE TEMPORARY TABLE n1 AS (SELECT * FROM t1 LIMIT _limit_val OFFSET _offset_val); @@ -6646,16 +6341,12 @@ AND TIMESTAMP'2014-01-05 01:01:01'" "INSERT INTO t2 VALUES ( TIMESTAMP'1970-01-01 01:00:00.000000+00:00' )" "INSERT INTO t2 VALUES ( TIMESTAMP'1970-01-01 00:00:01.000000+00:00' )" "CREATE TABLE diffs (i INT, CONSTRAINT i CHECK (1200 = i) ENFORCED)" -"grant all privileges on test.t1 to mysqltest_1@localhost" -"grant all privileges on test.t2 to mysqltest_1@localhost" "CALL mtr.add_suppression(""Column count of mysql.* is wrong. "" ""Expected .*, found .*. "" ""The table is probably corrupted"")" "CREATE USER user1@" "GRANT UPDATE (a) ON t1 TO user1@" "DROP USER user1@" -"GRANT SELECT ON mysql.user TO 'mysql.session'@localhost" -"GRANT ALL ON test.t1 TO 'u1' " "TYPE=TRIGGERNAME trigger_table=t1 EOF @@ -6727,35 +6418,7 @@ update t1 set count= count + 1 where id = old.id; end if; end" "insert into t1 (id, count) values (1, 0)" -"GRANT INSERT, DROP ON mysqltest_db1.t1 TO mysqltest_dfn@localhost" -"GRANT INSERT, DROP ON mysqltest_db1.t2 TO mysqltest_dfn@localhost" -"GRANT TRIGGER ON mysqltest_db1.t1 TO mysqltest_dfn@localhost" -"REVOKE TRIGGER ON mysqltest_db1.t1 FROM mysqltest_dfn@localhost" -"GRANT ALL PRIVILEGES ON mysqltest_db1.t1 TO mysqltest_dfn@localhost" -"GRANT ALL PRIVILEGES ON mysqltest_db1.t2 TO mysqltest_dfn@localhost" -"GRANT ALL PRIVILEGES ON mysqltest_db1.t1 -TO 'mysqltest_inv'@localhost" -"GRANT SELECT ON mysqltest_db1.t2 -TO 'mysqltest_inv'@localhost" -"REVOKE INSERT ON mysqltest_db1.t2 FROM mysqltest_dfn@localhost" -"GRANT UPDATE ON mysqltest_db1.t2 TO mysqltest_u1@localhost" -"GRANT UPDATE(col) ON mysqltest_db1.t3 TO mysqltest_u1@localhost" -"GRANT UPDATE(col) ON mysqltest_db1.t4 TO mysqltest_u1@localhost" -"REVOKE UPDATE ON mysqltest_db1.t1 FROM mysqltest_u1@localhost" -"REVOKE UPDATE ON mysqltest_db1.t2 FROM mysqltest_u1@localhost" -"GRANT SELECT ON mysqltest_db1.t2 TO mysqltest_u1@localhost" -"REVOKE UPDATE(col) ON mysqltest_db1.t3 FROM mysqltest_u1@localhost" -"REVOKE UPDATE(col) ON mysqltest_db1.t4 FROM mysqltest_u1@localhost" -"GRANT SELECT(col) on mysqltest_db1.t3 TO mysqltest_u1@localhost" -"GRANT SELECT(col) on mysqltest_db1.t4 TO mysqltest_u1@localhost" -"REVOKE SELECT ON mysqltest_db1.t1 FROM mysqltest_u1@localhost" -"REVOKE SELECT ON mysqltest_db1.t2 FROM mysqltest_u1@localhost" -"REVOKE SELECT(col) ON mysqltest_db1.t3 FROM mysqltest_u1@localhost" -"REVOKE SELECT(col) ON mysqltest_db1.t4 FROM mysqltest_u1@localhost" -"GRANT SELECT(col) ON mysqltest_db1.t3 TO mysqltest_u1@localhost" -"GRANT SELECT(col) ON mysqltest_db1.t4 TO mysqltest_u1@localhost" "REVOKE ALL ON *.* FROM 'no_rights'@'localhost'" -"GRANT INSERT ON test1.t1 TO user_name_len_22_01234@localhost" "CREATE TRIGGER _AI_1 AFTER INSERT ON t1 FOR EACH ROW SET @t1_var=concat(@t1_var,'_AI_1')" "CREATE TRIGGER _AI_2 AFTER INSERT ON t1 FOR EACH ROW SET @@ -7345,112 +7008,10 @@ eval SET @@global.validate_password.dictionary_file=""$MYSQLTEST_VARDIR/tmp/dict "drop table tü" "create view v1 as select avg(distinct s1) from t1" "ALTER DEFINER=s@1 VIEW v1 AS SELECT * FROM t1" -"grant select on mysqltest.t1 to mysqltest_1@localhost" "revoke all privileges on test.* from mysqltest_1@localhost" -"grant select (c) on mysqltest.v1 to mysqltest_1@localhost" "revoke all privileges on mysqltest.v1 from mysqltest_1@localhost" -"grant select on mysqltest.v1 to mysqltest_1@localhost" -"grant select on mysqltest.v2 to mysqltest_1@localhost" -"grant select on mysqltest.v3 to mysqltest_1@localhost" -"grant select on mysqltest.v4 to mysqltest_1@localhost" -"grant show view on mysqltest.v5 to mysqltest_1@localhost" -"grant select on mysqltest.v5 to mysqltest_1@localhost" -"grant show view on mysqltest.v1 to mysqltest_1@localhost" -"revoke select on mysqltest.v5 from mysqltest_1@localhost" -"grant update (a) on mysqltest.v2 to mysqltest_1@localhost" -"grant update on mysqltest.v1 to mysqltest_1@localhost" -"grant delete on mysqltest.v1 to mysqltest_1@localhost" -"grant insert on mysqltest.v1 to mysqltest_1@localhost" -"grant update(b) on mysqltest.t2 to mysqltest_1@localhost" -"grant create view on mysqltest.v3 to mysqltest_1@localhost" -"grant create view, update on mysqltest.v3 to mysqltest_1@localhost" -"grant update,select(b) on mysqltest.t2 to mysqltest_1@localhost" -"revoke select on mysqltest.t1 from mysqltest_1@localhost" -"GRANT SELECT, INSERT, UPDATE, DELETE ON mysqltest1.v_t1 TO readonly@localhost" -"GRANT SELECT ON mysqltest1.v_ts TO readonly@localhost" -"GRANT INSERT ON mysqltest1.v_ti TO readonly@localhost" -"GRANT UPDATE ON mysqltest1.v_tu TO readonly@localhost" -"GRANT UPDATE,SELECT ON mysqltest1.v_tus TO readonly@localhost" -"GRANT DELETE ON mysqltest1.v_td TO readonly@localhost" -"GRANT DELETE,SELECT ON mysqltest1.v_tds TO readonly@localhost" -"GRANT SELECT ON db17254.t1 TO inv_17254@localhost" "REVOKE ALL ON mysqltest_db1.* FROM mysqltest_u1@localhost" "REVOKE ALL ON mysqltest_db2.* FROM mysqltest_u2@localhost" -"GRANT DROP ON db26813.v1 TO u26813@localhost" -"GRANT CREATE VIEW ON db26813.v2 TO u26813@localhost" -"GRANT DROP, CREATE VIEW ON db26813.v3 TO u26813@localhost" -"GRANT SELECT ON db26813.t1 TO u26813@localhost" -"GRANT SELECT, DROP, CREATE VIEW, SHOW VIEW ON mysqltest_29908.v1 TO u29908_1@localhost" -"GRANT SELECT, DROP, CREATE VIEW, SHOW VIEW ON mysqltest_29908.v2 TO u29908_1@localhost" -"GRANT SELECT ON mysqltest_29908.t1 TO u29908_1@localhost" -"GRANT SELECT, DROP, CREATE VIEW ON mysqltest_29908.v1 TO u29908_2@localhost" -"GRANT SELECT, DROP, CREATE VIEW, SHOW VIEW ON mysqltest_29908.v2 TO u29908_2@localhost" -"GRANT SELECT ON mysqltest_29908.t1 TO u29908_2@localhost" -"GRANT SELECT ON mysqltest1.t1 TO mysqltest_u1@localhost" -"GRANT INSERT ON mysqltest1.t2 TO mysqltest_u1@localhost" -"GRANT SELECT, UPDATE ON mysqltest1.t3 TO mysqltest_u1@localhost" -"GRANT SELECT, DELETE ON mysqltest1.t4 TO mysqltest_u1@localhost" -"REVOKE SELECT (f1) ON db1.t1 FROM foo" -"REVOKE SELECT (f1) ON db1.v1 FROM foo" -"grant select on mysqltest1.v1 to bob@localhost" -"grant show view on mysqltest1.v1 to cecil@localhost" -"grant select, show view on mysqltest1.v1 to dan@localhost" -"grant select on mysqltest1.t1 to dan@localhost" -"grant select, show view on mysqltest1.v2 to fiona@localhost" -"grant select, show view on mysqltest1.v2 to greg@localhost" -"grant show view on mysqltest1.v1 to greg@localhost" -"grant select(k) on mysqltest1.t3 to han@localhost" -"grant select, show view on mysqltest1.v3 to han@localhost" -"grant select on mysqltest1.t1 to inga@localhost" -"grant select on mysqltest1.t2 to inga@localhost" -"grant select on mysqltest1.v1 to inga@localhost" -"grant select, show view on mysqltest1.v2 to inga@localhost" -"grant select on mysqltest1.t1 to jamie@localhost" -"grant select on mysqltest1.t2 to jamie@localhost" -"grant show view on mysqltest1.v1 to jamie@localhost" -"grant select, show view on mysqltest1.v2 to jamie@localhost" -"grant select on mysqltest1.t1 to karl@localhost" -"grant select on mysqltest1.t2 to karl@localhost" -"grant select, show view on mysqltest1.v1 to karl@localhost" -"grant select on mysqltest1.v2 to karl@localhost" -"grant select on mysqltest1.t1 to lena@localhost" -"grant select on mysqltest1.t2 to lena@localhost" -"grant select, show view on mysqltest1.v1 to lena@localhost" -"grant show view on mysqltest1.v2 to lena@localhost" -"grant select on mysqltest1.t1 to mhairi@localhost" -"grant select on mysqltest1.t2 to mhairi@localhost" -"grant select, show view on mysqltest1.v1 to mhairi@localhost" -"grant select, show view on mysqltest1.v2 to mhairi@localhost" -"grant select on mysqltest1.t1 to noam@localhost" -"grant select, show view on mysqltest1.v1 to noam@localhost" -"grant select, show view on mysqltest1.v2 to noam@localhost" -"grant select on mysqltest1.t2 to olga@localhost" -"grant select, show view on mysqltest1.v1 to olga@localhost" -"grant select, show view on mysqltest1.v2 to olga@localhost" -"grant select on mysqltest1.t1 to pjotr@localhost" -"grant select on mysqltest1.t2 to pjotr@localhost" -"grant select, show view on mysqltest1.v2 to pjotr@localhost" -"grant select, show view on mysqltest1.v1 to quintessa@localhost" -"GRANT SELECT(cs,cus) ON test1.t1 TO user1@localhost" -"GRANT INSERT(ci) ON test1.t1 TO user1@localhost" -"GRANT UPDATE(cu,cus) ON test1.t1 TO user1@localhost" -"GRANT ALL PRIVILEGES ON test1.single TO user1@localhost" -"GRANT SELECT,INSERT,UPDATE,DELETE ON test1.v1_all TO user1@localhost" -"GRANT SELECT(cs,cus) ON test1.v1_same TO user1@localhost" -"GRANT INSERT(ci) ON test1.v1_same TO user1@localhost" -"GRANT UPDATE(cu,cus) ON test1.v1_same TO user1@localhost" -"GRANT SELECT(cu,ci) ON test1.v1_cross TO user1@localhost" -"GRANT INSERT(cus) ON test1.v1_cross TO user1@localhost" -"GRANT UPDATE(cs) ON test1.v1_cross TO user1@localhost" -"GRANT SELECT(cus) ON test1.v1_middle TO user1@localhost" -"GRANT SELECT(cs,cus) ON test1.v1_multi TO user1@localhost" -"GRANT INSERT(ci) ON test1.v1_multi TO user1@localhost" -"GRANT UPDATE(cu,cus) ON test1.v1_multi TO user1@localhost" -"GRANT SELECT(cs,cus) ON test1.v1_renamed TO user1@localhost" -"GRANT SELECT(cs) ON test1.t1 TO user1@localhost" -"REVOKE SELECT(cs) ON test1.t1 FROM user1@localhost" -"GRANT SELECT(cs) ON test1.v1_middle TO user1@localhost" -"GRANT SELECT ON test1.v1 TO user_name_len_22_01234@localhost" "SELECT k, AVG(DISTINCT j), SUM(k) OVER (ROWS UNBOUNDED PRECEDING) foo FROM t GROUP BY (k)" "SELECT ADDTIME(FIRST_VALUE(time'18:00:00') OVER (ORDER BY NULL), '01:00:00')" "SELECT ADDTIME(NTH_VALUE(time'18:00:00', 1) OVER (ORDER BY NULL), '01:00:00')" @@ -7997,7 +7558,6 @@ MIN(DATE'2000-01-01') OVER () = DATE'2000-01-01' AS c5, MIN(TIME'12:00:00') OVER () = TIME '12:00:00' AS c6, MIN(TIMESTAMP'2000-01-01 12:00:00') OVER () = TIMESTAMP'2000-01-01 12:00:00' AS c7" -"GRANT SELECT (pub) ON mysqltest1.t1 TO user1@localhost" "create procedure solver(initial_leftm varchar(200), initial_rightm varchar(200)) begin diff --git a/tests/parser/data/stats.txt b/tests/parser/data/stats.txt index 5d2a35f..2dae218 100644 --- a/tests/parser/data/stats.txt +++ b/tests/parser/data/stats.txt @@ -1 +1 @@ -Total: 66349 | Failures: 3263 / 4% | Exceptions: 0 / 0% +Total: 66349 | Failures: 2826 / 4% | Exceptions: 0 / 0%