Commit 14f1d933 authored by unknown's avatar unknown
Browse files

Set correct error code

parent f832ccaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1014,7 +1014,7 @@ NdbConnection::getNdbScanOperation(const char* aTableName)
    if (tab != 0){
      return getNdbScanOperation(tab);
    } else {
      setOperationErrorCodeAbort(theNdb->theError.code);
      setOperationErrorCodeAbort(theNdb->theDictionary->m_error.code);
      return NULL;
    }//if
  }