mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Don't include my_global.h in "pure" plugins
this partially reverts 6e56ebbb498
This commit is contained in:
@ -31,12 +31,13 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
GSSAPI authentication plugin, client side
|
||||
*/
|
||||
#include <my_global.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <mysqld_error.h>
|
||||
#include <mysql/client_plugin.h>
|
||||
#include <mysql.h>
|
||||
#include <stdio.h>
|
||||
#include "common.h"
|
||||
#include <string.h>
|
||||
|
||||
extern int auth_client(char *principal_name,
|
||||
char *mech,
|
||||
|
Reference in New Issue
Block a user