diff options
author | unknown <knielsen@knielsen-hq.org> | 2009-09-30 08:35:31 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2009-09-30 08:35:31 +0200 |
commit | 0f502cc5d9d21f06fdc87d3d9a60151a4bc603df (patch) | |
tree | 7e0cf0180d7a86007916675d959c51cc218728cc /mysql-test/r/mysqlbinlog-cp932.result | |
parent | d8aa3dbd343841b61110844e38c1114e14c230ec (diff) | |
download | mariadb-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.result | 2 |
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; |