Comment 5 for bug 1561091

Revision history for this message
Tomislav Plavcic (tplavcic) wrote :

Then it seems to work - it compiles and I can see the variable.
DEFAULT is off:
mysql> show VARIABLES like '%numa%';
+------------------------+---------+
| Variable_name | Value |
|------------------------+---------|
| innodb_numa_interleave | OFF |
+------------------------+---------+

When set in my.cnf:
mysql> show VARIABLES like '%numa%';
+------------------------+---------+
| Variable_name | Value |
|------------------------+---------|
| innodb_numa_interleave | ON |
+------------------------+---------+