Commit 5005ae36 authored by kostja@bodhi.(none)'s avatar kostja@bodhi.(none)

Fix for Bug#28963 "Missing DBUG_RETURN message when stopping event

scheduler".
Add missing DBUG_VOID_RETURN
parent 6044940b
......@@ -326,6 +326,8 @@ end:
delete event;
deinit_event_thread(thd);
DBUG_VOID_RETURN;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment