diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-15 19:27:04 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-15 19:27:04 +0000 |
commit | dcc46672093a5867344f6d6e67b45f8724633247 (patch) | |
tree | 9af9bc5b60161efe58ea7f44c17d2c74177a556c /eclass | |
parent | ppc stable #307285 (diff) | |
download | gentoo-2-dcc46672093a5867344f6d6e67b45f8724633247.tar.gz gentoo-2-dcc46672093a5867344f6d6e67b45f8724633247.tar.bz2 gentoo-2-dcc46672093a5867344f6d6e67b45f8724633247.zip |
Comment about which engines are meant to be built in.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 7f142c1b24bd..44e3d050307a 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.138 2010/03/15 19:05:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.139 2010/03/15 19:27:04 robbat2 Exp $ # @ECLASS: mysql.eclass # @MAINTAINER: @@ -535,6 +535,7 @@ configure_51() { # 5.1 introduces a new way to manage storage engines (plugins) # like configuration=none + # This base set are required, and will always be statically built. local plugins="csv,myisam,myisammrg,heap" if use extraengine ; then # like configuration=max-no-ndb, archive and example removed in 5.1.11 |