• Marko Mäkelä's avatar
    Fix UNIV_MEM_DEBUG compilation failure caused by Bug#58226 fix. · 789425e0
    Marko Mäkelä authored
    To fix Bug#58226 (speed up UNIV_DEBUG), among other things we no longer
    disable the inlining of the functions that are defined in InnoDB .ic files.
    Inside UNIV_MEM_DEBUG, there was an implicit type conversion from void*
    that is all right in C, but not in C++. Now that inlining was enabled,
    the C++ compiler would see the code and complain.
    
    Approved by Jimmy Yang on IRC.
    789425e0
mem0mem.ic 16.5 KB