From bdb85181e5d3d6051a966159d585d4eea41c3c6b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 May 2005 11:09:00 +0200 Subject: [PATCH] ndb - testNodeRestart -n LateCommit increase no of rows so that the node failure will "guaranteed" produce an aborted transaction ndb/test/ndbapi/testNodeRestart.cpp: increase no of rows so that the node failure will "guaranteed" produce an aborted transaction --- ndb/test/ndbapi/testNodeRestart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndb/test/ndbapi/testNodeRestart.cpp b/ndb/test/ndbapi/testNodeRestart.cpp index a50df91908c..9c25d715d07 100644 --- a/ndb/test/ndbapi/testNodeRestart.cpp +++ b/ndb/test/ndbapi/testNodeRestart.cpp @@ -359,7 +359,7 @@ int runLateCommit(NDBT_Context* ctx, NDBT_Step* step){ if(hugoOps.startTransaction(pNdb) != 0) return NDBT_FAILED; - if(hugoOps.pkUpdateRecord(pNdb, 1) != 0) + if(hugoOps.pkUpdateRecord(pNdb, 1, 128) != 0) return NDBT_FAILED; if(hugoOps.execute_NoCommit(pNdb) != 0)