mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
556de62f8d
ARCHIVE table ARCHIVE table was truncated by REPAIR TABLE ... USE_FRM statement. The table handler returned its file name extensions in a wrong order. REPAIR TABLE believed it has to use the meta file to create a new table from it. With the fixed order, REPAIR TABLE does now use the data file to create a new table. So REPAIR TABLE ... USE_FRM works well with ARCHIVE engine now. This issue affects 5.0 only, since in 5.1 ARCHIVE engine stores meta information and data in the same file. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ha_example.cc | ||
ha_example.h | ||
ha_tina.cc | ||
ha_tina.h |