List:Commits« Previous MessageNext Message »
From:Martin Skold Date:February 7 2007 9:19am
Subject:bk commit into 5.0 tree (mskold:1.2298) BUG#25821
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of marty. When marty 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, 2007-02-07 09:19:33+01:00, mskold@stripped +1 -0
  bug#25821  Excessive partition pruning for multi-range index scan in NDB API:
post-review fix, added default value

  ndb/include/ndbapi/NdbScanOperation.hpp@stripped, 2007-02-07 09:19:19+01:00,
mskold@stripped +1 -1
    bug#25821  Excessive partition pruning for multi-range index scan in NDB API:
post-review fix, added default value

# 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:	mskold
# Host:	linux.site
# Root:	/windows/Linux_space/MySQL/mysql-5.0

--- 1.38/ndb/include/ndbapi/NdbScanOperation.hpp	2007-02-07 09:19:41 +01:00
+++ 1.39/ndb/include/ndbapi/NdbScanOperation.hpp	2007-02-07 09:19:41 +01:00
@@ -73,7 +73,7 @@ public:
 #ifdef ndb_readtuples_impossible_overload
   int readTuples(LockMode lock_mode = LM_Read, 
 		 Uint32 batch = 0, Uint32 parallel = 0, 
-                 bool keyinfo = false, bool multi_range);
+                 bool keyinfo = false, bool multi_range = false);
 #endif
   
   inline int readTuples(int parallell){
Thread
bk commit into 5.0 tree (mskold:1.2298) BUG#25821Martin Skold7 Feb