summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index 25b5392f88d..9405004abbd 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -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;