mysql - Anonymous transactions get made even with GTID_MODE=ON -
i'm using mysql 5.7 gtid master-master replication , i'm experiencing strange error.
randomly 1 of masters stop replicating with: "cannot replicate anonymous transaction when @@global.gtid_mode = on"
when check there indeed anonymous entry in binlog, isn't clear how got there since other master has gtid_mode=on , should not allow anonymous transactions execute or make way in binlog.
enforce_gtid_consistency on queries result in anonymous transaction should failing.
it's ever single query/transaction. previous , next queries in binlog have gtid's.
i ran same issue. first time saw when upgraded mysql 5.7.12.
i don't have workaround/fix yet either. version of mysql on?
Comments
Post a Comment