mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
added missing dbug_return
This commit is contained in:
parent
fb631aa412
commit
a7f9699d8a
1 changed files with 1 additions and 1 deletions
|
@ -1477,7 +1477,7 @@ ndb_handle_schema_change(THD *thd, Ndb *ndb, NdbEventOperation *pOp,
|
|||
|
||||
if (do_close_cached_tables)
|
||||
close_cached_tables((THD*) 0, 0, (TABLE_LIST*) 0);
|
||||
return 0;
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue