summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqlbinlog-cp932.result
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2009-09-30 08:35:31 +0200
committerunknown <knielsen@knielsen-hq.org>2009-09-30 08:35:31 +0200
commit0f502cc5d9d21f06fdc87d3d9a60151a4bc603df (patch)
tree7e0cf0180d7a86007916675d959c51cc218728cc /mysql-test/r/mysqlbinlog-cp932.result
parentd8aa3dbd343841b61110844e38c1114e14c230ec (diff)
downloadmariadb-git-0f502cc5d9d21f06fdc87d3d9a60151a4bc603df.tar.gz
Apply patch from Bug#46010.
This is needed to fix failures seen in Buildbot (main.ctype_gbk_binlog). Problem is that some tests did not RESET MASTER, causing them to pick up random binlog files depending on prior tests.
Diffstat (limited to 'mysql-test/r/mysqlbinlog-cp932.result')
-rw-r--r--mysql-test/r/mysqlbinlog-cp932.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqlbinlog-cp932.result b/mysql-test/r/mysqlbinlog-cp932.result
index 1640a3b1642..cbf6159516a 100644
--- a/mysql-test/r/mysqlbinlog-cp932.result
+++ b/mysql-test/r/mysqlbinlog-cp932.result
@@ -1,4 +1,4 @@
-flush logs;
+RESET MASTER;
create table t3 (f text character set utf8);
create table t4 (f text character set cp932);
flush logs;