mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
added SHOW BINLOG EVENTS
fixed log sequence bugs fixed bugs in handling Slave event added test case with SHOW BINLOG EVENTS have not fixed all the bugs - found some that are also in 3.23, will fix them there first, then do pull and cleanup will not push this changeset
This commit is contained in:
@ -659,7 +659,7 @@ run_testcase ()
|
||||
slave_master_info_file=$TESTDIR/$tname-slave-master-info.opt
|
||||
SKIP_SLAVE=`$EXPR \( $tname : rpl \) = 0`
|
||||
if [ -n $SKIP_TEST ] ; then
|
||||
SKIP_THIS_TEST=`$EXPR \( $tname : $SKIP_TEST \) != 0`
|
||||
SKIP_THIS_TEST=`$EXPR \( $tname : '$SKIP_TEST' \) != 0`
|
||||
if [ x$SKIP_THIS_TEST = x1 ] ;
|
||||
then
|
||||
return;
|
||||
|
Reference in New Issue
Block a user