mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merged 4.1 -> 5.0
This commit is contained in:
@ -1531,7 +1531,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