mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
After-merge fixes.
This commit is contained in:
@@ -831,7 +831,7 @@ append_identifier(THD *thd, String *packet, const char *name, uint length)
|
||||
|
||||
int get_quote_char_for_identifier(THD *thd, const char *name, uint length)
|
||||
{
|
||||
if (!length ||
|
||||
if (length &&
|
||||
!is_keyword(name,length) &&
|
||||
!require_quotes(name, length) &&
|
||||
!(thd->options & OPTION_QUOTE_SHOW_CREATE))
|
||||
|
||||
Reference in New Issue
Block a user