1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large-page-support

MDEV-18851: multiple sized large page support (linux)
This commit is contained in:
Daniel Black
2020-04-03 06:54:08 +11:00
committed by GitHub
parent 3bb5c6b0c2
commit e8351934b6
28 changed files with 601 additions and 445 deletions

View File

@@ -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}
};