diff options
author | Brian Evans <grknight@gentoo.org> | 2018-09-17 16:35:43 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-09-17 16:38:17 -0400 |
commit | 009ae231357cd15733d4512bdf3dee1b628816a4 (patch) | |
tree | 45d3387b0ee93c123de77b685c879e3e20781657 /dev-db/mysql/metadata.xml | |
parent | dev-db/mariadb: Drop old (diff) | |
download | gentoo-009ae231357cd15733d4512bdf3dee1b628816a4.tar.gz gentoo-009ae231357cd15733d4512bdf3dee1b628816a4.tar.bz2 gentoo-009ae231357cd15733d4512bdf3dee1b628816a4.zip |
dev-db/mysql: Drop old
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-db/mysql/metadata.xml')
-rw-r--r-- | dev-db/mysql/metadata.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dev-db/mysql/metadata.xml b/dev-db/mysql/metadata.xml index 82e3cca31974..8ae0465d9236 100644 --- a/dev-db/mysql/metadata.xml +++ b/dev-db/mysql/metadata.xml @@ -12,16 +12,10 @@ dev-db/mariadb --> <use> <flag name="client-libs">Build the client libraries from the server package instead of the C Connector packages (not recommended)</flag> - <flag name="cluster">Add support for NDB clustering (deprecated)</flag> - <flag name="community">Enables the community features from upstream.</flag> - <flag name="embedded">Build embedded server (libmysqld)</flag> <flag name="extraengine">Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition)</flag> <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="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> |