summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-12-29 20:49:14 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-12-29 20:49:14 +0000
commit4889192c0a134d141cc6bd75617ad063d4af947a (patch)
tree432857e47a59bd78cf6a79e90738baddc1464e61 /eclass
parentmerge of safe changes, mostly new functions (diff)
downloadhistorical-4889192c0a134d141cc6bd75617ad063d4af947a.tar.gz
historical-4889192c0a134d141cc6bd75617ad063d4af947a.tar.bz2
historical-4889192c0a134d141cc6bd75617ad063d4af947a.zip
removed "ftexample" storage engine in 5.1
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mysql.eclass4
1 files changed, 2 insertions, 2 deletions
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 <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"