• unknown's avatar
    BUG#11607 Incorrect error code returned on deletion · d0db865c
    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).
    d0db865c
NdbConnection.cpp 68.4 KB