mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.11 into 11.0
This commit is contained in:
@@ -1001,7 +1001,8 @@ static my_bool signal_ddl_recovery_done(THD *, plugin_ref plugin, void *)
|
||||
{
|
||||
handlerton *hton= plugin_hton(plugin);
|
||||
if (hton->signal_ddl_recovery_done)
|
||||
(hton->signal_ddl_recovery_done)(hton);
|
||||
if ((hton->signal_ddl_recovery_done)(hton))
|
||||
plugin_ref_to_int(plugin)->state= PLUGIN_IS_DELETED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user