DBZ-1432 Align custom engine parsing with upstream

This commit is contained in:
Jiri Pechanec 2019-08-15 11:46:33 +02:00 committed by Gunnar Morling
parent a9c8a825c3
commit fa05a44478

View File

@ -1888,13 +1888,10 @@ engineName
: ARCHIVE | BLACKHOLE | CSV | FEDERATED | INNODB | MEMORY : ARCHIVE | BLACKHOLE | CSV | FEDERATED | INNODB | MEMORY
| MRG_MYISAM | MYISAM | NDB | NDBCLUSTER | PERFORMANCE_SCHEMA | MRG_MYISAM | MYISAM | NDB | NDBCLUSTER | PERFORMANCE_SCHEMA
| TOKUDB | TOKUDB
| customEngineName | ID
| STRING_LITERAL | REVERSE_QUOTE_ID | STRING_LITERAL | REVERSE_QUOTE_ID
; ;
customEngineName
: ID;
uuidSet uuidSet
: decimalLiteral '-' decimalLiteral '-' decimalLiteral : decimalLiteral '-' decimalLiteral '-' decimalLiteral
'-' decimalLiteral '-' decimalLiteral '-' decimalLiteral '-' decimalLiteral