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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user