Commit a94df6ee authored by unknown's avatar unknown

NdbScanOperation.cpp:

  added missing return


ndb/src/ndbapi/NdbScanOperation.cpp:
  added missing return
parent 98cbdf4e
......@@ -1648,4 +1648,5 @@ NdbIndexScanOperation::set_new_bound()
m_first_bound_word = theKEYINFOptr + theTotalNrOfKeyWordInSignal;;
m_this_bound_start = theTupKeyLen;
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment