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:
@ -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;
|
||||
|
@ -1,4 +1,3 @@
|
||||
# Kill the server
|
||||
# run mysql_install_db with --service parameter
|
||||
# Start service
|
||||
# Connect with root user password=password
|
||||
|
Reference in New Issue
Block a user