mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
lots of post-merge changes
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include <mysql_version.h>
|
||||
|
||||
#if MYSQL_VERSION_ID>50100
|
||||
#include "mysql_priv.h"
|
||||
#include <mysql/plugin.h>
|
||||
#else
|
||||
#include "../mysql_priv.h"
|
||||
@@ -30,6 +29,11 @@
|
||||
#include <mysys_err.h>
|
||||
#include <my_sys.h>
|
||||
|
||||
#include <mysqld_error.h>
|
||||
|
||||
#include <my_net.h>
|
||||
#include <mysql_com.h>
|
||||
|
||||
#if MYSQL_VERSION_ID>=50120
|
||||
typedef uchar byte;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user