• Nuno Carvalho's avatar
    BUG#11893288 60542: RPL.RPL_EXTRA_COL_MASTER_* DOESN'T TEST WHAT WAS INTENDED · bffc7ec8
    Nuno Carvalho authored
    Test extra/rpl_tests/rpl_extra_col_master.test (used by
    rpl_extra_col_master_*) ends with the active connection pointing to the
    slave. Thus, the two last tests never succeed in changing the binlog
    format of the master away from 'row'. With correct active connection
    (master) tests fail for binlog 'statement' and 'mixed' formats.
    
    Tests rpl_extra_col_master_* only run when binary log format is
    row.  Statement and mix replication do not make sense in this
    tests since it will try to execute statements on columns that do
    not exist.  This fix is basically a backport from mysql-5.5, see
    changes done as part of BUG 39934.
    bffc7ec8
rpl_extra_col_master.test 30.4 KB