summaryrefslogtreecommitdiff
path: root/ndb/test
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-08-24 14:48:07 +0200
committerunknown <joreland@mysql.com>2004-08-24 14:48:07 +0200
commitdbd2625fd7edb9cf50f140044dc4ddde46d8dd6c (patch)
treeb1c0ce5e584bffa360272d458dffaa87e1771e02 /ndb/test
parentd7dd19aa07c3ba439c2b97d50949f2142cefb203 (diff)
downloadmariadb-git-dbd2625fd7edb9cf50f140044dc4ddde46d8dd6c.tar.gz
Compile fix sol9x86
ndb/src/kernel/blocks/grep/Grep.hpp: Remove own addRecSignal-methods ndb/src/kernel/blocks/grep/GrepInit.cpp: Remove own addRecSignal-methods ndb/src/mgmsrv/MgmtSrvr.cpp: #ifdef SUNPRO_CC 5.6 ndb/src/ndbapi/NdbEventOperation.cpp: Compile fix ndb/src/ndbapi/NdbScanFilter.cpp: #ifdef SUNPRO_CC 5.6 ndb/src/ndbapi/TransporterFacade.hpp: Compile fix ndb/test/ndbapi/testIndex.cpp: Compile fix
Diffstat (limited to 'ndb/test')
-rw-r--r--ndb/test/ndbapi/testIndex.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/test/ndbapi/testIndex.cpp b/ndb/test/ndbapi/testIndex.cpp
index a0844cee8f8..6ebbfd8b680 100644
--- a/ndb/test/ndbapi/testIndex.cpp
+++ b/ndb/test/ndbapi/testIndex.cpp
@@ -386,6 +386,7 @@ sync_down(NDBT_Context* ctx){
if(threads){
ctx->decProperty("PauseThreads");
}
+ return 0;
}
int
@@ -397,6 +398,7 @@ sync_up_and_wait(NDBT_Context* ctx){
if(threads){
ndbout_c("wait completed");
}
+ return 0;
}
int