mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
slave leaves slave unstable Problem: when replicating from non-transactional to transactional engine with autocommit off, no BEGIN/COMMIT is written to the binlog. When the slave replicates, it will start a transaction that never ends. Fix: Force autocommit=on on slave by always replicating autocommit=1 from the master.
2 lines
22 B
Plaintext
2 lines
22 B
Plaintext
--innodb --ndbcluster
|