diff options
author | Mats Kindahl <mats@sun.com> | 2009-09-23 11:43:43 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2009-09-23 11:43:43 +0200 |
commit | 5661e72623e66d9170dbe3e7913ff4f36b79100d (patch) | |
tree | 0f5454c4de2cb30d02c5b1970d028dbd1176dd95 /mysql-test/extra | |
parent | 924b4be597f405fbfa3e1856debdc2aee0152569 (diff) | |
download | mariadb-git-5661e72623e66d9170dbe3e7913ff4f36b79100d.tar.gz |
BUG#29288: myisam transactions replicated to a transactional
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.
Diffstat (limited to 'mysql-test/extra')
0 files changed, 0 insertions, 0 deletions