WL#5030: Splitting mysql_priv.h

Adding includes of my_global.h that seems to be necessary on Windows.
This commit is contained in:
Mats Kindahl 2010-04-06 16:08:51 +02:00
parent 3467c1a7b2
commit a78fe75f92
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#define HAVE_PSI_1
#include <sql_priv.h>
#include <my_global.h>
#include <unireg.h>
#include <mysql/psi/psi.h>

View File

@ -39,6 +39,7 @@
#define PFS_MAX_FULL_PREFIX_NAME_LENGTH 32
#include <sql_priv.h>
#include <my_global.h>
#include <mysql/psi/psi.h>
#include "pfs_lock.h"
#include "pfs_stat.h"