[MDEV-2248] LP:493863 - 5.1 transaction replication problem with InnoDBXtraDB Created: 2009-12-08 Updated: 2014-06-20 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Arjen Lentz (Inactive) | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
5.1.39 with InnoDB/XtraDB Master/Slave configuration with following table on master: CREATE TABLE `MailerType` ( On slave the table is converted to InnoDB: ALTER TABLE MailerType ENGINE=InnoDB; Run following on master: SET autocommit=0; Result on master: mysql> select * from MailerType;
--------
-------- Result on slave: select * from MailerType; |
| Comments |
| Comment by Arjen Lentz (Inactive) [ 2009-12-08 ] |
|
Re: 5.1 transaction replication problem with InnoDBXtraDB |
| Comment by Stewart Smith [ 2011-06-07 ] |
|
Re: 5.1 transaction replication problem with InnoDBXtraDB Thanks, |
| Comment by Kristian Nielsen [ 2012-03-02 ] |
|
Re: 5.1 transaction replication problem with InnoDBXtraDB (There were a bunch of fixes related to mixed myisam/inno replication in 5.5) |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-02 ] |
|
Launchpad bug id: 493863 |