Skip to content
  • Nuno Carvalho's avatar
    6eba921a
    BUG#14722659: MAKE GTIDS WORK WITH NON-TRANSACTIONAL TABLES · 6eba921a
    Nuno Carvalho authored
    When gtid_mode=ON and --enforce_gtid_consistency options were used
    all statements that modify non-transactional tables were forbidden.
    This caused numerous problems when we want to insert or change data on
    system tables, since them are non-transactional and changed through DML.
    
    --enforce_gtid_consistency now allows simple statements updates that do
     not mix non-transaction and transactional engines.
    6eba921a
    BUG#14722659: MAKE GTIDS WORK WITH NON-TRANSACTIONAL TABLES
    Nuno Carvalho authored
    When gtid_mode=ON and --enforce_gtid_consistency options were used
    all statements that modify non-transactional tables were forbidden.
    This caused numerous problems when we want to insert or change data on
    system tables, since them are non-transactional and changed through DML.
    
    --enforce_gtid_consistency now allows simple statements updates that do
     not mix non-transaction and transactional engines.
Loading