diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-15 12:25:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-15 12:28:17 +0200 |
commit | 552fec9953aec3a96a3db283c5d97ae5c8f947c9 (patch) | |
tree | 8526c4178f60f31ba2a58e4a0c922e014573fe2c /dev-db/mysql/metadata.xml | |
parent | dev-lang/php: amd64 stable wrt bug #666256 (diff) | |
download | gentoo-552fec9953aec3a96a3db283c5d97ae5c8f947c9.tar.gz gentoo-552fec9953aec3a96a3db283c5d97ae5c8f947c9.tar.bz2 gentoo-552fec9953aec3a96a3db283c5d97ae5c8f947c9.zip |
dev-db/mysql: Revert "Drop old version of 5.5"
Restore the old version since 5.5.61 is apparently missing USE flags
required by virtual/mysql.
Reverts: b2af5bc5c86860caaa07704c800e2fe24875ffbb
Diffstat (limited to 'dev-db/mysql/metadata.xml')
-rw-r--r-- | dev-db/mysql/metadata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-db/mysql/metadata.xml b/dev-db/mysql/metadata.xml index 64ee7730fb57..82e3cca31974 100644 --- a/dev-db/mysql/metadata.xml +++ b/dev-db/mysql/metadata.xml @@ -5,14 +5,23 @@ <email>mysql-bugs@gentoo.org</email> <name>MySQL</name> </maintainer> +<!-- +Please note that this list is shared between the following packages: +dev-db/mysql +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> |