2014-08-04 15:57:13 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-25 09:05:57 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
2014-08-04 15:57:13 +04:00
|
|
|
<pkgmetadata>
|
|
|
|
<herd>mysql</herd>
|
2015-10-21 00:40:32 +03:00
|
|
|
<maintainer restrict="dev-db/mysql[libressl]">
|
|
|
|
<email>hasufell@gentoo.org</email>
|
|
|
|
<description>Libressl issues. Only assign if it's a direct Libressl issue. Do not directly assign for anything else.</description>
|
|
|
|
</maintainer>
|
2014-08-04 15:57:13 +04:00
|
|
|
<use>
|
|
|
|
<flag name='cluster'>Add support for NDB clustering</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>
|
2015-10-21 00:40:32 +03:00
|
|
|
<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>
|
2014-08-04 15:57:13 +04:00
|
|
|
<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='profiling'>Add support for statement profiling (requires USE=community).</flag>
|
|
|
|
<flag name="systemtap">Build support for profiling and tracing using <pkg>dev-util/systemtap</pkg></flag>
|
|
|
|
<flag name='test'>Install upstream testsuites for end use.</flag>
|
2015-10-21 00:40:32 +03:00
|
|
|
<flag name='yassl'>Enable SSL connections and crypto functions using the bundled yaSSL</flag>
|
2014-08-04 15:57:13 +04:00
|
|
|
</use>
|
|
|
|
</pkgmetadata>
|