1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-19142 sql_mode=MSSQL: Bracket identifiers

This commit is contained in:
Alexander Barkov
2019-04-03 15:40:45 +04:00
parent 3c352b59eb
commit c2a2e72164
5 changed files with 163 additions and 4 deletions

View File

@ -2678,7 +2678,7 @@ private:
int scan_ident_start(THD *thd, Lex_ident_cli_st *str);
int scan_ident_middle(THD *thd, Lex_ident_cli_st *str,
CHARSET_INFO **cs, my_lex_states *);
int scan_ident_delimited(THD *thd, Lex_ident_cli_st *str);
int scan_ident_delimited(THD *thd, Lex_ident_cli_st *str, uchar quote_char);
bool get_7bit_or_8bit_ident(THD *thd, uchar *last_char);
/** Current thread. */