Commit 1ace3b3f authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Mark embedded library as deinited.

parent 69b9ed06
...@@ -654,6 +654,7 @@ void end_embedded_server() ...@@ -654,6 +654,7 @@ void end_embedded_server()
copy_arguments_ptr=0; copy_arguments_ptr=0;
clean_up(0); clean_up(0);
clean_up_mutexes(); clean_up_mutexes();
mysql_embedded_init= 0;
} }
} }
......
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