mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge mysql.com:/windows/Linux_space/MySQL/mysql-5.0
into mysql.com:/windows/Linux_space/MySQL/mysql-5.1 storage/ndb/include/ndbapi/NdbScanOperation.hpp: Auto merged
This commit is contained in:
@ -74,7 +74,7 @@ public:
|
|||||||
#ifdef ndb_readtuples_impossible_overload
|
#ifdef ndb_readtuples_impossible_overload
|
||||||
int readTuples(LockMode lock_mode = LM_Read,
|
int readTuples(LockMode lock_mode = LM_Read,
|
||||||
Uint32 batch = 0, Uint32 parallel = 0,
|
Uint32 batch = 0, Uint32 parallel = 0,
|
||||||
bool keyinfo = false, bool multi_range);
|
bool keyinfo = false, bool multi_range = false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
inline int readTuples(int parallell){
|
inline int readTuples(int parallell){
|
||||||
|
Reference in New Issue
Block a user