summaryrefslogtreecommitdiff
path: root/plugin/semisync/semisync.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/semisync/semisync.h')
-rw-r--r--plugin/semisync/semisync.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugin/semisync/semisync.h b/plugin/semisync/semisync.h
index ced25c40534..57353f3c156 100644
--- a/plugin/semisync/semisync.h
+++ b/plugin/semisync/semisync.h
@@ -20,11 +20,13 @@
#define MYSQL_SERVER
#define HAVE_REPLICATION
-#include <mysql_priv.h>
+#include <sql_priv.h>
+#include "unireg.h"
#include <my_global.h>
#include <my_pthread.h>
#include <mysql/plugin.h>
#include <replication.h>
+#include "log.h" /* sql_print_information */
typedef struct st_mysql_show_var SHOW_VAR;
typedef struct st_mysql_sys_var SYS_VAR;