diff options
author | unknown <jonas@perch.ndb.mysql.com> | 2007-10-09 09:55:30 +0200 |
---|---|---|
committer | unknown <jonas@perch.ndb.mysql.com> | 2007-10-09 09:55:30 +0200 |
commit | 33bd12e19906dce3044679164563840e06c3eacd (patch) | |
tree | d17bb529b542ece26e0fd9e0716af8266c58d623 /storage | |
parent | 16f5fec258a240ffc9a43a80cb7b4a41aab3c081 (diff) | |
download | mariadb-git-33bd12e19906dce3044679164563840e06c3eacd.tar.gz |
ndb - testSystemRestart -n SR_UNDO
yet another test prg bug
storage/ndb/test/ndbapi/testSystemRestart.cpp:
yet another test prg bug
Diffstat (limited to 'storage')
-rw-r--r-- | storage/ndb/test/ndbapi/testSystemRestart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/test/ndbapi/testSystemRestart.cpp b/storage/ndb/test/ndbapi/testSystemRestart.cpp index 419c1eb1438..67429ee0a41 100644 --- a/storage/ndb/test/ndbapi/testSystemRestart.cpp +++ b/storage/ndb/test/ndbapi/testSystemRestart.cpp @@ -330,7 +330,7 @@ int runSystemRestartTestUndoLog(NDBT_Context* ctx, NDBT_Step* step){ CHECK(hugoTrans.loadTable(pNdb, records) == 0); CHECK(hugoTrans.pkUpdateRecords(pNdb, records) == 0); CHECK(hugoTrans.pkDelRecords(pNdb, records/2) == 0); - CHECK(hugoTrans.scanUpdateRecords(pNdb, records) == 0); + CHECK(hugoTrans.scanUpdateRecords(pNdb, records/2) == 0); CHECK(utilTrans.clearTable(pNdb, records) == 0); CHECK(hugoTrans.loadTable(pNdb, records) == 0); CHECK(utilTrans.clearTable(pNdb, records) == 0); |