⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
include
/
View File Name :
stop_mysqld.inc
# ==== Purpose ==== # # Shuts down the current server in a way that can be started again within # an MTR test script. # # ==== Usage ==== # # [--let $ss_timeout = <seconds>] # # Parameters: # $ss_timeout # Amount of seconds to wait for the server to shutdown before erroring # out. This value is passed on to `--shutdown-server`. Default value is # 60 seconds. # if ($rpl_inited) { if (!$allow_rpl_inited) { --die ERROR IN TEST: When using the replication test framework (master-slave.inc, rpl_init.inc etc), use rpl_restart_server.inc instead of restart_mysqld.inc. If you know what you are doing and you really have to use restart_mysqld.inc, set allow_rpl_inited=1 before you source restart_mysqld.inc } } --let $_server_id = `SELECT @@server_id` --echo include/stop_mysqld.inc [server $_server_id] --let $_expect_file_name = $MYSQLTEST_VARDIR/tmp/mysqld.$_server_id.expect --exec echo "wait" > $_expect_file_name --let $ss_timeout = 60 if ($shutdown_server_timeout) { --let $ss_timeout = $shutdown_server_timeout } --shutdown_server $ss_timeout --source include/wait_until_disconnected.inc