-
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.
Nuno Carvalho authoredWhen 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