Server IP : 104.21.38.3 / Your IP : 172.70.189.79 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/t/ |
Upload File : |
#Want to skip this test from daily Valgrind execution --source include/no_valgrind_without_big.inc # # This file contains tests for WL#5096 and bug fixes. # -- source include/not_gtid_enabled.inc -- source include/have_binlog_format_row.inc -- source include/have_myisam.inc --let $rpl_topology= 1->2->3 --source include/rpl_init.inc -- connection server_1 -- source include/have_innodb.inc -- connection server_2 -- source include/have_innodb.inc -- connection server_3 -- source include/have_innodb.inc -- connection server_1 # # WL#5096 # # # Tests for different storage engines on each server, # but same index structure on tables. The tests are conducted # using FULL binlog-row-image on all servers. # -- let $row_img_set=server_1:FULL:N,server_2:FULL:Y,server_3:FULL:Y -- source include/rpl_row_img_set.inc -- let $row_img_test_script= extra/rpl_tests/rpl_row_img.test -- source include/rpl_row_img_general_loop.inc # # BUG#49100 # -- echo ### Testing with MyISAM storage engine -- let $engine=MyISAM -- source extra/rpl_tests/rpl_row_empty_imgs.test -- echo ### Testing with InnoDB storage engine -- let $engine=InnoDB -- source extra/rpl_tests/rpl_row_empty_imgs.test --source include/rpl_end.inc