1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-26 01:44:06 +03:00
Files
mariadb/mysql-test/t
unknown 12a38fc65e Bug#46010 main.ctype_gbk_binlog fails sporadically : Table 't2' already exists
This test case uses mysqlbinlog to dump the content of master-bin.000001,
but the content of master-bin.000001 is not that this test needs.

MTR runs a lot of test cases on one server, so when this test starts, the current binlog file
might not be master-bin.000001, or there are other events are written by tests before.
'RESET MASTER' command must be called at the begin, it ensures that binlog of this test
is wrote to master-bin.000001 correctly.  

Three other tests have the same problem, They were fixed together.
mysqlbinlog-cp932
binlog_incident
binlog_tmp_table
2009-09-07 13:42:54 +08:00
..
2009-08-20 14:30:59 +02:00
2009-06-25 13:44:50 +05:00
2009-09-04 12:39:56 +05:00
2009-07-15 15:43:45 +05:30
2009-03-27 10:18:06 +08:00
2009-05-13 23:39:35 +05:00
2009-04-29 07:59:10 +05:00
2009-02-26 18:17:06 +01:00
2009-05-06 15:00:14 +05:30
2009-07-24 16:09:35 +04:00
2009-04-09 14:38:50 +05:00
2009-07-30 17:51:25 -07:00
2009-05-08 21:24:15 +04:00
2009-08-12 12:03:05 +02:00
2009-03-10 16:54:24 +01:00
2009-07-03 10:19:32 +02:00
2009-06-10 11:58:36 +03:00
2009-08-31 16:40:35 +03:00
2009-02-19 18:24:25 -05:00
2009-05-15 12:11:07 +05:00
2009-05-10 21:20:35 +05:00
2009-08-31 17:09:09 +03:00
2009-07-06 11:55:53 +05:00