403Webshell
Server IP : 172.67.216.182  /  Your IP : 162.158.106.124
Web Server : Apache
System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64
User : www ( 1000)
PHP Version : 7.4.33
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /www/server/mysql/src/mysql-test/suite/rpl/r/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/server/mysql/src/mysql-test/suite/rpl/r/rpl_sync_relay_log_info.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]
CALL mtr.add_suppression('Duplicate entry');
[connection slave]
SET @saved_sync_relay_log_info= @@GLOBAL.sync_relay_log_info;
#
# sync_relay_log_info= 0, non-transactional (MyISAM) storage engine
#
SET @@GLOBAL.sync_relay_log_info= 0;
[connection master]
include/sync_slave_sql_with_master.inc
include/stop_slave.inc
include/gtid_step_reset.inc
[connection master]
[connection slave]
Wait until (MYISAM, sync_rli=0, step=1) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=0, step=1) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
include/start_slave.inc
[connection master]
CREATE TABLE t1 (c1 int PRIMARY KEY) ENGINE=MyISAM;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=0, step=2) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=0, step=2) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
INSERT INTO t1 VALUES (1);
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=0, step=3) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=0, step=3) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
FLUSH LOCAL BINARY LOGS;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=0, step=4) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=0, step=4) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
DROP TABLE t1;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=0, step=5) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=0, step=5) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=0, step=6) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=0, step=6) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
CREATE TABLE t1 (c1 int PRIMARY KEY) ENGINE=MyISAM;
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 Gtid event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=0, step=7) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=0, step=7) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=0, step=8) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=0, step=8) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=0, step=9) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=0, step=9) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=0, step=10) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=0, step=10) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
INSERT INTO t1 VALUES (2);
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 Gtid event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=0, step=11) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=0, step=11) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=0, step=12) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=0, step=12) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=0, step=13) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=0, step=13) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=0, step=14) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=0, step=14) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
SET @v=3;
INSERT INTO t1 VALUES (@v);
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 User var event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=0, step=15) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=0, step=15) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=0, step=16) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=0, step=16) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=0, step=17) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=0, step=17) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
DROP TABLE t1;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=0, step=18) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=0, step=18) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=1, only_count=0]
#
# sync_relay_log_info= 1, non-transactional (MyISAM) storage engine
#
SET @@GLOBAL.sync_relay_log_info= 1;
[connection master]
include/sync_slave_sql_with_master.inc
include/stop_slave.inc
include/gtid_step_reset.inc
[connection master]
[connection slave]
Wait until (MYISAM, sync_rli=1, step=1) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=1) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
include/start_slave.inc
[connection master]
CREATE TABLE t1 (c1 int PRIMARY KEY) ENGINE=MyISAM;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=2) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=2) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
INSERT INTO t1 VALUES (1);
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=3) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=3) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
FLUSH LOCAL BINARY LOGS;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=4) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=4) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
DROP TABLE t1;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=5) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=5) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=6) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=6) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
CREATE TABLE t1 (c1 int PRIMARY KEY) ENGINE=MyISAM;
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 Gtid event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=1, step=7) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=1, step=7) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=1, step=8) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=1, step=8) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=9) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=9) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=10) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=10) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
INSERT INTO t1 VALUES (2);
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 Gtid event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=1, step=11) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=1, step=11) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=1, step=12) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=1, step=12) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=13) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=13) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=14) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=14) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
SET @v=3;
INSERT INTO t1 VALUES (@v);
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 User var event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=1, step=15) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=1, step=15) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(MYISAM, sync_rli=1, step=16) SQL thread did not synced master binlog file]
include/assert.inc [(MYISAM, sync_rli=1, step=16) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=17) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=17) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
DROP TABLE t1;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (MYISAM, sync_rli=1, step=18) SQL thread synced master binlog file
Wait until (MYISAM, sync_rli=1, step=18) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
#
# sync_relay_log_info= 0, transactional (InnoDB) storage engine
#
SET @@GLOBAL.sync_relay_log_info= 0;
[connection master]
include/sync_slave_sql_with_master.inc
include/stop_slave.inc
include/gtid_step_reset.inc
[connection master]
[connection slave]
Wait until (INNODB, sync_rli=0, step=1) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=1) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
include/start_slave.inc
[connection master]
CREATE TABLE t1 (c1 int PRIMARY KEY) ENGINE=InnoDB;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=2) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=2) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
INSERT INTO t1 VALUES (1);
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=0, step=3) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=3) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
FLUSH LOCAL BINARY LOGS;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=0, step=4) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=4) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
DROP TABLE t1;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=5) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=5) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=0, step=6) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=6) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
CREATE TABLE t1 (c1 int PRIMARY KEY) ENGINE=InnoDB;
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 Gtid event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=7) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=7) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=8) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=8) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=0, step=9) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=9) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=0, step=10) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=10) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
INSERT INTO t1 VALUES (2);
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 Gtid event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=11) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=11) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=12) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=12) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=0, step=13) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=13) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=0, step=14) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=14) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
SET @v=3;
INSERT INTO t1 VALUES (@v);
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 User var event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=15) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=15) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=16) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=16) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=0, step=17) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=17) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
DROP TABLE t1;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=18) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=18) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
CREATE TABLE t1 (c1 int PRIMARY KEY) ENGINE=InnoDB;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=19) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=19) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=0, step=20) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=20) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
BEGIN;
INSERT INTO t1 VALUES (1);
SET @v=2;
INSERT INTO t1 VALUES (@v);
COMMIT;
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 User var event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=21) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=21) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=22) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=22) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
include/assert.inc [(INNODB, sync_rli=0, step=22) Multi statement DML was not partially committed]
INSERT INTO t1 VALUES (2);
include/gtid_step_assert.inc [count=1, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
include/wait_for_slave_sql_error.inc [errno=1062]
[connection master]
[connection slave]
include/assert.inc [(INNODB, sync_rli=0, step=23) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=23) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
DELETE FROM t1 WHERE c1 = 2;
include/gtid_step_assert.inc [count=1, only_count=0]
include/start_slave_sql.inc
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=0, step=24) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=0, step=24) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
DROP TABLE t1;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=0, step=25) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=0, step=25) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=1, only_count=0]
#
# sync_relay_log_info= 1, transactional (InnoDB) storage engine
#
SET @@GLOBAL.sync_relay_log_info= 1;
[connection master]
include/sync_slave_sql_with_master.inc
include/stop_slave.inc
include/gtid_step_reset.inc
[connection master]
[connection slave]
Wait until (INNODB, sync_rli=1, step=1) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=1) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
include/start_slave.inc
[connection master]
CREATE TABLE t1 (c1 int PRIMARY KEY) ENGINE=InnoDB;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=2) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=2) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
INSERT INTO t1 VALUES (1);
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=3) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=3) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
FLUSH LOCAL BINARY LOGS;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=4) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=4) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
DROP TABLE t1;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=5) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=5) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=6) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=6) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
CREATE TABLE t1 (c1 int PRIMARY KEY) ENGINE=InnoDB;
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 Gtid event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=1, step=7) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=1, step=7) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=1, step=8) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=1, step=8) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=9) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=9) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=10) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=10) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
INSERT INTO t1 VALUES (2);
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 Gtid event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=1, step=11) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=1, step=11) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=1, step=12) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=1, step=12) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=13) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=13) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=14) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=14) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
SET @v=3;
INSERT INTO t1 VALUES (@v);
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 User var event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=1, step=15) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=1, step=15) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=1, step=16) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=1, step=16) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=17) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=17) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
DROP TABLE t1;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=18) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=18) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
CREATE TABLE t1 (c1 int PRIMARY KEY) ENGINE=InnoDB;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=19) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=19) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
include/stop_slave.inc
include/start_slave_sql.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=20) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=20) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=0, only_count=0]
[connection master]
BEGIN;
INSERT INTO t1 VALUES (1);
SET @v=2;
INSERT INTO t1 VALUES (@v);
COMMIT;
[connection slave]
include/rpl_receive_event_count.inc [hang after 1 User var event]
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=1, step=21) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=1, step=21) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
FLUSH LOCAL RELAY LOGS;
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
include/assert.inc [(INNODB, sync_rli=1, step=22) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=1, step=22) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
include/assert.inc [(INNODB, sync_rli=1, step=22) Multi statement DML was not partially committed]
INSERT INTO t1 VALUES (2);
include/gtid_step_assert.inc [count=1, only_count=0]
SET DEBUG_SYNC= 'now SIGNAL continue_after_queue_event';
[connection master]
include/sync_slave_io_with_master.inc
include/wait_for_slave_sql_error.inc [errno=1062]
[connection master]
[connection slave]
include/assert.inc [(INNODB, sync_rli=1, step=23) SQL thread did not synced master binlog file]
include/assert.inc [(INNODB, sync_rli=1, step=23) SQL thread did not synced master binlog position]
include/gtid_step_assert.inc [count=0, only_count=0]
DELETE FROM t1 WHERE c1 = 2;
include/gtid_step_assert.inc [count=1, only_count=0]
include/start_slave_sql.inc
[connection master]
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=24) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=24) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection master]
DROP TABLE t1;
include/sync_slave_io_with_master.inc
[connection master]
[connection slave]
include/wait_for_slave_param.inc [Slave_SQL_Running_State]
Wait until (INNODB, sync_rli=1, step=25) SQL thread synced master binlog file
Wait until (INNODB, sync_rli=1, step=25) SQL thread synced master binlog position
include/gtid_step_assert.inc [count=1, only_count=0]
[connection slave]
SET @@GLOBAL.sync_relay_log_info= @saved_sync_relay_log_info;
include/rpl_end.inc

Youez - 2016 - github.com/yon3zu
LinuXploit