List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:May 21 2008 8:14am
Subject:bk commit into 5.1 tree (dfischer:1.2652)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of dfischer.  When dfischer 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 10:14:25+02:00, dfischer@stripped +2 -0
  fix typo

  mysql-test/r/repair.result@stripped, 2008-05-21 10:13:54+02:00, dfischer@stripped +1 -1
    fix typo

  sql/sql_table.cc@stripped, 2008-05-21 10:14:12+02:00, dfischer@stripped +1 -1
    fix typo

diff -Nrup a/mysql-test/r/repair.result b/mysql-test/r/repair.result
--- a/mysql-test/r/repair.result	2008-05-12 21:37:44 +02:00
+++ b/mysql-test/r/repair.result	2008-05-21 10:13:54 +02:00
@@ -130,7 +130,7 @@ test.t1	check	error	Table upgrade requir
 # REPAIR old table USE_FRM should fail
 REPAIR TABLE t1 USE_FRM;
 Table	Op	Msg_type	Msg_text
-t1	repair	error	Failed reparing incompatible .FRM file
+t1	repair	error	Failed repairing incompatible .frm file
 # Run REPAIR TABLE to upgrade .frm file
 REPAIR TABLE t1;
 Table	Op	Msg_type	Msg_text
diff -Nrup a/sql/sql_table.cc b/sql/sql_table.cc
--- a/sql/sql_table.cc	2008-05-20 09:35:32 +02:00
+++ b/sql/sql_table.cc	2008-05-21 10:14:12 +02:00
@@ -4024,7 +4024,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.1 tree (dfischer:1.2652)Daniel Fischer21 May