summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-11-29 15:36:43 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-11-29 15:36:43 +0000
commita94df6eed1bbb6394d94b9b165c52ed643622778 (patch)
tree6ddd4105368151247c698629b55ba766545799ac /ndb
parent98cbdf4e21c7b39796cf5acec9acf48c2676a1d4 (diff)
downloadmariadb-git-a94df6eed1bbb6394d94b9b165c52ed643622778.tar.gz
NdbScanOperation.cpp:
added missing return ndb/src/ndbapi/NdbScanOperation.cpp: added missing return
Diffstat (limited to 'ndb')
-rw-r--r--ndb/src/ndbapi/NdbScanOperation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/ndbapi/NdbScanOperation.cpp b/ndb/src/ndbapi/NdbScanOperation.cpp
index 7acc64093e8..f4973b2e66f 100644
--- a/ndb/src/ndbapi/NdbScanOperation.cpp
+++ b/ndb/src/ndbapi/NdbScanOperation.cpp
@@ -1648,4 +1648,5 @@ NdbIndexScanOperation::set_new_bound()
m_first_bound_word = theKEYINFOptr + theTotalNrOfKeyWordInSignal;;
m_this_bound_start = theTupKeyLen;
+ return 0;
}