summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-03-15 19:07:46 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-03-15 19:07:46 +0000
commit4f8e0afaf78561746cf8dca140abf0dab8a61fca (patch)
treed0093c5bd5a85af5af5859f8fe4274f5b777e50a
parentppc stable #308549 (diff)
downloadgentoo-2-4f8e0afaf78561746cf8dca140abf0dab8a61fca.tar.gz
gentoo-2-4f8e0afaf78561746cf8dca140abf0dab8a61fca.tar.bz2
gentoo-2-4f8e0afaf78561746cf8dca140abf0dab8a61fca.zip
Automated update of use.local.desc
-rw-r--r--profiles/use.local.desc14
1 files changed, 13 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index d96ed5aa8f75..128db79c6d4e 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.5397 2010/03/15 06:07:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5398 2010/03/15 19:07:46 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")
@@ -607,6 +607,18 @@ dev-db/ingres:nodbms - Disable dbms component
dev-db/libdrizzle:tcmalloc - Use the dev-util/google-perftools libraries to replace the malloc() implementation with a possibly faster one.
dev-db/libpq:pg-intdatetime - Enable --enable-integer-datetimes configure option, which changes PG to use 64-bit integers for timestamp storage
dev-db/maatkit:udf - Build the MySQL UDFs shipped with maatkit, requires non-minimal MySQL
+dev-db/mariadb:big-tables - Make tables contain up to 1.844E+19 rows
+dev-db/mariadb:cluster - Add support for NDB clustering (deprecated)
+dev-db/mariadb:community - Enables the community features from upstream.
+dev-db/mariadb:embedded - Build embedded server (libmysqld)
+dev-db/mariadb:extraengine - Add support for alternative storage engines (Archive, CSV, Blackhole, Federated(X), Partition)
+dev-db/mariadb:latin1 - Use LATIN1 encoding instead of UTF8
+dev-db/mariadb:libevent - Use libevent for connection handling
+dev-db/mariadb:max-idx-128 - Raise the max index per table limit from 64 to 128
+dev-db/mariadb:minimal - Install client programs only, no server
+dev-db/mariadb:pbxt - Add experimental support for PBXT storage engine
+dev-db/mariadb:profiling - Add support for statement profiling (requires USE=community).
+dev-db/mariadb:test - Install upstream testsuites for end use.
dev-db/mysql:big-tables - Make tables contain up to 1.844E+19 rows
dev-db/mysql:cluster - Add support for NDB clustering (deprecated)
dev-db/mysql:community - Enables the community features from upstream.