mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge bk@192.168.21.1:mysql-5.1
into mysql.com:/d2/hf/mrg/mysql-5.1-opt sql/sql_table.cc: Auto merged
This commit is contained in:
@ -3953,7 +3953,9 @@ static int prepare_for_repair(THD *thd, TABLE_LIST *table_list,
|
||||
|
||||
/*
|
||||
Check if this is a table type that stores index and data separately,
|
||||
like ISAM or MyISAM
|
||||
like ISAM or MyISAM. We assume fixed order of engine file name
|
||||
extentions array. First element of engine file name extentions array
|
||||
is meta/index file extention. Second element - data file extention.
|
||||
*/
|
||||
ext= table->file->bas_ext();
|
||||
if (!ext[0] || !ext[1])
|
||||
|
Reference in New Issue
Block a user