May 23, 2012

Post: Innodb Recovery Update - The tricks what failed.

… dump tables with innodb_force_recovery=4 was confirmed to be added in 5.0.33, meaning you could not really recover corrupted Innodb tables… have some impact. Innodb tables rarely become corrupt Indeed even if you leave out crashes in my experience Innodb tables become corrupted more seldom than MyISAM… example for so they can be fixed. Corruption usually happens in secondary index, so simple ALTER TABLE fixes it This also seems to be…

Post: Data Corruption, DRBD and story of bug

… the tablespace! InnoDB: The tablespace free space info is corrupt. InnoDB: You may need to dump your InnoDB tables and recreate the whole InnoDB: database! Trash state means that InnoDB won’t… is technical problem with ChangeLog process and it will be fixed soon, but I reported it so it is not lost…

Post: Heikki Tuuri answers to Innodb questions, Part II

…HT: You are right, bugs that cause data corruption, crashes, or wrong query results get the … greatly to spot scalability problems and find fixes for them. The work continues. I believe… have a fairly large Innodb table (150GB) that is showing poor performance for full table scans. using O_DIRECT…

Post: Add an option to Fail on Innodb Initialize failure, Please ?

…not stop if Innodb storage engine failed to initialize but starts properly… just having Innodb tables unavailable. I … to get out quickly and fix things. But it gets worse. Innodb failed initialization is not … message and think it is indeed .frm corruption – trying to restore .frm from backup or …

Post: Presentations Announcement: 2010 O'Reilly MySQL Conference & Expo

…Operating System For MySQL Author: Peter Zaitsev Diagnosing and Fixing MySQL Performance Problems Author: Baron Schwartz, Morgan Tocker EXPLAIN…Write Splitting Author: Baron Schwartz Recovery of lost or corrupted InnoDB tables Author: Aleksandr Kuzminsky Scaling Applications with Caching Sharding and…

Post: Percona sessions at the MySQL conference

… Here’s a list: Morgan Tocker, Baron Schwartz: Diagnosing and Fixing MySQL Performance Problems Peter Zaitsev: Scaling Applications with Caching, … Hot Backups and More Aleksandr Kuzminsky: Recovery of Lost or Corrupted InnoDB Tables Ryan Lowe: Achieving PCI Compliance with MySQL Yves Trudeau: How…

Post: Magic Innodb Recovery self healing

Innodb bug fixed) until today we got MySQL to crash during recovery process right after 17% of log records were applied. Such corruption…dump potentially corrupted tables (in this particular corruption instance Innodb did not print table name in question), drop tables, restart Innodb without innodb_…

Post: Connecting orphaned .ibd files

corrupted and innodb_force_recovery doesn’t help Chris Calender suggests two methods. The first is create/drop the tableInnoDB dictionary. It consists of several internal tables. For our topic only SYS_TABLES and SYS_INDEXES are relevant. These are usual InnoDB tables… 0x C168689B fixing new checksum…

Post: Small things are better

… with Innodb tables. They are designed to never crash, surviving power failures and even partial page writes but still they can get corrupted… bugs, misconfiguration or failures. Sometimes corruption kind be mild, so ALTER TABLE to rebuild the table fixes it. Sometimes table needs to be dropped and…

Post: xtrabackup-0.8

… possible, moving InnoDB tables between servers”for details) tar4ibd is made to be sure that read of InnoDB page is… size, if needed after –prepare Data page corruption check is added to local backup mode …389360: innobackupex-1.5.1 accepts scp options Fixed bugs: Bug #388062: Update to innobackupex …