summaryrefslogtreecommitdiff
path: root/ndb/include
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2007-02-07 09:19:33 +0100
committerunknown <mskold/marty@mysql.com/linux.site>2007-02-07 09:19:33 +0100
commitf3463a8c8299deb484884823dd38d6f3cd0e1937 (patch)
tree412d19ad10177946acf9f6cb6d2c7d3921c83705 /ndb/include
parentba8a684dcb8204eac3e376989bc3f680166941f9 (diff)
downloadmariadb-git-f3463a8c8299deb484884823dd38d6f3cd0e1937.tar.gz
bug#25821 Excessive partition pruning for multi-range index scan in NDB API: post-review fix, added default value
Diffstat (limited to 'ndb/include')
-rw-r--r--ndb/include/ndbapi/NdbScanOperation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/ndbapi/NdbScanOperation.hpp b/ndb/include/ndbapi/NdbScanOperation.hpp
index 1e03eee5a39..d1af4732525 100644
--- a/ndb/include/ndbapi/NdbScanOperation.hpp
+++ b/ndb/include/ndbapi/NdbScanOperation.hpp
@@ -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){