mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
perfschema memory related instrumentation changes
This commit is contained in:
@ -637,7 +637,7 @@ Event_queue::get_top_for_execution_if_time(THD *thd,
|
||||
}
|
||||
|
||||
if (!(*event_name= new Event_queue_element_for_exec()) ||
|
||||
(*event_name)->init(&top->dbname, &top->name))
|
||||
(*event_name)->init(top->dbname, top->name))
|
||||
{
|
||||
ret= TRUE;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user