summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorGleb Shchepa <gshchepa@mysql.com>2008-06-25 14:44:55 +0500
committerGleb Shchepa <gshchepa@mysql.com>2008-06-25 14:44:55 +0500
commit696c03e47c4a0c6756f6aa060fe9392debe64e29 (patch)
treecd5412864093161a07e37cd8ddd80edc8f20853c /sql/sql_table.cc
parente948f6a9b7277650fbb638fd52b40ccc36a801a6 (diff)
parent32089863c06a5aa1a622faf96a610b7906fca7a6 (diff)
downloadmariadb-git-696c03e47c4a0c6756f6aa060fe9392debe64e29.tar.gz
auto merge 5.1-main --> 5.1-bugteam
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 77344aca987..518cda6fa80 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -4024,7 +4024,7 @@ static int prepare_for_repair(THD *thd, TABLE_LIST *table_list,
if (table->s->frm_version != FRM_VER_TRUE_VARCHAR)
{
error= send_check_errmsg(thd, table_list, "repair",
- "Failed reparing incompatible .FRM file");
+ "Failed repairing incompatible .frm file");
goto end;
}