------------------------------------------------------------
revno: 96
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: exceptions
timestamp: Fri 2007-05-04 11:32:14 -0700
message:
Removed NdbOperation:: from LockMode in readTuples. Changed upstream.
modified:
swig/NdbScanOperation.i ndbscanoperation.i-20070228021421-qkr4cbpxymyqdrf3-5
=== modified file 'swig/NdbScanOperation.i'
--- a/swig/NdbScanOperation.i 2007-05-01 22:50:04 +0000
+++ b/swig/NdbScanOperation.i 2007-05-04 18:32:14 +0000
@@ -37,7 +37,7 @@
}
}
- virtual int readTuples(NdbOperation::LockMode lock_mode = LM_Read,
+ virtual int readTuples(LockMode lock_mode = LM_Read,
Uint32 scan_flags = 0, Uint32 parallel = 0, Uint32 batch = 0);
int nextResult(bool fetchAllowed = true, bool forceSend = false);
int deleteCurrentTuple();
| Thread |
|---|
| • Rev 96: Removed NdbOperation:: from LockMode in readTuples. Changed upstream. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/exceptions | Monty Taylor | 4 May |