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

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.
This commit is contained in:
Marko Mäkelä
2022-06-07 09:07:37 +03:00
parent 57d4a242da
commit 0476f48332
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -1,4 +1,3 @@
# Kill the server
# run mysql_install_db with --service parameter
# Start service
# Connect with root user password=password