Comment 8 for bug 1561091

Revision history for this message
igroene (igroene) wrote :

I am also experiencing this on Percona 5.6.29-76.2 under Red Hat Enterprise Linux Server release 5.8 (Tikanga):

mysql> show variables like '%numa%';
Empty set (0.00 sec)

mysql> show variables like '%version%';
+--------------------------+------------------------------------------------------+
| Variable_name | Value |
+--------------------------+------------------------------------------------------+
| audit_offsets_by_version | ON |
| innodb_version | 5.6.29-76.2 |
| protocol_version | 10 |
| slave_type_conversions | |
| version | 5.6.29-76.2-log |
| version_comment | Percona Server (GPL), Release 76.2, Revision ddf26fe |
| version_compile_machine | x86_64 |
| version_compile_os | Linux |
+--------------------------+------------------------------------------------------+
8 rows in set (0.00 sec)

Any chance to get it fixed in 5.6 branch?