missing DBUG_RETURN added

parent 610aa1e0
...@@ -1747,6 +1747,7 @@ ndb_binlog_thread_handle_schema_event_post_epoch(THD *thd, ...@@ -1747,6 +1747,7 @@ ndb_binlog_thread_handle_schema_event_post_epoch(THD *thd,
{ {
ndbcluster_update_slock(thd, schema->db, schema->name); ndbcluster_update_slock(thd, schema->db, schema->name);
} }
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