Server IP : 104.21.38.3 / Your IP : 172.70.208.157 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 : |
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] SET @save_global_debug=@@GLOBAL.DEBUG; SET @@GLOBAL.DEBUG= '+d,dbug.calculate_sbm_after_previous_gtid_log_event'; SET @saved_slave_transaction_retries=@@global.slave_transaction_retries; SET @@global.slave_transaction_retries=0; include/start_slave_io.inc include/stop_slave_io.inc include/start_slave_io.inc CREATE TABLE t1(i INT); INSERT INTO t1 VALUES (20); INSERT INTO t1 VALUES (19); INSERT INTO t1 VALUES (18); INSERT INTO t1 VALUES (17); INSERT INTO t1 VALUES (16); INSERT INTO t1 VALUES (15); INSERT INTO t1 VALUES (14); INSERT INTO t1 VALUES (13); INSERT INTO t1 VALUES (12); INSERT INTO t1 VALUES (11); INSERT INTO t1 VALUES (10); INSERT INTO t1 VALUES (9); INSERT INTO t1 VALUES (8); INSERT INTO t1 VALUES (7); INSERT INTO t1 VALUES (6); INSERT INTO t1 VALUES (5); INSERT INTO t1 VALUES (4); INSERT INTO t1 VALUES (3); INSERT INTO t1 VALUES (2); DROP TABLE t1; FLUSH LOGS; FLUSH LOGS; include/sync_slave_io_with_master.inc include/start_slave_sql.inc SET DEBUG_SYNC="now wait_for signal.reached"; include/assert.inc [Seconds Behind Master should be less than 180 seconds.] SET DEBUG_SYNC="now signal signal.done_sbm_calculation"; SET DEBUG_SYNC="now wait_for signal.reached"; include/assert.inc [Seconds Behind Master should be less than 180 seconds.] SET DEBUG_SYNC="now signal signal.done_sbm_calculation"; SET DEBUG_SYNC="now wait_for signal.reached"; include/assert.inc [Seconds Behind Master should be less than 180 seconds.] SET DEBUG_SYNC="now signal signal.done_sbm_calculation"; SET DEBUG_SYNC="now wait_for signal.reached"; include/assert.inc [Seconds Behind Master should be less than 180 seconds.] SET DEBUG_SYNC="now signal signal.done_sbm_calculation"; SET DEBUG_SYNC="now wait_for signal.reached"; include/assert.inc [Seconds Behind Master should be less than 180 seconds.] SET DEBUG_SYNC="now signal signal.done_sbm_calculation"; SET DEBUG_SYNC="now wait_for signal.reached"; include/assert.inc [Seconds Behind Master should be less than 180 seconds.] SET DEBUG_SYNC="now signal signal.done_sbm_calculation"; SET DEBUG_SYNC="now wait_for signal.reached"; include/assert.inc [Seconds Behind Master should be less than 180 seconds.] SET DEBUG_SYNC="now signal signal.done_sbm_calculation"; SET @@GLOBAL.DEBUG=@save_global_debug; SET @@global.slave_transaction_retries=@saved_slave_transaction_retries; include/rpl_end.inc