List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekilmaz Date:May 9 2008 12:48am
Subject:bk commit into 6.0 tree (hakank:1.2676)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of hakank.  When hakank 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-09 00:47:57+02:00, hakank@au0012. +2 -0
  Fixed typos: need --> needs.

  mysql-test/lib/mtr_cases.pl@stripped, 2008-05-09 00:47:51+02:00, hakank@au0012. +5 -5
    Fixed typos: need --> needs.

  mysql-test/mysql-test-run.pl@stripped, 2008-05-09 00:47:51+02:00, hakank@au0012. +2 -2
    Fixed typos: need --> needs.

diff -Nrup a/mysql-test/lib/mtr_cases.pl b/mysql-test/lib/mtr_cases.pl
--- a/mysql-test/lib/mtr_cases.pl	2008-02-11 17:05:47 +01:00
+++ b/mysql-test/lib/mtr_cases.pl	2008-05-09 00:47:51 +02:00
@@ -776,28 +776,28 @@ sub collect_one_test_case($$$$$$$$$) {
     if ( $tinfo->{'big_test'} and ! $::opt_big_test )
     {
       $tinfo->{'skip'}= 1;
-      $tinfo->{'comment'}= "Test need 'big-test' option";
+      $tinfo->{'comment'}= "Test needs 'big-test' option";
       return;
     }
 
     if ( $tinfo->{'ndb_extra'} and ! $::opt_ndb_extra_test )
     {
       $tinfo->{'skip'}= 1;
-      $tinfo->{'comment'}= "Test need 'ndb_extra' option";
+      $tinfo->{'comment'}= "Test needs 'ndb_extra' option";
       return;
     }
 
     if ( $tinfo->{'require_manager'} )
     {
       $tinfo->{'skip'}= 1;
-      $tinfo->{'comment'}= "Test need the _old_ manager(to be removed)";
+      $tinfo->{'comment'}= "Test needs the _old_ manager(to be removed)";
       return;
     }
 
     if ( $tinfo->{'need_debug'} && ! $::debug_compiled_binaries )
     {
       $tinfo->{'skip'}= 1;
-      $tinfo->{'comment'}= "Test need debug binaries";
+      $tinfo->{'comment'}= "Test needs debug binaries";
       return;
     }
 
@@ -850,7 +850,7 @@ sub collect_one_test_case($$$$$$$$$) {
       if (grep(/^--skip-log-bin/,  @::opt_extra_mysqld_opt) )
       {
 	$tinfo->{'skip'}= 1;
-	$tinfo->{'comment'}= "Test need binlog";
+	$tinfo->{'comment'}= "Test needs binlog";
 	return;
       }
     }
diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl	2008-05-02 08:07:32 +02:00
+++ b/mysql-test/mysql-test-run.pl	2008-05-09 00:47:51 +02:00
@@ -4042,7 +4042,7 @@ sub run_testcase_need_master_restart($)
 	  $clusters->[0]->{'pid'} == 0 )
   {
     $do_restart= 1;           # Restart with cluster
-    mtr_verbose("Restart master: Test need cluster");
+    mtr_verbose("Restart master: Test needs cluster");
   }
   elsif( $tinfo->{'component_id'} eq 'im' )
   {
@@ -4128,7 +4128,7 @@ sub run_testcase_need_slave_restart($)
     }
     elsif ( $tinfo->{'slave_num'} )
     {
-      mtr_verbose("Restart slave: Test need slave");
+      mtr_verbose("Restart slave: Test needs slave");
       $do_slave_restart= 1;
     }
   }
Thread
bk commit into 6.0 tree (hakank:1.2676)Hakan Kuecuekilmaz9 May 2008