Skip to content
Permalink
Browse files
innodb: osx build failure fix
Build failure was:
storage/innobase/os/os0proc.cc:144:3: error: use of undeclared identifier 'MEM_UNDEFINED'

                MEM_UNDEFINED(ptr, size);

Assumed to be introduced in MDEV-20377
commit: c36834c
  • Loading branch information
grooverdan committed Sep 2, 2020
1 parent 4d51ca6 commit 054f96e
Showing 1 changed file with 1 addition and 0 deletions.
@@ -29,6 +29,7 @@ Created 9/30/1995 Heikki Tuuri
#ifdef HAVE_LINUX_LARGE_PAGES
# include "mysqld.h"
#endif
#include "my_valgrind.h"

/* FreeBSD for example has only MAP_ANON, Linux has MAP_ANONYMOUS and
MAP_ANON but MAP_ANON is marked as deprecated */

0 comments on commit 054f96e

Please sign in to comment.