Bug #42652 | Maria corruption after recovery: Got an error from thread_id=1, ha_maria.cc:1010 | ||
---|---|---|---|
Submitted: | 6 Feb 2009 15:10 | Modified: | 26 May 2010 17:51 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Server: Maria storage engine | Severity: | S1 (Critical) |
Version: | 6.0-maria | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[6 Feb 2009 15:10]
Philip Stoev
[6 Feb 2009 21:19]
Guilhem Bichot
Just a detail: - zerofilling only means that it feels the free parts of data and index pages with zeroes (for better compression) and also eliminates versioning-related information from rows/keys; the latter gains free space in the files; it makes sense when the table is imported (via binary copy or RESTORE) from another server, and is automatic. - I don't know why it is auto-zerofilled here!!