1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-15 09:02:33 +03:00

ndb - bug#20252

allow user to specify scan batch size in readTuples
This commit is contained in:
jonas@perch.ndb.mysql.com
2006-06-27 11:41:00 +02:00
parent 02de4368cd
commit c59fac93c4
5 changed files with 35 additions and 16 deletions

View File

@@ -56,7 +56,9 @@ public:
*/
virtual
int readTuples(LockMode lock_mode = LM_Read,
Uint32 scan_flags = 0, Uint32 parallel = 0);
Uint32 scan_flags = 0,
Uint32 parallel = 0,
Uint32 batch = 0);
#ifndef DOXYGEN_SHOULD_SKIP_DEPRECATED
/**