mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
sql_yacc.yy:
Make "FRAC_SECOND"/"SQL_TSI_FRAC_SECOND" non-reserved words, must like "SECOND"/"SQL_TSI_SECOND", "MINUTE"/"SQL_TSI_MINUTE", etc. Will wait for okay to push. (It doesn't break any tests.)
This commit is contained in:
parent
e66b5c404c
commit
c61da73ce7
1 changed files with 1 additions and 0 deletions
|
@ -6795,6 +6795,7 @@ keyword:
|
|||
| FIRST_SYM {}
|
||||
| FIXED_SYM {}
|
||||
| FLUSH_SYM {}
|
||||
| FRAC_SECOND_SYM {}
|
||||
| GEOMETRY_SYM {}
|
||||
| GEOMETRYCOLLECTION {}
|
||||
| GET_FORMAT {}
|
||||
|
|
Loading…
Reference in a new issue