• Andrei Elkin's avatar
    Bug #33420 Test 'rpl_packet' fails randomly with changed "Exec_Master_Log_Pos" · ed7b41d6
    Andrei Elkin authored
    binlog_row_mix_innodb_myisam resutls are corrected.
    The last operations prior the dup error is
    TRUNCATE table t2;
    Therefore after
    --error ER_DUP_ENTRY
    INSERT INTO t2 select * from t1;
    table t2 must be empty, and that is what the updated results confirm.
    
    
    mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result:
      results changed due to Bug #33420 fixing.
    ed7b41d6
binlog_row_mix_innodb_myisam.result 32.4 KB