MXS-1730 Add change that fixes the problem

ENGINE is a keyword but not a reserved word, so it must
silently convert into an identifier if it is used in a
context where it cannot be used as a keyword.
This commit is contained in:
Johan Wikman 2018-03-21 11:14:16 +02:00
parent 5be9a8d7f8
commit 041b775150

View File

@ -596,7 +596,7 @@ columnid(A) ::= nm(X). {
BINARY
/*CASCADE*/ CAST CLOSE COLUMNKW COLUMNS COMMENT CONCURRENT /*CONFLICT*/
DATA /*DATABASE*/ DEALLOCATE DEFERRED /*DESC*/ /*DETACH*/ DUMPFILE
/*EACH*/ END ENUM EXCLUSIVE /*EXPLAIN*/
/*EACH*/ END ENGINE ENUM EXCLUSIVE /*EXPLAIN*/
FIRST FLUSH /*FOR*/
GLOBAL
// TODO: IF is a reserved word and should not automatically convert into an identifer.