Commit 54c715ac authored by Marko Mäkelä's avatar Marko Mäkelä

Avoid an assertion failure on aborted startup

srv_init_abort_low(): Call srv_shutdown_bg_undo_sources() so that if
startup aborts while creating InnoDB system tables, the shutdown will
proceed correctly.
parent 7a9611ae
......@@ -1371,6 +1371,7 @@ srv_init_abort_low(
" with error " << ut_strerr(err);
}
srv_shutdown_bg_undo_sources();
srv_shutdown_all_bg_threads();
return(err);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment