diff options
-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 |