mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
WL#3337 (Event scheduler new architecture)
Don't send affected rows after CREATE/ALTER/DROP EVENT as this is inconsistent with the rest of the server in terms of CREATE/ALTER/DROP DDLs
This commit is contained in:
@ -1437,11 +1437,10 @@ Event_queue_element::mark_last_executed(THD *thd)
|
||||
int
|
||||
Event_queue_element::drop(THD *thd)
|
||||
{
|
||||
uint tmp= 0;
|
||||
DBUG_ENTER("Event_queue_element::drop");
|
||||
|
||||
DBUG_RETURN(Events::get_instance()->
|
||||
drop_event(thd, dbname, name, FALSE, &tmp, TRUE));
|
||||
drop_event(thd, dbname, name, FALSE, TRUE));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user