summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/os0proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/os0proc.h')
-rw-r--r--storage/xtradb/include/os0proc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/xtradb/include/os0proc.h b/storage/xtradb/include/os0proc.h
index fd46bd7db87..a78b1c2a250 100644
--- a/storage/xtradb/include/os0proc.h
+++ b/storage/xtradb/include/os0proc.h
@@ -58,7 +58,8 @@ UNIV_INTERN
void*
os_mem_alloc_large(
/*===============*/
- ulint* n); /*!< in/out: number of bytes */
+ ulint* n, /*!< in/out: number of bytes */
+ ibool populate); /*!< in: virtual page preallocation */
/****************************************************************//**
Frees large pages memory. */
UNIV_INTERN