Below is the list of changes that have just been committed into a local
4.1 repository of jonas. When jonas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2228 05/05/05 11:09:00 joreland@stripped +1 -0
ndb - testNodeRestart -n LateCommit
increase no of rows so that the node failure will "guaranteed" produce an aborted
transaction
ndb/test/ndbapi/testNodeRestart.cpp
1.10 05/05/05 11:08:57 joreland@stripped +1 -1
increase no of rows so that the node failure will "guaranteed" produce an aborted
transaction
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: joreland
# Host: eel.mysql.com
# Root: /home/jonas/src/mysql-4.1
--- 1.9/ndb/test/ndbapi/testNodeRestart.cpp Tue Mar 1 13:32:08 2005
+++ 1.10/ndb/test/ndbapi/testNodeRestart.cpp Thu May 5 11:08:57 2005
@@ -359,7 +359,7 @@
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)
| Thread |
|---|
| • bk commit into 4.1 tree (joreland:1.2228) | jonas.oreland | 5 May |