summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2022-05-15 16:07:02 +0200
committerSergei Golubchik <serg@mariadb.org>2022-05-15 20:37:51 +0200
commita68c698b462196b6226a460c38743629d4f39b16 (patch)
tree3ceef5baf3893d8ef133cdf506e6cb8687c93404
parent29c07643a162d614dcb3ec6d69992bdd1df37cd6 (diff)
downloadmariadb-git-a68c698b462196b6226a460c38743629d4f39b16.tar.gz
fix occasional failures in --embedded
followup for d16c3aca3c3ecd
-rw-r--r--sql/mysqld.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index fb3bee9db1a..9f03e4e819a 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -5405,7 +5405,9 @@ static int init_server_components()
unireg_abort(1);
}
+#ifndef EMBEDDED_LIBRARY
start_handle_manager();
+#endif
if (opt_bin_log)
{
int error;