From: Date: April 18 2007 3:58pm Subject: bk commit into 5.1 tree (tomas:1.2562) BUG#17095 List-Archive: http://lists.mysql.com/commits/24775 X-Bug: 17095 Message-Id: <20070418135837.1E4673575A1@whalegate.ndb.mysql.com> 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-04-18 15:58:30+02:00, tomas@stripped +1 -0 Bug#17095 circular replication - make sure any value is set for linked operations as well, e.g. blob tables storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp@stripped, 2007-04-18 15:58:28+02:00, tomas@stripped +2 -0 Bug#17095 circular replication - make sure any value is set for linked operations as well, e.g. blob tables # 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/mysql-5.1-new-rpl --- 1.58/storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp 2007-04-03 12:57:15 +02:00 +++ 1.59/storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp 2007-04-18 15:58:28 +02:00 @@ -288,6 +288,8 @@ regOperPtr.p->saved_change_mask[0] = prevOpPtr.p->saved_change_mask[0]; regOperPtr.p->saved_change_mask[1] = prevOpPtr.p->saved_change_mask[1]; + regOperPtr.p->m_any_value = prevOpPtr.p->m_any_value; + prevOpPtr.p->op_struct.m_wait_log_buffer= 0; prevOpPtr.p->op_struct.m_load_diskpage_on_commit= 0;