At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/autoconfbug
------------------------------------------------------------
revno: 146
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: autoconfbug
timestamp: Fri 2007-09-14 16:36:32 -0700
message:
Added internal version of readTuples
modified:
swig/NdbIndexScanOperation.i ndbindexscanoperatio-20070426125039-esztodu0kcqbofgn-1
=== modified file 'swig/NdbIndexScanOperation.i'
--- a/swig/NdbIndexScanOperation.i 2007-05-29 15:45:11 +0000
+++ b/swig/NdbIndexScanOperation.i 2007-09-14 23:36:32 +0000
@@ -59,6 +59,14 @@
Uint32 parallel = 0,
Uint32 batch = 0);
+ virtual int readTuples(LockMode lock_mode,
+ Uint32 batch,
+ Uint32 parallel,
+ bool order_by,
+ bool order_desc = false,
+ bool read_range_no = false,
+ bool keyinfo = false,
+ bool multi_range = false);
};
| Thread |
|---|
| • Rev 146: Added internal version of readTuples in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/autoconfbug | Monty Taylor | 15 Sep |