⚝
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
/
suite
/
binlog
/
t
/
View File Name :
binlog_mixed_load_data.test
# # Bug #34283 mysqlbinlog leaves tmpfile after termination # if binlog contains load data infile, so in mixed mode we # go to row-based for avoiding the problem. # --source include/have_myisam.inc --source include/have_binlog_format_mixed.inc --source include/have_log_bin.inc RESET MASTER; CREATE TABLE t1 (word CHAR(20) NOT NULL) ENGINE=MYISAM; let $binlog_start= query_get_value(SHOW MASTER STATUS, Position, 1); LOAD DATA INFILE '../../std_data/words.dat' INTO TABLE t1; --source include/show_binlog_events.inc DROP TABLE t1;