You've already forked mariadb-columnstore-engine
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:
committed by
Patrick LeBlanc
parent
d6ef3cad3d
commit
bfe3ab14c0
@ -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}*
|
||||
|
Reference in New Issue
Block a user