Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
5.1.67, 5.2.14, 5.3.12, 5.5.36, 10.0.9
-
None
Description
We regularly have corrupt ARCHIVE engine tables that fail to repair:
================================
MariaDB [(none)]> database; |
Database changed |
MariaDB [database]> repair table table; |
+-----------------------------+--------+----------+----------+ |
| Table | Op | Msg_type | Msg_text | |
+-----------------------------+--------+----------+----------+ |
| database.table | repair | error | Corrupt | |
+-----------------------------+--------+----------+----------+ |
1 row in set (3.92 sec) |
 |
MariaDB [database]> |
================================
I'm unsure what causes the corruption, but a repair shouldn't be failing I presume?
I'll upload a copy of an example table to FTP.