• Daniel Black's avatar
    innodb: osx build failure fix · 054f96ec
    Daniel Black authored
    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: c36834c8
    054f96ec
os0proc.cc 5.53 KB