List:Commits« Previous MessageNext Message »
From:Mats Kindahl Date:April 12 2007 8:06am
Subject:bk commit into 5.1 tree (mats:1.2553) BUG#25688
View as plain text  
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 <my_dir.h>
 #ifdef WITH_NDBCLUSTER_STORAGE_ENGINE
Thread
bk commit into 5.1 tree (mats:1.2553) BUG#25688Mats Kindahl12 Apr