Skip to content
Permalink
Browse files
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.
  • Loading branch information
dr-m committed Jun 7, 2022
1 parent 57d4a24 commit 0476f48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
@@ -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

0 comments on commit 0476f48

Please sign in to comment.