diff options
author | Mats Kindahl <mats@sun.com> | 2010-04-06 16:08:51 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-04-06 16:08:51 +0200 |
commit | 6791cfc76a7f251608177bafb75aee448a3b4ede (patch) | |
tree | d2e4e4eca97e8d39481dd63f8c07112c5d56104f /storage | |
parent | 87beef91bab3c4a6faf89768f919ca9614fcc604 (diff) | |
download | mariadb-git-6791cfc76a7f251608177bafb75aee448a3b4ede.tar.gz |
WL#5030: Splitting mysql_priv.h
Adding includes of my_global.h that seems to be necessary on Windows.
Diffstat (limited to 'storage')
-rw-r--r-- | storage/perfschema/pfs.h | 1 | ||||
-rw-r--r-- | storage/perfschema/pfs_instr_class.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/storage/perfschema/pfs.h b/storage/perfschema/pfs.h index 13d43cfce76..f529d09a05c 100644 --- a/storage/perfschema/pfs.h +++ b/storage/perfschema/pfs.h @@ -24,6 +24,7 @@ #define HAVE_PSI_1 #include <sql_priv.h> +#include <my_global.h> #include <unireg.h> #include <mysql/psi/psi.h> diff --git a/storage/perfschema/pfs_instr_class.h b/storage/perfschema/pfs_instr_class.h index 4de9958033b..fa82bceb0c1 100644 --- a/storage/perfschema/pfs_instr_class.h +++ b/storage/perfschema/pfs_instr_class.h @@ -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" |