1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-03 20:43:11 +03:00

NdbScanOperation.cpp:

added missing return
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2004-11-29 15:36:43 +00:00
parent 2aa77fdaae
commit 07417cd309

View File

@@ -1648,4 +1648,5 @@ NdbIndexScanOperation::set_new_bound()
m_first_bound_word = theKEYINFOptr + theTotalNrOfKeyWordInSignal;;
m_this_bound_start = theTupKeyLen;
return 0;
}