diff options
author | Gleb Shchepa <gshchepa@mysql.com> | 2008-06-25 14:44:55 +0500 |
---|---|---|
committer | Gleb Shchepa <gshchepa@mysql.com> | 2008-06-25 14:44:55 +0500 |
commit | 696c03e47c4a0c6756f6aa060fe9392debe64e29 (patch) | |
tree | cd5412864093161a07e37cd8ddd80edc8f20853c /sql/sql_table.cc | |
parent | e948f6a9b7277650fbb638fd52b40ccc36a801a6 (diff) | |
parent | 32089863c06a5aa1a622faf96a610b7906fca7a6 (diff) | |
download | mariadb-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.cc | 2 |
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; } |