summaryrefslogtreecommitdiff
path: root/mysys/my_init.c
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.ibm.com>2020-04-03 06:54:08 +1100
committerGitHub <noreply@github.com>2020-04-02 23:54:08 +0400
commite8351934b68d6d3ee273292eaa2ece203bb2b846 (patch)
treeaee7b27179323f7d0b7a7718dfb136c3655eee1b /mysys/my_init.c
parent3bb5c6b0c21707ed04f93fb30c654caabba69f06 (diff)
downloadmariadb-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/my_init.c')
-rw-r--r--mysys/my_init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c
index fdde04be084..4ae0cb9966c 100644
--- a/mysys/my_init.c
+++ b/mysys/my_init.c
@@ -430,16 +430,10 @@ static PSI_thread_info all_mysys_threads[]=
};
-#ifdef HUGETLB_USE_PROC_MEMINFO
-PSI_file_key key_file_proc_meminfo;
-#endif /* HUGETLB_USE_PROC_MEMINFO */
PSI_file_key key_file_charset, key_file_cnf;
static PSI_file_info all_mysys_files[]=
{
-#ifdef HUGETLB_USE_PROC_MEMINFO
- { &key_file_proc_meminfo, "proc_meminfo", 0},
-#endif /* HUGETLB_USE_PROC_MEMINFO */
{ &key_file_charset, "charset", 0},
{ &key_file_cnf, "cnf", 0}
};