bug#25821 Excessive partition pruning for multi-range index scan in NDB API: post-review fix, added default value

This commit is contained in:
mskold/marty@mysql.com/linux.site 2007-02-07 09:19:33 +01:00
parent 0446aa9cbd
commit 259d3dce26

View File

@ -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){