List:Commits« Previous MessageNext Message »
From:msvensson Date:October 26 2006 10:00pm
Subject:bk commit into 5.1 tree (msvensson:1.2335)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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, 2006-10-27 00:00:00+02:00, msvensson@neptunus.(none) +1 -0
  Merge bk-internal:/home/bk/mysql-5.1-new-maint
  into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
  MERGE: 1.2323.1.3

  sql/sql_select.cc@stripped, 2006-10-26 23:59:55+02:00, msvensson@neptunus.(none) +0 -0
    Auto merged
    MERGE: 1.458.1.1

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1-new-maint/RESYNC

--- 1.459/sql/sql_select.cc	2006-10-27 00:00:06 +02:00
+++ 1.460/sql/sql_select.cc	2006-10-27 00:00:06 +02:00
@@ -2200,7 +2200,7 @@ make_join_statistics(JOIN *join, TABLE_L
       continue;
     }
 #ifdef WITH_PARTITION_STORAGE_ENGINE
-    bool no_partitions_used= table->no_partitions_used;
+    const bool no_partitions_used= table->no_partitions_used;
 #else
     const bool no_partitions_used= FALSE;
 #endif
Thread
bk commit into 5.1 tree (msvensson:1.2335)msvensson26 Oct