summaryrefslogtreecommitdiff
path: root/mysql-test/t/mysqlbinlog.test
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2014-12-22 02:02:38 +0200
committerSergei Golubchik <serg@mariadb.org>2015-02-10 10:21:16 +0100
commit3a3ec744b5a31318a00821dc0ed6da8af49fda25 (patch)
tree40fcab46a3b7b1a193fd4e2ce2725af7537e9807 /mysql-test/t/mysqlbinlog.test
parent01963e5df10eb1439f3b71541832e77dd4e80c64 (diff)
downloadmariadb-git-3a3ec744b5a31318a00821dc0ed6da8af49fda25.tar.gz
cleanups done as part of adding encryption
- Fixed compiler warnings - Added include/wait_for_binlog_checkpoint.inc, as suggested by JonasO - Updated 'build-tags' to work with git (Patch by Serg)
Diffstat (limited to 'mysql-test/t/mysqlbinlog.test')
-rw-r--r--mysql-test/t/mysqlbinlog.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test
index e167893fb9f..e5bc36f6851 100644
--- a/mysql-test/t/mysqlbinlog.test
+++ b/mysql-test/t/mysqlbinlog.test
@@ -551,6 +551,7 @@ DROP TABLE t1;
DROP DATABASE test1;
let $master_binlog= query_get_value(SHOW MASTER STATUS, File, 1);
FLUSH LOGS;
+--source include/wait_for_binlog_checkpoint.inc
let $MYSQLD_DATADIR= `SELECT @@datadir`;
exec $MYSQL_BINLOG $MYSQLD_DATADIR/$master_binlog | $MYSQL test 2>&1;