removed "ftexample" storage engine in 5.1
authorFrancesco Riosa <vivo@gentoo.org>
Fri, 29 Dec 2006 20:49:14 +0000 (20:49 +0000)
committerFrancesco Riosa <vivo@gentoo.org>
Fri, 29 Dec 2006 20:49:14 +0000 (20:49 +0000)
eclass/mysql.eclass

index 323e383b83c7b7b47b00bbcf3ef77383ac0d680f..9b1924692d35ba5340ba1dbfd8a0c643f41f2c73 100644 (file)
@@ -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 <vivo@gentoo.org>
 # Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -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"