mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
various cleanups
This commit is contained in:
committed by
Sergei Golubchik
parent
db7edfed17
commit
2fe8dd0f90
@ -163,7 +163,7 @@ static int prepare_for_repair(THD *thd, TABLE_LIST *table_list,
|
||||
- Run a normal repair using the new index file and the old data file
|
||||
*/
|
||||
|
||||
if (table->s->frm_version != FRM_VER_TRUE_VARCHAR &&
|
||||
if (table->s->frm_version < FRM_VER_TRUE_VARCHAR &&
|
||||
table->s->varchar_fields)
|
||||
{
|
||||
error= send_check_errmsg(thd, table_list, "repair",
|
||||
|
Reference in New Issue
Block a user