We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c71fa commit e703178Copy full SHA for e703178
include/proxysql.h
@@ -51,7 +51,6 @@
51
52
#if !defined(__FreeBSD__) && !defined(__APPLE__)
53
#define HAVE_BOOL
54
-#include "ma_global.h"
55
//#include "my_pthread.h"
56
#endif
57
#include "mysql.h"
lib/MySQL_Protocol.cpp
@@ -10,6 +10,8 @@
10
11
#include <sstream>
12
13
+#include <ma_global.h>
14
+
15
extern MySQL_Authentication *GloMyAuth;
16
extern MySQL_LDAP_Authentication *GloMyLdapAuth;
17
extern MySQL_Threads_Handler *GloMTH;
0 commit comments