1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

@ -767,7 +767,9 @@ bool With_clause::prepare_unreferenced_elements(THD *thd)
true on failure
*/
bool With_element::set_unparsed_spec(THD *thd, char *spec_start, char *spec_end,
bool With_element::set_unparsed_spec(THD *thd,
const char *spec_start,
const char *spec_end,
my_ptrdiff_t spec_offset)
{
stmt_prepare_mode= thd->m_parser_state->m_lip.stmt_prepare_mode;