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.
This commit is contained in:
unknown 2007-04-12 10:05:55 +02:00
parent 955cbc3ade
commit e36bbbef80

View File

@ -24,6 +24,7 @@
#endif
#include "mysql_priv.h"
#include "rpl_mi.h"
#include <my_dir.h>
#ifdef WITH_NDBCLUSTER_STORAGE_ENGINE