• Leonard Zhou's avatar
    Bug#43440 rpl.rpl_temp_table_mix_row fails sporadicly · d0cb03b8
    Leonard Zhou authored
          
    The problem is that after disconnect, the DOPR TEMPORARY TABLE event didn't been
    written into binlog. So after syncing with slave, the TEMPORARY table on slave 
    is not removed.
          
    Waiting DROP TEMPORARY TABLE event to be written into binlog before sync slave with
    master.
    d0cb03b8
rpl_temp_table_mix_row.test 1.27 KB