mariadb/mysql-test/suite/sys_vars
Marko Mäkelä 4c610d10d4 Post-fix for MDEV-11195 NUMA does not get enabled even when checks are passed
The C preprocessor symbol WITH_NUMA is never defined. Instead, the symbol
HAVE_LIBNUMA is used for checking if the feature is to be used.

If cmake -DWITH_NUMA=OFF is specified, HAVE_LIBNUMA will not be defined
at compilation time even if the library is available.

If cmake -DWITH_NUMA=ON is specified but the library is not available
at configuration time, the compilation will be aborted.
2017-01-03 09:44:44 +02:00
..
inc bugfix: compile InnoDB w/o P_S 2016-12-12 20:27:23 +01:00
r Post-fix for MDEV-11195 NUMA does not get enabled even when checks are passed 2017-01-03 09:44:44 +02:00
t Post-fix for MDEV-11195 NUMA does not get enabled even when checks are passed 2017-01-03 09:44:44 +02:00
disabled.def MDEV-11429 Increase number of max table_open_cache instances 2016-12-02 14:05:16 +02:00