mariadb/sql/examples
svoj@mysql.com/june.mysql.com 556de62f8d BUG#26138 - REPAIR TABLE with option USE_FRM erases all records in
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.
2007-03-30 13:00:21 +05:00
..
CMakeLists.txt my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00
ha_example.cc BUG#26138 - REPAIR TABLE with option USE_FRM erases all records in 2007-03-30 13:00:21 +05:00
ha_example.h Many files: 2006-12-23 20:17:15 +01:00
ha_tina.cc After merge fix 2007-02-03 09:26:11 +01:00
ha_tina.h another valgrind error fix for 4.1(backport from 5.0) 2007-02-02 17:18:42 +04:00