diff options
Diffstat (limited to 'dev-db/mysql/metadata.xml')
-rw-r--r-- | dev-db/mysql/metadata.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/dev-db/mysql/metadata.xml b/dev-db/mysql/metadata.xml index c5f04ffb4438..d8a250945304 100644 --- a/dev-db/mysql/metadata.xml +++ b/dev-db/mysql/metadata.xml @@ -12,22 +12,22 @@ dev-db/mysql dev-db/mariadb --> <use> - <flag name='client-libs'>Build the libmysqlclient libraries</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="client-libs">Build the libmysqlclient libraries</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='profiling'>Add support for statement profiling (requires USE=community).</flag> - <flag name='server'>Build the server program</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="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> - <flag name='test'>Install upstream testsuites for end use.</flag> - <flag name='tools'>Build the command line tools (mysql, mysqldump, mysqladmin, etc)</flag> - <flag name='yassl'>Enable SSL connections and crypto functions using the bundled yaSSL</flag> + <flag name="test">Install upstream testsuites for end use.</flag> + <flag name="tools">Build the command line tools (mysql, mysqldump, mysqladmin, etc)</flag> + <flag name="yassl">Enable SSL connections and crypto functions using the bundled yaSSL</flag> </use> </pkgmetadata> |