1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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.
This commit is contained in:
unknown
2009-09-30 08:35:31 +02:00
parent d8aa3dbd34
commit 0f502cc5d9
8 changed files with 11 additions and 4 deletions

View File

@ -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;