summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorTimothy Smith <timothy.smith@sun.com>2008-06-17 19:05:56 -0600
committerTimothy Smith <timothy.smith@sun.com>2008-06-17 19:05:56 -0600
commit211e9c08ae3eace791cb2f1dd3cf11761426ba63 (patch)
treec4aead05fc575eea3856eaa9eeea90b613a4b7b9 /sql/sql_table.cc
parent3facc8222e7cb33bf05c47b1b9aec41c42bc6568 (diff)
downloadmariadb-git-211e9c08ae3eace791cb2f1dd3cf11761426ba63.tar.gz
fix typo
This change was committed to the 5.1.25 release clone, but never made it to the mysql-5.1 BK tree. I'm committing it to mysql-5.1 bzr now.
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 7c847e0817c..9993ef0d854 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;
}