⚝
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
/
rpl
/
t
/
View File Name :
rpl_000010.test
# This tests the offset off by 22 mystery bug # Must run slave with --disconnect-slave-event-count=1 --master-connect-retry=1 --source include/not_group_replication_plugin.inc source include/not_gtid_enabled.inc; source include/master-slave.inc; create table t1 (n int not null auto_increment primary key); insert into t1 values(NULL); insert into t1 values(2); --source include/sync_slave_sql_with_master.inc select n from t1; connection master; drop table t1; --source include/sync_slave_sql_with_master.inc # End of 4.1 tests --source include/rpl_end.inc