mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
event_queue.cc:
fix sigsegv sql/event_queue.cc: fix sigsegv
This commit is contained in:
@ -320,7 +320,7 @@ void
|
||||
Event_queue::drop_event(THD *thd, LEX_STRING dbname, LEX_STRING name)
|
||||
{
|
||||
DBUG_ENTER("Event_queue::drop_event");
|
||||
DBUG_PRINT("enter", ("thd=0x%lx db=%s name=%s", thd, dbname, name));
|
||||
DBUG_PRINT("enter", ("thd=0x%lx db=%s name=%s", thd, dbname.str, name.str));
|
||||
|
||||
LOCK_QUEUE_DATA();
|
||||
find_n_remove_event(dbname, name);
|
||||
|
Reference in New Issue
Block a user