Bug #60120 | MY sql partition rebuild causes mysqld service crash | ||
---|---|---|---|
Submitted: | 14 Feb 2011 9:56 | Modified: | 27 Mar 2011 14:44 |
Reporter: | lucian ticrea | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S1 (Critical) |
Version: | 5.1.48-community-log | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | my sql service crash partition rebuild |
[14 Feb 2011 9:56]
lucian ticrea
[14 Feb 2011 11:27]
Valeriy Kravchuk
Please, send the output of SHOW CREATE TABLE ...\G for the problematic partition table. Do you use innodb_file_per_table=1?
[14 Feb 2011 11:36]
lucian ticrea
Here you go CREATE TABLE `readings_tbl` ( `foreignid` VARCHAR(30) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `reading_date` DATETIME NOT NULL, `reading_time` INT(4) NOT NULL, `measure` DECIMAL(15,2) DEFAULT NULL, `measure_status` VARCHAR(4) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `measure2` DECIMAL(15,2) DEFAULT NULL, `measure2_status` VARCHAR(4) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, `id` INT(8) UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (`foreignid`,`reading_date`,`reading_time`), KEY `Index` (`id`) ) ENGINE=INNODB AUTO_INCREMENT=171924011 DEFAULT CHARSET=utf8 /*!50100 PARTITION BY KEY (foreignid) PARTITIONS 100 */
[27 Feb 2011 14:43]
MySQL Verification Team
Can you show entire error log (including where corruptions first happened)? You might have to use innodb_force_recovery=4 and mysqldump/reload the entire table. http://dev.mysql.com/doc/refman/5.1/en/forcing-innodb-recovery.html
[27 Mar 2011 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".