diff options
author | unknown <jonas@perch.ndb.mysql.com> | 2007-10-14 18:42:49 +0200 |
---|---|---|
committer | unknown <jonas@perch.ndb.mysql.com> | 2007-10-14 18:42:49 +0200 |
commit | 4815760bd85c48e87cadbb084b9d167c19c571ba (patch) | |
tree | 13704f36a0f1250561364cafb8e05dfa27807e8f | |
parent | e54c56b26a4f7cf0b1798c1db0088d37ff3a6f3c (diff) | |
download | mariadb-git-4815760bd85c48e87cadbb084b9d167c19c571ba.tar.gz |
ndb - testScan -n InsertDelete
fix testcase
storage/ndb/test/ndbapi/testScan.cpp:
fix testcase
-rw-r--r-- | storage/ndb/test/ndbapi/testScan.cpp | 2 |
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++; |