• Sachin Setiya's avatar
    MDEV-12924 No --innodb-numa-interleave in mysqld binaries · 547b00d9
    Sachin Setiya authored
    It changes the cmake WITH_NUMA option to have 3 values
    Auto:- If libnuma present compile with numa (Default value)
    OFF:- Compile without libnuma
    On:- Compile with numa , throw error if libnuma not present
    
    Patch Contributer:- Vesa
    Patch Reviewer:- serg
    547b00d9
numa.cmake 1.69 KB