Bug #17438 | alter table alter column set default corrupts tables | ||
---|---|---|---|
Submitted: | 16 Feb 2006 0:32 | Modified: | 17 Feb 2006 16:45 |
Reporter: | Colin Kuskie | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.18 | OS: | Linux (CentOS 4.2) |
Assigned to: | CPU Architecture: | Any |
[16 Feb 2006 0:32]
Colin Kuskie
[16 Feb 2006 8:51]
Valeriy Kravchuk
Thank you for a problem repoirt. How you upgraded that table? Have you dumped it in 4.1.x and restored in 5.0.18? If no, it can be a duplicate of bug #17001, already verified.
[16 Feb 2006 16:39]
Colin Kuskie
Valeriy, thank you for your prompt response. Our bug is very similar to 17001, except there's no database crash. The server stays up the whole time. We're very anxious to know if there's a way to recover the data from such a corrupted table. Do you think it is possible?
[17 Feb 2006 9:11]
Valeriy Kravchuk
So, I'll mark this report as a duplicate of bug #17001 and add a coment there. > We're very anxious to know if there's a way to recover the data from such a > corrupted table. Do you think it is possible? I don't know any universal way. You need a dump, backup, or at least binlog enabled to do something. What storage engine was used for that table? Anyway, this is not a good place to discuss the recovery issue. Use our forums, mailing lists or commercial support.
[17 Feb 2006 16:45]
Colin Kuskie
The table was MyISAM. I'll place further comments on bug #17001