mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
@ -8599,7 +8599,7 @@ bool mysql_show_create_user(THD *thd, LEX_USER *lex_user)
|
||||
hostname, NullS) - buff);
|
||||
Item_string *field = new (thd->mem_root) Item_string_ascii(thd, "", 0);
|
||||
if (!field)
|
||||
DBUG_RETURN(true);
|
||||
DBUG_RETURN(true); // Error given my my_alloc()
|
||||
|
||||
field->name.str= buff;
|
||||
field->name.length= head_length;
|
||||
|
Reference in New Issue
Block a user