May 26, 2012

Post: Making replication a bit more reliable

… synchronized. If we speak about backup and you can execute SHOW SLAVE STATUS command you can get reliable information about current state, but…-tools/wiki/TransactionalReplication patch and http://bugs.mysql.com/bug.php?id=34058 bug report. Basically we want to store the… available in error-log output, so you can repoint your slave to correct position by executing CHANGE MASTER command. Currently patch…

Comment: No more MySQL Crash Safe Replication in 5.0 ?

…bugs.mysql.com/bug.php?id=34058, this has…mysql-bin.000002 —round 2— show master status; +——————+———-+————–+——————+ | File | Position | Binlog_Do_DB | … error log (snipped): InnoDB: In a MySQL replication slave the last master binlog …

Post: Heikki Tuuri answers to Innodb questions, Part II

… found and fixed: http://bugs.mysql.com/bug.php?id=29560 Concerning a switch to Oracle’s … table on a separate computer, maybe a replication slave. Can you make the reorganization run in a …lookups or not showed up in “show innodb status”. select * from table where id=5 show innodb status: Hash …