Below is the list of changes that have just been committed into a local
5.0 repository of gshchepa. When gshchepa does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-05-21 00:07:35+02:00, gshchepa@stripped +1 -0
sql_table.cc:
Bug#36055: minor post-commit fix of typo in error message text.
sql/sql_table.cc@stripped, 2008-05-21 00:06:20+02:00, gshchepa@stripped +1 -1
Bug#36055: minor post-commit fix of typo in error message text.
diff -Nrup a/sql/sql_table.cc b/sql/sql_table.cc
--- a/sql/sql_table.cc 2008-05-12 17:59:16 +02:00
+++ b/sql/sql_table.cc 2008-05-21 00:06:20 +02:00
@@ -2121,7 +2121,7 @@ static int prepare_for_repair(THD* thd,
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;
}
| Thread |
|---|
| • bk commit into 5.0 tree (gshchepa:1.2632) BUG#36055 | gshchepa | 21 May |