data
Which table is hit by an InnoDB page corruption?
Submitted by Shinguz on Mon, 2010-08-02 16:49InnoDB is known to have crash-recovery capabilities and thus is called a crash safe storage engine (in contrary to MyISAM). Never the less under certain circumstances it seems like InnoDB pages can get corrupt during a crash and then a manual crash-recovery is needed.
Stealthy migrating MySQL tables and MySQL data access interfaces using enlarged updateable VIEW functionality
Submitted by Shinguz on Tue, 2006-10-03 21:18Applications occasionally require redesign. However, redesigning an application cannot be done in one step because the application is distributed or several versions of applications must be supported. MySQL 5.0 provides the necessary means to stealthy migrate your data. In a short overview let's look at what we plan to do: Stealthy Migration (PDF 98.7 kByte).
