Bug #39111 | replicate not correct when rollback of a tx contain MyISAM table | ||
---|---|---|---|
Submitted: | 29 Aug 2008 9:20 | Modified: | 15 Sep 2008 20:01 |
Reporter: | David lu | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.0.45 | OS: | Linux |
Assigned to: | CPU Architecture: | Any | |
Tags: | replication transaction InnoDB MyISAM rollback |
[29 Aug 2008 9:20]
David lu
[29 Aug 2008 15:44]
Valeriy Kravchuk
Thank you for a problem report. Please, try to repeat with a newer version, 5.0.67, on both master and slave, and inform about the results.
[4 Sep 2008 7:53]
David lu
I hava upgrade to version 5.1.26-rc. The problem is same with the old version 5.0.45. Should I try with 5.0.67 ?
[15 Sep 2008 20:01]
Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Please read at http://dev.mysql.com/doc/refman/5.1/en/replication-features-transactions.html about problems which you can meet if mix transactional and not transactional tables in single transaction. Workaround: use both InnoDB tables on master.