mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
Fix for Bug#28963 "Missing DBUG_RETURN message when stopping event
scheduler". Add missing DBUG_VOID_RETURN sql/event_scheduler.cc: Fix for Bug#28963 "Missing DBUG_RETURN message when stopping event scheduler"
This commit is contained in:
parent
0484d44eeb
commit
75abceb2fe
1 changed files with 2 additions and 0 deletions
|
|
@ -326,6 +326,8 @@ end:
|
|||
|
||||
delete event;
|
||||
deinit_event_thread(thd);
|
||||
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue