Commit a94df6ee authored by unknown's avatar unknown
Browse files

NdbScanOperation.cpp:

  added missing return


ndb/src/ndbapi/NdbScanOperation.cpp:
  added missing return
parent 98cbdf4e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1648,4 +1648,5 @@ NdbIndexScanOperation::set_new_bound()
  
  m_first_bound_word = theKEYINFOptr + theTotalNrOfKeyWordInSignal;;
  m_this_bound_start = theTupKeyLen;
  return 0;
}