File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ int ha_initialize_handlerton(st_plugin_int *plugin)
782
782
update_discovery_counters (hton, 1 );
783
783
784
784
if (ddl_recovery_done && hton->signal_ddl_recovery_done )
785
- hton->signal_ddl_recovery_done (hton);
785
+ ret= hton->signal_ddl_recovery_done (hton);
786
786
787
787
DBUG_RETURN (ret);
788
788
Original file line number Diff line number Diff line change @@ -6511,8 +6511,10 @@ bool spider_init_system_tables()
6511
6511
6512
6512
6513
6513
/*
6514
- Spider is typically loaded before ddl_recovery, but DDL statements
6515
- cannot be executed before ddl_recovery, so we delay system table creation.
6514
+ Spider may be loaded before ddl_recovery (e.g. with
6515
+ --plugin-load-add), but DDL statements in spider init queries cannot
6516
+ be executed before ddl_recovery, so we execute these queries only
6517
+ after ddl recovery.
6516
6518
*/
6517
6519
static int spider_after_ddl_recovery (handlerton *)
6518
6520
{
You can’t perform that action at this time.
0 commit comments