enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #05351
[Bug 1561091] Re: Percona Server 5.7.11-4 misses the innodb_numa_interleave server variable
The 5.6 seems unaffected as the commit that introduced it is not applied to 5.6 branch.
Here's how it looks:
DEFAULT
mysql> show global variables like '%numa%';
+------------------------+---------+
| Variable_name | Value |
|------------------------+---------|
| innodb_numa_interleave | OFF |
+------------------------+---------+
CHANGED:
mysql> show variables like '%numa%';
+------------------------+---------+
| Variable_name | Value |
|------------------------+---------|
| innodb_numa_interleave | ON |
+------------------------+---------+
VERSION INFO:
mysql> show variables like '%version%';
+-------------------------+------------------------------------------------------+
| Variable_name | Value |
|-------------------------+------------------------------------------------------|
| innodb_version | 5.6.29-rel76.2 |
| protocol_version | 10 |
| slave_type_conversions | |
| version | 5.6.29-76.2 |
| version_comment | Percona Server (GPL), Release 76.2, Revision ddf26fe |
| version_compile_machine | x86_64 |
| version_compile_os | Linux |
+-------------------------+------------------------------------------------------+
Although there is this bug in upstream for 5.6: http://bugs.mysql.com/bug.php?id=78953
But maybe it's related to their infrastructure or something.
** Changed in: percona-server/5.6
Status: Triaged => Invalid
** Changed in: percona-server/5.6
Assignee: Tomislav Plavcic (tplavcic) => (unassigned)
** Bug watch added: MySQL Bug System #78953
http://bugs.mysql.com/bug.php?id=78953
** Changed in: percona-server/5.6
Importance: High => Undecided
--
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1561091
Title:
Percona Server 5.7.11-4 misses the innodb_numa_interleave server
variable
To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1561091/+subscriptions
References