1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed default_storage_engine.test

The bug was that the script tried to start mysqld while there was already
a running mysqld server. Fixed by killing the running one.
This commit is contained in:
Monty
2020-04-23 11:08:52 +03:00
parent 88cf6f1c7f
commit d1c3342d07
2 changed files with 5 additions and 0 deletions

View File

@ -1 +1,3 @@
# Kill the server
"all ok"
# restart