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:
@ -615,7 +615,8 @@ columnid(A) ::= nm(X). {
|
|||||||
BINARY
|
BINARY
|
||||||
/*CASCADE*/ CAST CLOSE COLUMNKW COLUMNS COMMENT CONCURRENT /*CONFLICT*/
|
/*CASCADE*/ CAST CLOSE COLUMNKW COLUMNS COMMENT CONCURRENT /*CONFLICT*/
|
||||||
DATA /*DATABASE*/ DEALLOCATE DEFERRED /*DESC*/ /*DETACH*/ DUMPFILE
|
DATA /*DATABASE*/ DEALLOCATE DEFERRED /*DESC*/ /*DETACH*/ DUMPFILE
|
||||||
/*EACH*/ END ENUM EXCLUSIVE /*EXPLAIN*/
|
<<<<<<< 9208d3a70ce049a5eff1078dc741b0f4c271cff7
|
||||||
|
/*EACH*/ END ENGINE ENUM EXCLUSIVE /*EXPLAIN*/
|
||||||
FIRST FLUSH /*FOR*/ FORMAT
|
FIRST FLUSH /*FOR*/ FORMAT
|
||||||
GLOBAL
|
GLOBAL
|
||||||
// TODO: IF is a reserved word and should not automatically convert into an identifer.
|
// TODO: IF is a reserved word and should not automatically convert into an identifer.
|
||||||
|
|||||||
Reference in New Issue
Block a user