summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2021-04-13 20:23:46 +0100
committerDaniel Black <daniel@mariadb.org>2021-04-14 19:21:35 +1000
commit9a3cbc05415dd862852dffbd368527319107f460 (patch)
tree8f9556308a6f0cd65b7bac4bf7193c6b37268f92 /config.h.cmake
parent6c3e860cbf36831c118f6ea183acbbeb3c889bed (diff)
downloadmariadb-git-9a3cbc05415dd862852dffbd368527319107f460.tar.gz
mysqld: print status display subset of memory usage.bb-10.5-danielblack-pr1803-darwin-debug-memory
leveling up to some degree with linux's mallinfo* api for the memory usage display with debug build with malloc_zone Darwin api. Closes: #1803
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 2af94f96d9a..d7eb8f7c9d3 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -170,6 +170,7 @@
#cmakedefine HAVE_DECL_MHA_MAPSIZE_VA 1
#cmakedefine HAVE_MALLINFO 1
#cmakedefine HAVE_MALLINFO2 1
+#cmakedefine HAVE_MALLOC_ZONE 1
#cmakedefine HAVE_MEMCPY 1
#cmakedefine HAVE_MEMMOVE 1
#cmakedefine HAVE_MKSTEMP 1