May 25, 2012

Post: Troubleshooting Relay Log Corruption in MySQL

…’s relay log, you will be able to know their names by issuing ‘SHOW SLAVE STATUS’ on this slave. This is relay relay log corruption and you can check details in the MySQL Error log file. The error message describes few… to show up in relay logs. Really this is only one of various error messages you could see if relay log corrupted. You could also…

Post: MySQL Crash Recovery

… Innodb log and binary log are synchronized. In MySQL 5.0 XA is taking care of this synchronization. .frm Corruption – Few people know MySQL is… most vulnerable. master.info corruption – If slave happens to crash you can also have relay logs corruption and master.info being corrupted. Not to mention…

Post: Percona Server 5.5.10 (Release Candidate)

…overwrite_relay_log_info was renamed to innodb_recovery_update_relay_log. (Yasufumi Kinoshita) Old system variable innodb_pass_corrupt_table was renamed to innodb_corrupt…7 could crash the server. (Yasufumi Kinoshita) MySQL bugs 56433 and 51325 – These MySQL bugs have been fixed in Percona Server. (…

Post: Recovery beyond data restore

… stock MySQL. Yet another way is using DRBD to get a standby MySQL server or at least synchronously replicated master binary logs. If… process all its relay logs before re-pointing it. Interesting enough Google has solution for us again which comes as “log mirroring” patches… as shortcut) – for example you may have master or relay binary log corruption. Master or Slave running out of space, Slave crashing (and…

Post: Innodb Undelete and Sphinx Support

… of services which should be helpful to MySQL Community and which are not offered by MySQL, Oracle and other companies I know… Alexa 100 companies contacting us with recovery request because neither MySQL nor Oracle could help them to recover the date so… log, corrupted binary log and dig into MyISAM tables. You would ask who would ever need such recovery services – should not people just relay

Post: Percona Server 5.5.17-22.1 released

… available here and from the Percona Software Repositories). Based on MySQL 5.5.17, including all the bug fixes in it… have SHOW SLAVE STATUS give incorrect output due to a corrupted relay log. Bug Fixed: #860910 (Alexey Kopytov).