⚝
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
/
r
/
View File Name :
rpl_rotate_purge_deadlock.result
include/master-slave.inc Warnings: Note #### Sending passwords in plain text without SSL/TLS is extremely insecure. Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information. [connection master] show binary logs; Log_name File_size master-bin.000001 # create table t1 (f text) engine=innodb; SET DEBUG_SYNC = 'at_purge_logs_before_date WAIT_FOR rotated'; insert into t1 set f=repeat('a', 4096); *** there must be two logs in the list *** show binary logs; Log_name File_size master-bin.000001 # master-bin.000002 # insert into t1 set f=repeat('b', 4096); *** there must be three logs in the list *** show binary logs; Log_name File_size master-bin.000001 # master-bin.000002 # master-bin.000003 # SET DEBUG_SYNC = 'now SIGNAL rotated'; SET DEBUG_SYNC = 'RESET'; SET DEBUG_SYNC = 'RESET'; include/sync_slave_sql_with_master.inc SET DEBUG_SYNC = 'at_purge_logs_before_date WAIT_FOR rotated'; insert into t1 set f=repeat('b', 4096); SET DEBUG_SYNC = 'now SIGNAL rotated'; SET DEBUG_SYNC = 'RESET'; SET DEBUG_SYNC = 'RESET'; drop table t1; include/sync_slave_sql_with_master.inc include/rpl_end.inc