summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqlbinlog.result
diff options
context:
space:
mode:
authorAndrei Elkin <aelkin@mysql.com>2009-02-24 16:17:34 +0200
committerAndrei Elkin <aelkin@mysql.com>2009-02-24 16:17:34 +0200
commitd091deaf89a09881a34ef67335d042354da75c11 (patch)
tree81ee49b7866f2817cad503b75ef24af373088ef6 /mysql-test/r/mysqlbinlog.result
parent4712e6b9b8e61e468ee94ec65105e61881f77421 (diff)
downloadmariadb-git-d091deaf89a09881a34ef67335d042354da75c11.tar.gz
fixing compilation warning and adding flush logs to test of bug#37313
Diffstat (limited to 'mysql-test/r/mysqlbinlog.result')
-rw-r--r--mysql-test/r/mysqlbinlog.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/mysqlbinlog.result b/mysql-test/r/mysqlbinlog.result
index b5ac22437cd..dbbf49e7920 100644
--- a/mysql-test/r/mysqlbinlog.result
+++ b/mysql-test/r/mysqlbinlog.result
@@ -364,6 +364,7 @@ drop table t1;
shell> mysqlbinlog std_data/corrupt-relay-bin.000624 > var/tmp/bug31793.sql
set @@global.server_id= 4294967295;
reset master;
+flush logs;
select
(@a:=load_file("MYSQLTEST_VARDIR/tmp/mysqlbinlog_bug37313.binlog"))
is not null;