From: Francesco Riosa Date: Fri, 29 Dec 2006 20:49:14 +0000 (+0000) Subject: removed "ftexample" storage engine in 5.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4889192c0a134d141cc6bd75617ad063d4af947a;p=gentoo.git removed "ftexample" storage engine in 5.1 --- diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 323e383b83c7..9b1924692d35 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -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/eclass/mysql.eclass,v 1.51 2006/12/29 20:34:02 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.52 2006/12/29 20:49:14 vivo Exp $ # Author: Francesco Riosa # Maintainer: Luca Longinotti @@ -378,7 +378,7 @@ configure_51() { local plugins="csv,myisam,myisammrg,heap" if useq "extraengine" ; then # like configuration=max-no-ndb, archive and example removed in 5.1.11 - plugins="${plugins},archive,blackhole,example,federated,ftexample,partition" + plugins="${plugins},archive,blackhole,example,federated,partition" elog "Before using the Federated storage engine, please be sure to read" elog "http://dev.mysql.com/doc/refman/5.1/en/federated-limitations.html"