List:Commits« Previous MessageNext Message »
From:Monty Taylor Date:June 10 2008 3:22pm
Subject:bzr commit into NDB/Bindings:trunk branch (monty:404)
View as plain text  
#At https://bazaar.launchpad.net/~ndb-bindings/ndb-bindings/trunk

  404 Monty Taylor	2008-06-10
      We forgot to actually return the value at the end of NdbTransaction::getNextCompletedOperation.
modified:
  interface/ndbapi/NdbTransaction.i

=== modified file 'interface/ndbapi/NdbTransaction.i'
--- a/interface/ndbapi/NdbTransaction.i	2008-06-10 12:37:51 +0000
+++ b/interface/ndbapi/NdbTransaction.i	2008-06-10 15:21:54 +0000
@@ -554,7 +554,7 @@ public:
   %ndbnoexception;
 
   const NdbOperation * getNextCompletedOperation(const NdbOperation * op=NULL) {
-    self->getNextCompletedOperation(op);
+    return self->getNextCompletedOperation(op);
   }
 
 };

Thread
bzr commit into NDB/Bindings:trunk branch (monty:404) Monty Taylor10 Jun