summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-02-02 02:46:52 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-02-02 02:46:52 +0000
commit679fe012b08d718664c3e95e561699d7b62848d5 (patch)
tree794e7c93e87c3e196ff3e605f09f10533e6635ab /eclass
parentStable for HPPA (bug #301403). (diff)
downloadhistorical-679fe012b08d718664c3e95e561699d7b62848d5.tar.gz
historical-679fe012b08d718664c3e95e561699d7b62848d5.tar.bz2
historical-679fe012b08d718664c3e95e561699d7b62848d5.zip
Update the 5.1 plugins list for innodb_plugin, and do not build the example engines.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mysql.eclass8
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index 554f6dd595a5..0a9f28b6c7b6 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.128 2010/02/01 19:16:06 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.129 2010/02/02 02:46:52 robbat2 Exp $
# @ECLASS: mysql.eclass
# @MAINTAINER:
@@ -489,14 +489,16 @@ configure_51() {
local plugins="csv,myisam,myisammrg,heap"
if use extraengine ; then
# like configuration=max-no-ndb, archive and example removed in 5.1.11
- plugins="${plugins},archive,blackhole,example,federated,partition"
+ # not added yet: ibmdb2i
+ # Not supporting as examples: example,daemon_example,ftexample
+ plugins="${plugins},archive,blackhole,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"
fi
# Upstream specifically requests that InnoDB always be built.
- plugins="${plugins},innobase"
+ plugins="${plugins},innobase,innodb_plugin"
# like configuration=max-no-ndb
if use cluster ; then