mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -178,6 +178,7 @@ Event_queue_element_for_exec::init(const LEX_CSTRING *db, const LEX_CSTRING *n)
|
||||
if (!(name.str= my_strndup(n->str, name.length= n->length, MYF(MY_WME))))
|
||||
{
|
||||
my_free(const_cast<char*>(dbname.str));
|
||||
dbname.str= NULL;
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user