MDEV-32559 failing spider signal_ddl_recovery_done callback should result in spider deinit
Since 0930eb86, system table creation needed for spider init is delayed to the signal_ddl_recovery_done callback. Since it is part of the init, failure should result in spider deinit. We also remove the call to spider_init_system_tables() from spider_db_init(), as it was removed in the commit mentioned above and accidentally restored in a merge.
Showing
Please register or sign in to comment