Below is the list of changes that have just been committed into a local
5.0 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, 2006-10-20 12:31:51+02:00, jonas@stripped +1 -0
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
into perch.ndb.mysql.com:/home/jonas/src/50-work
MERGE: 1.1616.2144.201
ndb/src/kernel/blocks/dbdih/DbdihMain.cpp@stripped, 2006-10-20 12:31:49+02:00,
jonas@stripped +0 -0
Auto merged
MERGE: 1.14.1.30
# 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/50-work/RESYNC
--- 1.62/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp 2006-10-20 12:31:55 +02:00
+++ 1.63/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp 2006-10-20 12:31:55 +02:00
@@ -8475,14 +8475,17 @@
ConstPtr<ReplicaRecord> constReplicaPtr;
constReplicaPtr.i = replicaPtr.i;
constReplicaPtr.p = replicaPtr.p;
- if (setup_create_replica(fragPtr,
+ if (tabPtr.p->tabStorage != TabRecord::ST_NORMAL ||
+ setup_create_replica(fragPtr,
&createReplica, constReplicaPtr))
{
+ jam();
removeOldStoredReplica(fragPtr, replicaPtr);
linkStoredReplica(fragPtr, replicaPtr);
}
else
{
+ jam();
infoEvent("Forcing take-over of node %d due to unsufficient REDO"
" for table %d fragment: %d",
nodePtr.i, tabPtr.i, i);
| Thread |
|---|
| • bk commit into 5.0 tree (jonas:1.2262) | jonas | 20 Oct |