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-03-15 13:37:04+01:00, jonas@stripped +2 -0
Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
MERGE: 1.2403.15.8
storage/ndb/src/kernel/blocks/suma/Suma.cpp@stripped, 2007-03-15 13:37:00+01:00,
jonas@stripped +0 -0
Auto merged
MERGE: 1.53.2.3
storage/ndb/test/run-test/daily-basic-tests.txt@stripped, 2007-03-15 13:37:00+01:00,
jonas@stripped +0 -0
Auto merged
MERGE: 1.63.1.4
# 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/mysql-5.1-new-ndb/RESYNC
--- 1.71/storage/ndb/test/run-test/daily-basic-tests.txt 2007-03-15 13:37:10 +01:00
+++ 1.72/storage/ndb/test/run-test/daily-basic-tests.txt 2007-03-15 13:37:10 +01:00
@@ -796,6 +796,10 @@
cmd: testNodeRestart
args: -n Bug25468 T1
+max-time: 1000
+cmd: test_event
+args: -l 10 -n Bug27169 T1
+
# OLD FLEX
max-time: 500
cmd: flexBench
--- 1.58/storage/ndb/src/kernel/blocks/suma/Suma.cpp 2007-03-15 13:37:10 +01:00
+++ 1.59/storage/ndb/src/kernel/blocks/suma/Suma.cpp 2007-03-15 13:37:10 +01:00
@@ -5001,8 +5001,11 @@
{
continue;
}
+
+ ndbrequire(sz);
+ sz --; // remove *len* part of sz
- if(sz == 1)
+ if(sz == 0)
{
SubGcpCompleteRep * rep = (SubGcpCompleteRep*)signal->getDataPtrSend();
rep->gci = last_gci;
| Thread |
|---|
| • bk commit into 5.1 tree (jonas:1.2489) | jonas | 15 Mar |