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:
@@ -1648,4 +1648,5 @@ NdbIndexScanOperation::set_new_bound()
|
||||
|
||||
m_first_bound_word = theKEYINFOptr + theTotalNrOfKeyWordInSignal;;
|
||||
m_this_bound_start = theTupKeyLen;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user