Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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-10-18 22:35:46+02:00, tomas@stripped +1 -0
Bug#31701 Node failure with repl. wo/ load, can lead to endless out of order buckets
storage/ndb/src/kernel/blocks/suma/Suma.cpp@stripped, 2007-10-18 22:35:44+02:00, tomas@stripped +1 -1
Bug#31701 Node failure with repl. wo/ load, can lead to endless out of order buckets
# 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: tomas
# Host: whalegate.ndb.mysql.com
# Root: /home/tomas/cge-6.1
--- 1.59/storage/ndb/src/kernel/blocks/suma/Suma.cpp 2007-04-10 10:06:31 +02:00
+++ 1.60/storage/ndb/src/kernel/blocks/suma/Suma.cpp 2007-10-18 22:35:44 +02:00
@@ -3670,7 +3670,7 @@
if(m_active_buckets.get(i))
continue;
- if(c_buckets[i].m_buffer_tail != RNIL)
+ if (!c_subscriber_nodes.isclear())
{
//Uint32* dst;
get_buffer_ptr(signal, i, gci, 0);
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2589) BUG#31701 | tomas | 18 Oct |