• unknown's avatar
    Bug#46010 main.ctype_gbk_binlog fails sporadically : Table 't2' already exists · 12a38fc6
    unknown authored
    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
    12a38fc6
binlog_incident.test 939 Bytes