Commit 0476f483 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-26713 fixup: Prefer shutdown to kill

A subsequently executed test could fail due to warning messages
that some mysql.help_% tables were not closed properly.
parent 57d4a242
......@@ -18,7 +18,7 @@ error 0,$ERROR_SERVICE_DOES_NOT_EXIST;
exec $sc_exe delete $service_name;
--enable_result_log
source include/kill_mysqld.inc;
source include/shutdown_mysqld.inc;
echo # run mysql_install_db with --service parameter;
--disable_result_log
exec $MYSQL_INSTALL_DB_EXE --datadir=$ddir --port=$MASTER_MYPORT --password=$password --service=$service_name -R;
......
# Kill the server
# run mysql_install_db with --service parameter
# Start service
# Connect with root user password=password
......
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