1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

ndb - testScan -n InsertDelete

fix testcase


storage/ndb/test/ndbapi/testScan.cpp:
  fix testcase
This commit is contained in:
unknown
2007-10-14 18:42:49 +02:00
parent e54c56b26a
commit 4815760bd8

View File

@@ -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++;