diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-12-06 19:36:33 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-12-06 19:36:33 +0200 |
commit | 976f6fb1b6320f7eb2cd228d9690de85fec330e8 (patch) | |
tree | f29f94eb28970cd5c114ecd9d49a4ca5e4aa80d4 /mysql-test/extra | |
parent | a34b976d8efc98b37c15578e4af012319c03f11d (diff) | |
parent | ce07676502b398ca8eacc21e3899f6b0e060c9c9 (diff) | |
download | mariadb-git-976f6fb1b6320f7eb2cd228d9690de85fec330e8.tar.gz |
Merge bb-10.2-ext into 10.3
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_log.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_log.test b/mysql-test/extra/rpl_tests/rpl_log.test index d2f605e0f96..f885602eaad 100644 --- a/mysql-test/extra/rpl_tests/rpl_log.test +++ b/mysql-test/extra/rpl_tests/rpl_log.test @@ -65,6 +65,8 @@ flush logs; # To make it predictable, we do a useless update now, but which has the # interest of making the slave catch both rotate events. +let $skip_checkpoint_events=1; + eval create table t3 (a int)ENGINE=$engine_type; # Sync slave and force it to start on another binary log |