mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
PR: 221972 MFH: 2017Q4 Security: https://vuxml.freebsd.org/freebsd/c41bedfd-b3f9-11e7-ac58-b499baebfeaf.html
10 lines
200 B
C
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
|
|
/**
|