⚝
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
/
t
/
View File Name :
shm_server_restart.test
# We currently only have shm support on windows, so in order # to optimize things we skip this test on all other platforms --source include/windows.inc --source include/not_embedded.inc --source include/have_shm.inc let $shm_name= query_get_value("SHOW GLOBAL VARIABLES LIKE 'shared_memory_base_name'", Value, 1); # Connect using SHM for testing connect(shm_con,localhost,root,,,,$shm_name,SHM); connection default; # Disconnect shared memory connection prior to restarting server to avoid # shared memory reconnect bug. disconnect shm_con; --exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect --shutdown_server --source include/wait_until_disconnected.inc # Restart server --exec echo "restart" >$MYSQLTEST_VARDIR/tmp/mysqld.1.expect --enable_reconnect --source include/wait_until_connected_again.inc # Restarting server above will fail when Bug #22646779 is not fixed # Connect using SHM for testing connect(shm_con,localhost,root,,,,$shm_name,SHM); connection shm_con; SELECT 100;