maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #04926
Re: Fwd: possible bug in MySQL 5.6.7-rc slave replication crash safety?
Zardosht Kasheff <zardosht@xxxxxxxxx> writes:
> What is that solution? Is the solution in MariaDB 5.5? Is there a way
> for another engine to also have this solution?
1. http://www.percona.com/doc/percona-server/5.5/reliability/innodb_recovery_update_relay_log.html
2. Yes (I think it's even in MariaDB 5.1)
3. No, this is completely innodb-specific.
My current plan for crash safe replication is that this will be part of
MDEV-26:
https://mariadb.atlassian.net/browse/MDEV-26
This solution works by storing the state in the slave binlog, so it works with
any (XA-capable) engine.
- Kristian.
Follow ups
References