diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-12-06 19:11:12 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-12-06 19:34:03 +0200 |
commit | ce07676502b398ca8eacc21e3899f6b0e060c9c9 (patch) | |
tree | 2c709aeefe67335eaa138866b7fb9567f67021dc /mysql-test/extra | |
parent | 24c9785a67dda85f8df8a3fde4c4903e09f846e9 (diff) | |
parent | 77fb7ccba41e9a901053ffc4fdc461968f6f616f (diff) | |
download | mariadb-git-ce07676502b398ca8eacc21e3899f6b0e060c9c9.tar.gz |
Merge 10.2 into bb-10.2-ext
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 |