1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Merge pull request #1030 from LinuxJedi/MCOL-3764

MCOL-3764 Fix RENAME TABLE
This commit is contained in:
David.Hall
2020-02-06 09:32:26 -06:00
committed by Patrick LeBlanc
parent d6ef3cad3d
commit bfe3ab14c0
2 changed files with 27 additions and 62 deletions

View File

@ -70,7 +70,7 @@ self [,()\[\].;\:\+\-\*\/\%\^\<\>\=]
whitespace ({space}+|{comment})
digit [0-9]
ident_start [A-Za-z\200-\377_0-9]
ident_start [A-Za-z\200-\377_0-9#]
ident_cont [A-Za-z\200-\377_0-9\$]
identifier {ident_start}{ident_cont}*
extended_identifier {ident_start}{extended_ident_cont}*