ports/databases/percona56-server/files/patch-include__mysql__plugin.h
2017-12-16 20:21:40 +00:00

10 lines
200 B
C

--- include/mysql/plugin.h.orig
+++ include/mysql/plugin.h
@@ -51,6 +51,7 @@
typedef void * MYSQL_PLUGIN;
#include <mysql/services.h>
+#include <my_global.h>
#define MYSQL_XIDDATASIZE 128
/**