1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-34077 scripts/mariadb-install-db: Error in my_thread_global_end(): 1 threads didn't exit

followup for 952ab9a596

chery-pick of 814dc46748 into 10.5
This commit is contained in:
Monty
2024-04-27 13:35:48 +03:00
committed by Sergei Golubchik
parent 983e6ca097
commit cd0356a764
3 changed files with 7 additions and 4 deletions

View File

@@ -1927,6 +1927,7 @@ extern "C" void unireg_abort(int exit_code)
wsrep_sst_auth_free();
#endif // WITH_WSREP
wait_for_signal_thread_to_end();
clean_up(!opt_abort && (exit_code || !opt_bootstrap)); /* purecov: inspected */
DBUG_PRINT("quit",("done with cleanup in unireg_abort"));
mysqld_exit(exit_code);