mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge acurtis@bk-internal:/home/bk/mysql-5.0-engines
into xiphis.org:/home/antony/work2/mysql-5.0-engines.merge sql/item_func.cc: Auto merged sql/item_func.h: Auto merged sql/sql_table.cc: Auto merged
This commit is contained in:
@ -2068,7 +2068,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.
|
||||
*/
|
||||
if (!ext[0] || !ext[1])
|
||||
goto end; // No data file
|
||||
|
Reference in New Issue
Block a user