summaryrefslogtreecommitdiff
path: root/storage/ndb/test/ndbapi
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2007-10-14 18:42:49 +0200
committerunknown <jonas@perch.ndb.mysql.com>2007-10-14 18:42:49 +0200
commit4815760bd85c48e87cadbb084b9d167c19c571ba (patch)
tree13704f36a0f1250561364cafb8e05dfa27807e8f /storage/ndb/test/ndbapi
parente54c56b26a4f7cf0b1798c1db0088d37ff3a6f3c (diff)
downloadmariadb-git-4815760bd85c48e87cadbb084b9d167c19c571ba.tar.gz
ndb - testScan -n InsertDelete
fix testcase storage/ndb/test/ndbapi/testScan.cpp: fix testcase
Diffstat (limited to 'storage/ndb/test/ndbapi')
-rw-r--r--storage/ndb/test/ndbapi/testScan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/test/ndbapi/testScan.cpp b/storage/ndb/test/ndbapi/testScan.cpp
index 2561869fa5f..df6dbe2e550 100644
--- a/storage/ndb/test/ndbapi/testScan.cpp
+++ b/storage/ndb/test/ndbapi/testScan.cpp
@@ -579,7 +579,7 @@ int runScanUpdateUntilStopped(NDBT_Context* ctx, NDBT_Step* step){
para = myRandom48(239)+1;
g_info << i << ": ";
- if (hugoTrans.scanUpdateRecords(GETNDB(step), records, 0, para) == NDBT_FAILED){
+ if (hugoTrans.scanUpdateRecords(GETNDB(step), 0, 0, para) == NDBT_FAILED){
return NDBT_FAILED;
}
i++;