mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
upmerge to bug#14548159
This commit is contained in:
commit
4802faad3f
24 changed files with 835 additions and 660 deletions
|
|
@ -952,7 +952,8 @@ append_identifier(THD *thd, String *packet, const char *name, uint length)
|
|||
{
|
||||
const char *name_end;
|
||||
char quote_char;
|
||||
int q= get_quote_char_for_identifier(thd, name, length);
|
||||
int q;
|
||||
q= thd ? get_quote_char_for_identifier(thd, name, length) : '`';
|
||||
|
||||
if (q == EOF)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue