diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-01-24 18:52:51 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-01-24 18:52:51 +0000 |
commit | c63f1840a89f0614569517c7f6a6fa089ae24b16 (patch) | |
tree | d723d4d5583cc41c850497fc6f5a8f54e08572d9 /profiles | |
parent | Make ebuild work with other architectures than x86 (diff) | |
download | gentoo-2-c63f1840a89f0614569517c7f6a6fa089ae24b16.tar.gz gentoo-2-c63f1840a89f0614569517c7f6a6fa089ae24b16.tar.bz2 gentoo-2-c63f1840a89f0614569517c7f6a6fa089ae24b16.zip |
glep 20 support for mysql
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 4d3029b8973c..30a135c56ce1 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1692 2006/01/23 22:55:22 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1693 2006/01/24 18:52:51 vivo Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -188,6 +188,7 @@ dev-db/mysql:cluster - Add support for NDB clustering. dev-db/mysql:extraengine - Add support for alternative storage engines. dev-db/mysql:geometry - Add support for geometry data. dev-db/mysql:max-idx-128 - Raise the max index per table limit from 64 to 128 +dev-db/mysql:srvdir - Add support for GLEP 20 dev-db/mysql:utf8 - Use UTF8 encoding instead of LATIN1. dev-db/pgcluster:pg-intdatetime - Enables --enable-integer-datetimes configure option, which changes PG to use 64-bit integers for timestamp storage. dev-db/postgis:geos - Add the GEOS library for exact topological tests. |