diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-23 06:08:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-23 06:08:19 +0000 |
commit | f2f479ae864447480f36a67ecb416450ee73fab9 (patch) | |
tree | e01ba59b2ddaf83be24d0a98a918bffdd7b8549c /profiles | |
parent | Resync the metadata.xml between mysql packages. (diff) | |
download | gentoo-2-f2f479ae864447480f36a67ecb416450ee73fab9.tar.gz gentoo-2-f2f479ae864447480f36a67ecb416450ee73fab9.tar.bz2 gentoo-2-f2f479ae864447480f36a67ecb416450ee73fab9.zip |
Automated update of use.local.desc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 18e296221ad7..f0fa4e9d237c 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5307 2010/02/23 05:47:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5308 2010/02/23 06:08:19 robbat2 Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. # Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1") @@ -618,20 +618,24 @@ dev-db/mysql:extraengine - Add support for alternative storage engines (Archive, dev-db/mysql:latin1 - Use LATIN1 encoding instead of UTF8 dev-db/mysql:max-idx-128 - Raise the max index per table limit from 64 to 128 dev-db/mysql:minimal - Install client programs only, no server +dev-db/mysql:pbxt - Add experimental support for PBXT storage engine dev-db/mysql:profiling - Add support for statement profiling (requires USE=community). dev-db/mysql:raid - Deprecated option, removed in the 5.0 series dev-db/mysql:test - Install upstream testsuites for end use. dev-db/mysql:xtradb - Add experimental support for Percona's InnoDB replacement: XtraDB dev-db/mysql-community:big-tables - Make tables contain up to 1.844E+19 rows -dev-db/mysql-community:cluster - Add support for NDB clustering +dev-db/mysql-community:cluster - Add support for NDB clustering (deprecated) dev-db/mysql-community:community - Enables the community features from upstream. dev-db/mysql-community:embedded - Build embedded server (libmysqld) -dev-db/mysql-community:extraengine - Add support for alternative storage engines +dev-db/mysql-community:extraengine - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition) dev-db/mysql-community:latin1 - Use LATIN1 encoding instead of UTF8 -dev-db/mysql-community:max-idx-128 - Raise the max index per table limit from 64 to 128 +dev-db/mysql-community:max-idx-128 - Raise the max index per table limit from 64 to 128 dev-db/mysql-community:minimal - Install client programs only, no server -dev-db/mysql-community:pbxt - Add experimental support for pbxt storage engine +dev-db/mysql-community:pbxt - Add experimental support for PBXT storage engine dev-db/mysql-community:profiling - Add support for statement profiling (requires USE=community). +dev-db/mysql-community:raid - Deprecated option, removed in the 5.0 series +dev-db/mysql-community:test - Install upstream testsuites for end use. +dev-db/mysql-community:xtradb - Add experimental support for Percona's InnoDB replacement: XtraDB dev-db/mysql-gui-tools:administrator - Build and install MySQL Administrator dev-db/mysql-gui-tools:query-browser - Build and install MySQL Query Browser dev-db/postgis:geos - Add the sci-libs/geos library for exact topological tests |