File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2112,14 +2112,13 @@ static void server_component_deinit() { deinit_thd_store_service(); }
2112
2112
static bool mysql_component_infrastructure_init() {
2113
2113
sysd::notify("STATUS=Components initialization in progress\n");
2114
2114
server_component_init();
2115
+
2115
2116
/* We need a temporary THD during boot */
2116
2117
const Auto_THD thd;
2117
2118
const Disable_autocommit_guard autocommit_guard(thd.thd);
2118
2119
const dd::cache::Dictionary_client::Auto_releaser scope_releaser(
2119
2120
thd.thd->dd_client());
2120
2121
2121
- server_component_init();
2122
-
2123
2122
if (persistent_dynamic_loader_init(thd.thd)) {
2124
2123
LogErr(ERROR_LEVEL, ER_COMPONENTS_PERSIST_LOADER_BOOTSTRAP);
2125
2124
trans_rollback_stmt(thd.thd);
You can’t perform that action at this time.
0 commit comments