diff options
author | Daniel Black <daniel@linux.ibm.com> | 2020-04-03 06:54:08 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 23:54:08 +0400 |
commit | e8351934b68d6d3ee273292eaa2ece203bb2b846 (patch) | |
tree | aee7b27179323f7d0b7a7718dfb136c3655eee1b /mysys/mysys_priv.h | |
parent | 3bb5c6b0c21707ed04f93fb30c654caabba69f06 (diff) | |
download | mariadb-git-e8351934b68d6d3ee273292eaa2ece203bb2b846.tar.gz |
Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large-page-support
MDEV-18851: multiple sized large page support (linux)
Diffstat (limited to 'mysys/mysys_priv.h')
-rw-r--r-- | mysys/mysys_priv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysys/mysys_priv.h b/mysys/mysys_priv.h index 240d66a3b51..5115e0452d5 100644 --- a/mysys/mysys_priv.h +++ b/mysys/mysys_priv.h @@ -101,9 +101,6 @@ extern mysql_mutex_t THR_LOCK_charset; #include <mysql/psi/mysql_file.h> #ifdef HAVE_PSI_INTERFACE -#ifdef HUGETLB_USE_PROC_MEMINFO -extern PSI_file_key key_file_proc_meminfo; -#endif /* HUGETLB_USE_PROC_MEMINFO */ extern PSI_file_key key_file_charset, key_file_cnf; #endif /* HAVE_PSI_INTERFACE */ |