May 23, 2012

Post: Percona Server 5.5.23-25.3 released!

… XtraDB internal SYS_STATS table was corrupted or overwritten. This is now fixed by detecting the corruption and creating a new SYS…

Comment: How to change innodb_log_file_size safely

… move them). The end result was: I could only use mysqldump to import all the data into a clean/fresh innodb…

Comment: Review of Virident FlashMAX MLC cards

… its portion of the data stripe, the volume is hopeless corrupted, even if the cause might be something that has nothing…

Comment: Review of Virident FlashMAX MLC cards

… on RAID-0 is that you end up with a corrupt volume even if no data loss occurs. if one of… isn’t written for any operation this results in a corrupt volume. Therefore, even with the protections on the card with… data. A failure to complete a write on RAID-0 corrupts the volume, even if no prior data was actually lost…

Post: Best kept MySQLDump Secret

… row in set (0.00 sec) SESSION2: root@ubuntu:~/dump# mysqldump –single-transaction dumptest > dump.sql SESSION1: (before dump has completed… at the same time as mysqldump was running we got table empty table with new structure in mysqldump instead of table with…. What are potential solutions for this problem ? you can use mysqldump –lock-all-tables instead which does not have this problem…

Comment: Best kept MySQLDump Secret

Eric, I tested it with MySQL 5.5 I think what huarong had is just different timing. ALTER TABLE Will be blocked if that table is being dumped right now. However if mysqldump is processing table “A” and you’re altering table “Z” at this time Alter Table will not be blocked.

Comment: Best kept MySQLDump Secret

… on windows2003 mysql 5.5.15 while mysqldump is going , alter table was BLOCKED! Eventually mysqldump got the old table definition and…

Post: Percona Server 5.5.21-25.1 released!

… we wish to make available. Bugs Fixed: Fixed a memory corruption regression introduced in 5.5.18-23.0. Bug fixed…

Comment: Best kept MySQLDump Secret

I wrote about the alter table issue a few years ago and filed bug http://bugs.mysql.com/bug.php?id=28432 which was incorrectly closed as fixed. I’m surprised that more people weren’t upset about it. Maybe I should have added notes about mysqldump.

Comment: Best kept MySQLDump Secret

… from http://dev.mysql.com/doc/refman/5.5/en/mysqldump.html : “While a –single-transaction dump is in process, to… be dumped can cause the SELECT that is performed by mysqldump to retrieve the table contents to obtain incorrect contents or…