Loading storage/ndb/src/ndbapi/Ndb.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -1147,9 +1147,14 @@ Ndb::opTupleIdOnNdb(const NdbTableImpl* table, theError.code = tOperation->theError.code; DBUG_ASSERT(theError.code != 0); NdbError savedError; savedError = theError; if (tConnection != NULL) this->closeTransaction(tConnection); theError = savedError; DBUG_RETURN(-1); } Loading Loading
storage/ndb/src/ndbapi/Ndb.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -1147,9 +1147,14 @@ Ndb::opTupleIdOnNdb(const NdbTableImpl* table, theError.code = tOperation->theError.code; DBUG_ASSERT(theError.code != 0); NdbError savedError; savedError = theError; if (tConnection != NULL) this->closeTransaction(tConnection); theError = savedError; DBUG_RETURN(-1); } Loading