mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Rename "shutdown" -> "send_shutdown" and "kill_server" to "shutdown_server"
Fix warnings mysql-test/mysql-test-run.pl: Symlink var/tmp to $opt_tmpdir if not using var/tmp mysql-test/include/restart_mysqld.inc: Renama
This commit is contained in:
@ -6,7 +6,7 @@ EOF
|
||||
|
||||
# Send shutdown to the connected server and give
|
||||
# it 10 seconds to die before zapping it
|
||||
kill_server 10;
|
||||
shutdown_server 10;
|
||||
|
||||
|
||||
# Turn on reconnect
|
||||
|
Reference in New Issue
Block a user