From: Date: April 12 2007 10:06am Subject: bk commit into 5.1 tree (mats:1.2553) BUG#25688 List-Archive: http://lists.mysql.com/commits/24365 X-Bug: 25688 Message-Id: <20070412080607.1DBBB1198E@romeo> Below is the list of changes that have just been committed into a local 5.1 repository of mats. When mats 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-12 10:05:55+02:00, mats@romeo.(none) +1 -0 BUG#25688 (RBR: circular replication may cause STMT_END_F flags to be skipped): Post-merge changes. sql/ha_ndbcluster.cc@stripped, 2007-04-12 10:05:48+02:00, mats@romeo.(none) +1 -0 Adding missing include file. # 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: mats # Host: romeo.(none) # Root: /home/bk/b25688-mysql-5.1-rpl --- 1.434/sql/ha_ndbcluster.cc 2007-04-12 10:06:06 +02:00 +++ 1.435/sql/ha_ndbcluster.cc 2007-04-12 10:06:06 +02:00 @@ -24,6 +24,7 @@ #endif #include "mysql_priv.h" +#include "rpl_mi.h" #include #ifdef WITH_NDBCLUSTER_STORAGE_ENGINE