Below is the list of changes that have just been committed into a local
5.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@stripped, 2007-12-03 12:42:29+01:00, jonas@stripped +1 -0
ndb - bug#26457
Fix bug in bug fix, causing random test-failure
storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp@stripped, 2007-12-03 12:42:28+01:00,
jonas@stripped +1 -1
Fix bug in bug fix, causing random test-failure
# 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: jonas
# Host: perch.ndb.mysql.com
# Root: /home/jonas/src/drop6
--- 1.64/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp 2007-12-03 12:42:33 +01:00
+++ 1.65/storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp 2007-12-03 12:42:33 +01:00
@@ -5820,7 +5820,7 @@
jam();
ndbout_c("resending GSN_MASTER_LCPREQ");
sendSignalWithDelay(reference(), GSN_MASTER_LCPREQ, signal,
- signal->getLength(), 50);
+ 50, signal->getLength());
return;
}
Uint32 failedNodeId = req->failedNodeId;
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2178) BUG#26457 | jonas | 3 Dec |