Commit 970d515c authored by unknown's avatar unknown
Browse files

ndb - fix bug in UtilTransactions::compare

  reset rowcount on temporary error during scan of base table

parent a6094108
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1382,6 +1382,7 @@ UtilTransactions::compare(Ndb* pNdb, const char* tab_name2, int flags){
      goto error;
    }
  
    row_count= 0;
    {
      int eof;
      while((eof = pOp->nextResult(true)) == 0)