summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqlbinlog_base64.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/mysqlbinlog_base64.result')
-rw-r--r--mysql-test/r/mysqlbinlog_base64.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/mysqlbinlog_base64.result b/mysql-test/r/mysqlbinlog_base64.result
index c31dbee56c6..33047a8774d 100644
--- a/mysql-test/r/mysqlbinlog_base64.result
+++ b/mysql-test/r/mysqlbinlog_base64.result
@@ -6,6 +6,7 @@ update t1 set a=a+2 where a=2;
update t1 set a=a+2 where a=3;
create table t2 (word varchar(20));
load data infile '../std_data_ln/words.dat' into table t2;
+flush logs;
drop table t1;
drop table t2;
select * from t1;