1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

let chk_index() understand 2-level fulltext index format

This commit is contained in:
serg@serg.mylan
2003-12-07 20:36:45 +01:00
parent 6d0703ab5b
commit d7f0cd241d
2 changed files with 50 additions and 22 deletions

View File

@@ -1539,7 +1539,7 @@ static int mysql_admin_table(THD* thd, TABLE_LIST* tables,
case HA_ADMIN_CORRUPT:
protocol->store("error", 5, system_charset_info);
protocol->store("Corrupt", 8, system_charset_info);
protocol->store("Corrupt", 7, system_charset_info);
fatal_error=1;
break;