Skip to content
  • Daogang.qu's avatar
    2a5035b8
    Bug#20436436 NEW->OLD ASSERT FAILURE `GTID_MODE > 0' IN 5.6.24 AT LOG_EVENT.CC:13555 · 2a5035b8
    Daogang.qu authored
    Their is no the prolem in 5.7. On mysql 5.7, the slave sql
    thread already manage to apply the anonymous_gtid log event
    successfully if gtid_mode is OFF. But we should add tests
    to verify that the slave sql thread should report an error
    and abort when applying the anonymous_gtid log event if
    gtid_mode is ON; the slave sql thread should report an
    error and abort when applying a gtid log event if
    gtid_mode is OFF.
    2a5035b8
    Bug#20436436 NEW->OLD ASSERT FAILURE `GTID_MODE > 0' IN 5.6.24 AT LOG_EVENT.CC:13555
    Daogang.qu authored
    Their is no the prolem in 5.7. On mysql 5.7, the slave sql
    thread already manage to apply the anonymous_gtid log event
    successfully if gtid_mode is OFF. But we should add tests
    to verify that the slave sql thread should report an error
    and abort when applying the anonymous_gtid log event if
    gtid_mode is ON; the slave sql thread should report an
    error and abort when applying a gtid log event if
    gtid_mode is OFF.
Loading