mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
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
This commit is contained in:
@@ -359,7 +359,7 @@ int runLateCommit(NDBT_Context* ctx, NDBT_Step* step){
|
|||||||
if(hugoOps.startTransaction(pNdb) != 0)
|
if(hugoOps.startTransaction(pNdb) != 0)
|
||||||
return NDBT_FAILED;
|
return NDBT_FAILED;
|
||||||
|
|
||||||
if(hugoOps.pkUpdateRecord(pNdb, 1) != 0)
|
if(hugoOps.pkUpdateRecord(pNdb, 1, 128) != 0)
|
||||||
return NDBT_FAILED;
|
return NDBT_FAILED;
|
||||||
|
|
||||||
if(hugoOps.execute_NoCommit(pNdb) != 0)
|
if(hugoOps.execute_NoCommit(pNdb) != 0)
|
||||||
|
Reference in New Issue
Block a user