Loading ndb/src/ndbapi/NdbConnection.cpp +8 −1 Original line number Diff line number Diff line Loading @@ -373,6 +373,13 @@ NdbConnection::execute(ExecType aTypeOfExec, ret = -1; if(savedError.code==0) savedError= theError; /** * If AO_IgnoreError, error codes arent always set on individual * operations, making postExecute impossible */ if (abortOption == AO_IgnoreError) DBUG_RETURN(-1); } #ifdef ndb_api_crash_on_complex_blob_abort Loading Loading
ndb/src/ndbapi/NdbConnection.cpp +8 −1 Original line number Diff line number Diff line Loading @@ -373,6 +373,13 @@ NdbConnection::execute(ExecType aTypeOfExec, ret = -1; if(savedError.code==0) savedError= theError; /** * If AO_IgnoreError, error codes arent always set on individual * operations, making postExecute impossible */ if (abortOption == AO_IgnoreError) DBUG_RETURN(-1); } #ifdef ndb_api_crash_on_complex_blob_abort Loading