• unknown's avatar
    BUG#27495: Missing implementation of NdbTransaction::executeAsynch(). · 2399e1c9
    unknown authored
    NdbTransaction::executeAsynch() was not implemented. Add implementation.
    
    
    ndb/include/ndbapi/NdbTransaction.hpp:
      executeAsynch() should probably allow setting forceSend.
    ndb/src/ndbapi/NdbTransaction.cpp:
      Add missing implementation of executeAsynch().
    ndb/test/ndbapi/testNdbApi.cpp:
      Add test case.
    ndb/test/run-test/daily-basic-tests.txt:
      Add new test.
    2399e1c9
testNdbApi.cpp 32.7 KB