1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-19996 Bison grammar: turn singe-character operators into <kwd>

This commit is contained in:
Alexander Barkov
2019-07-09 15:10:45 +04:00
parent 6974962945
commit 70c2bde931
5 changed files with 35 additions and 32 deletions

View File

@ -197,7 +197,7 @@ public:
TABLE_LIST *find_first_sq_rec_ref_in_select(st_select_lex *sel);
bool set_unparsed_spec(THD *thd, char *spec_start, char *spec_end,
bool set_unparsed_spec(THD *thd, const char *spec_start, const char *spec_end,
my_ptrdiff_t spec_offset);
st_select_lex_unit *clone_parsed_spec(THD *thd, TABLE_LIST *with_table);