summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2013-02-04 12:04:29 +0200
committerunknown <sanja@askmonty.org>2013-02-04 12:04:29 +0200
commita3e64c8616fb3744055b5e43cc4b374fde9af685 (patch)
tree6f21982a18c0a3e036391fb35c12615ca47db4cc /mysql-test
parentf0b6f7fb20e4eacf0f70a6c71cc199762278663b (diff)
parentffdbdd7feb0dc4bbb48aa7454168bf36de99d022 (diff)
downloadmariadb-git-a3e64c8616fb3744055b5e43cc4b374fde9af685.tar.gz
merge
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/extra/binlog_tests/binlog.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/extra/binlog_tests/binlog.test b/mysql-test/extra/binlog_tests/binlog.test
index 5b57eab1005..a74426bdd45 100644
--- a/mysql-test/extra/binlog_tests/binlog.test
+++ b/mysql-test/extra/binlog_tests/binlog.test
@@ -40,6 +40,9 @@ while ($1)
}
--enable_query_log
commit;
+# Make sure binlog checkpoint is logged before DROP TABLE to avoid random
+# result difference.
+--source include/wait_for_binlog_checkpoint.inc
drop table t1;
--source include/show_binlog_events.inc
--let $binlog_file= query_get_value(SHOW MASTER STATUS, File, 1)