mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '11.5' into 11.6
This commit is contained in:
@ -816,7 +816,7 @@ int ha_initialize_handlerton(st_plugin_int *plugin)
|
||||
update_discovery_counters(hton, 1);
|
||||
|
||||
if (ddl_recovery_done && hton->signal_ddl_recovery_done)
|
||||
hton->signal_ddl_recovery_done(hton);
|
||||
ret= hton->signal_ddl_recovery_done(hton);
|
||||
|
||||
DBUG_RETURN(ret);
|
||||
|
||||
|
Reference in New Issue
Block a user