added missing dbug_return

parent fb631aa4
...@@ -1477,7 +1477,7 @@ ndb_handle_schema_change(THD *thd, Ndb *ndb, NdbEventOperation *pOp, ...@@ -1477,7 +1477,7 @@ ndb_handle_schema_change(THD *thd, Ndb *ndb, NdbEventOperation *pOp,
if (do_close_cached_tables) if (do_close_cached_tables)
close_cached_tables((THD*) 0, 0, (TABLE_LIST*) 0); close_cached_tables((THD*) 0, 0, (TABLE_LIST*) 0);
return 0; DBUG_RETURN(0);
} }
static int static int
......
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