diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-02-19 19:12:48 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-02-19 19:12:48 +0000 |
commit | a069bdbf85a76484fac8f5c1f566bfe351d24619 (patch) | |
tree | d9f8d9533f6509fa0c2f11fbe5655bda9217c060 /profiles | |
parent | remove older ebuilds (diff) | |
download | gentoo-2-a069bdbf85a76484fac8f5c1f566bfe351d24619.tar.gz gentoo-2-a069bdbf85a76484fac8f5c1f566bfe351d24619.tar.bz2 gentoo-2-a069bdbf85a76484fac8f5c1f566bfe351d24619.zip |
Added embed use flag for MySQL, will control embedded server build.
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 362b8b2679ec..32cfb333101c 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.1747 2006/02/18 22:53:13 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1748 2006/02/19 19:12:48 vivo Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -192,6 +192,7 @@ dev-cpp/sptk:fltk - Enable FLTK support dev-db/firebird:xinetd - If you want inetd version instead of a superserver (daemon) dev-db/mysql:big-tables - Make tables contain up to 1.844E+19 rows dev-db/mysql:cluster - Add support for NDB clustering. +dev-db/mysql:embedded - Build embedded server (libmysqld) 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 |