diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2016-08-26 16:14:58 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-08-26 16:39:18 +0200 |
commit | abf9ebf84d9a073a1104a807d50357aacee3cc20 (patch) | |
tree | 85e4d89cb7fb9d79d77ab6ea74bb56c680ceb2cc /dev-db/percona-server/metadata.xml | |
parent | x11-plugins/gkrellfire: new revision fixing CC and *FLAGS handling. (diff) | |
download | gentoo-abf9ebf84d9a073a1104a807d50357aacee3cc20.tar.gz gentoo-abf9ebf84d9a073a1104a807d50357aacee3cc20.tar.bz2 gentoo-abf9ebf84d9a073a1104a807d50357aacee3cc20.zip |
dev-db/percona-server: Bump to v5.6.32-78.0
Before this version percona-server automatically enabled NUMA support
when libnuma.so and headers were detected.
Starting with this release you need to enable the new "numa" USE flag
if you want to have NUMA support.
Please keep in mind that next to libnuma.so you also need kernel support
for NUMA.
Gentoo-Bug: https://bugs.gentoo.org/584880
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-db/percona-server/metadata.xml')
-rw-r--r-- | dev-db/percona-server/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-db/percona-server/metadata.xml b/dev-db/percona-server/metadata.xml index f44930dca99c..0754114167f5 100644 --- a/dev-db/percona-server/metadata.xml +++ b/dev-db/percona-server/metadata.xml @@ -11,6 +11,7 @@ <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for allocations.</flag> <flag name="latin1">Use LATIN1 encoding instead of UTF8</flag> <flag name="libressl">Enable SSL connections and crypto functions using <pkg>dev-libs/libressl</pkg></flag> + <flag name="numa">Enable NUMA support using <pkg>sys-process/numactl</pkg> (NUMA kernel support is also required)</flag> <flag name="openssl">Enable SSL connections and crypto functions using <pkg>dev-libs/openssl</pkg></flag> <flag name="profiling">Add support for statement profiling (requires USE=community).</flag> <flag name="server">Build the server program</flag> |