• unknown's avatar
    BUG#11607 Incorrect error code returned on deletion · eac727b5
    unknown authored
    Save error on first failure.
        
    At end of execute, if the current error is 4350 (transaction already aborted), restore
    the original error (if there was one).
    
    
    ndb/src/ndbapi/NdbConnection.cpp:
      In NdbConnection::execute - returning 4350 instead of correct error.
      Save error on first failure.
          
      At end of execute, if the current error is 4350 (transaction already aborted), restore
      the original error (if there was one).
    eac727b5
NdbConnection.cpp 68.4 KB