diff options
author | Brian Evans <grknight@gentoo.org> | 2017-11-03 08:52:18 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-11-03 08:52:18 -0400 |
commit | cbecd699292619d1eaddec9a8efd7b9cbb7de92b (patch) | |
tree | eb42c3ec98354b94649e6e780f47a7e8ddc87e1c /dev-db/mysql/metadata.xml | |
parent | net-misc/memcached: Stable on amd64 (diff) | |
download | gentoo-cbecd699292619d1eaddec9a8efd7b9cbb7de92b.tar.gz gentoo-cbecd699292619d1eaddec9a8efd7b9cbb7de92b.tar.bz2 gentoo-cbecd699292619d1eaddec9a8efd7b9cbb7de92b.zip |
dev-db/mysql: Add numa USE wrt bug 635282
Closes: https://bugs.gentoo.org/635282
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-db/mysql/metadata.xml')
-rw-r--r-- | dev-db/mysql/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-db/mysql/metadata.xml b/dev-db/mysql/metadata.xml index 8e45aa661e8f..83ee85b777f9 100644 --- a/dev-db/mysql/metadata.xml +++ b/dev-db/mysql/metadata.xml @@ -21,6 +21,7 @@ dev-db/mariadb <flag name="openssl">Enable SSL connections and crypto functions using <pkg>dev-libs/openssl</pkg></flag> <flag name="max-idx-128">Raise the max index per table limit from 64 to 128</flag> <flag name="minimal">Install client programs only, no server</flag> + <flag name="numa">Enable NUMA support using <pkg>sys-process/numactl</pkg> (NUMA kernel support is also required)</flag> <flag name="profiling">Add support for statement profiling (requires USE=community).</flag> <flag name="server">Build the server program</flag> <flag name="systemtap">Build support for profiling and tracing using <pkg>dev-util/systemtap</pkg></flag> |