List:Commits« Previous MessageNext Message »
From:Mattias Jonsson Date:September 18 2008 10:03pm
Subject:bzr commit into mysql-6.0 branch (mattias.jonsson:2838)
View as plain text  
#At file:///Users/mattiasj/clones/bzrroot/b30573-60-5129rc/

 2838 Mattias Jonsson	2008-09-18 [merge]
      manual null merge (after backport of bug-33257)
modified:
  sql/ha_partition.cc

per-file messages:
  sql/ha_partition.cc
    fixed two typos
=== modified file 'sql/ha_partition.cc'
--- a/sql/ha_partition.cc	2008-08-20 18:05:57 +0000
+++ b/sql/ha_partition.cc	2008-09-18 20:03:11 +0000
@@ -3767,7 +3767,7 @@ int ha_partition::common_index_read(ucha
   uint key_len;
   bool reverse_order= FALSE;
   DBUG_ENTER("ha_partition::common_index_read");
-  LINT_INIT(key_len); /* used iff have_start_key==TRUE */
+  LINT_INIT(key_len); /* used if have_start_key==TRUE */
 
   if (have_start_key)
   {
@@ -4098,7 +4098,7 @@ int ha_partition::read_range_next()
 
 
 /*
-  Common routine to set up index scans scans
+  Common routine to set up index scans
 
   SYNOPSIS
     ha_partition::partition_scan_set_up()

Thread
bzr commit into mysql-6.0 branch (mattias.jonsson:2838)Mattias Jonsson19 Sep