⚝
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 :
log_tables_upgrade.test
--source include/not_embedded.inc # Only run test if "mysql_upgrade" is found --require r/have_mysql_upgrade.result --disable_query_log select LENGTH("$MYSQL_UPGRADE")>0 as have_mysql_upgrade; --enable_query_log --echo # --echo # Bug#49823: mysql_upgrade fatal error due to general_log / slow_low CSV NULL --echo # USE test; let $MYSQLD_DATADIR= `SELECT @@datadir`; copy_file std_data/bug49823.frm $MYSQLD_DATADIR/test/bug49823.frm; copy_file std_data/bug49823.CSM $MYSQLD_DATADIR/test/bug49823.CSM; copy_file std_data/bug49823.CSV $MYSQLD_DATADIR/test/bug49823.CSV; SET @saved_general_log = @@GLOBAL.general_log; SET GLOBAL general_log = OFF; USE mysql; FLUSH TABLES; RENAME TABLE general_log TO renamed_general_log; RENAME TABLE test.bug49823 TO general_log; --exec $MYSQL_UPGRADE --skip-verbose --force 2>&1 DROP TABLE general_log; RENAME TABLE renamed_general_log TO general_log; SET GLOBAL general_log = @saved_general_log; USE test; --source include/mysql_upgrade_cleanup.inc