From e36bbbef804cee6586d9e1d2c7645e196bece730 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 Apr 2007 10:05:55 +0200 Subject: [PATCH] BUG#25688 (RBR: circular replication may cause STMT_END_F flags to be skipped): Post-merge changes. sql/ha_ndbcluster.cc: Adding missing include file. --- sql/ha_ndbcluster.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index d12f94c6967..41a8a06dde3 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -24,6 +24,7 @@ #endif #include "mysql_priv.h" +#include "rpl_mi.h" #include #ifdef WITH_NDBCLUSTER_STORAGE_ENGINE