Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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