Commit 6791cfc7 authored by Mats Kindahl's avatar Mats Kindahl

WL#5030: Splitting mysql_priv.h

Adding includes of my_global.h that seems to be necessary on Windows.
parent 87beef91
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#define HAVE_PSI_1 #define HAVE_PSI_1
#include <sql_priv.h> #include <sql_priv.h>
#include <my_global.h>
#include <unireg.h> #include <unireg.h>
#include <mysql/psi/psi.h> #include <mysql/psi/psi.h>
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#define PFS_MAX_FULL_PREFIX_NAME_LENGTH 32 #define PFS_MAX_FULL_PREFIX_NAME_LENGTH 32
#include <sql_priv.h> #include <sql_priv.h>
#include <my_global.h>
#include <mysql/psi/psi.h> #include <mysql/psi/psi.h>
#include "pfs_lock.h" #include "pfs_lock.h"
#include "pfs_stat.h" #include "pfs_stat.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment