Skip to content

Commit 054f96e

Browse files
committed
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
1 parent 4d51ca6 commit 054f96e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/innobase/os/os0proc.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Created 9/30/1995 Heikki Tuuri
2929
#ifdef HAVE_LINUX_LARGE_PAGES
3030
# include "mysqld.h"
3131
#endif
32+
#include "my_valgrind.h"
3233

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

0 commit comments

Comments
 (0)