mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -180,6 +180,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