Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass
Date: Mon, 15 Mar 2010 19:27:28
Message-Id: E1NrFwP-0000Vt-4e@stork.gentoo.org
1 robbat2 10/03/15 19:27:05
2
3 Modified: mysql.eclass
4 Log:
5 Comment about which engines are meant to be built in.
6
7 Revision Changes Path
8 1.139 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.139&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.139&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.138&r2=1.139
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.138
18 retrieving revision 1.139
19 diff -p -w -b -B -u -u -r1.138 -r1.139
20 --- mysql.eclass 15 Mar 2010 19:05:51 -0000 1.138
21 +++ mysql.eclass 15 Mar 2010 19:27:04 -0000 1.139
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.138 2010/03/15 19:05:51 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.139 2010/03/15 19:27:04 robbat2 Exp $
27
28 # @ECLASS: mysql.eclass
29 # @MAINTAINER:
30 @@ -535,6 +535,7 @@ configure_51() {
31
32 # 5.1 introduces a new way to manage storage engines (plugins)
33 # like configuration=none
34 + # This base set are required, and will always be statically built.
35 local plugins="csv,myisam,myisammrg,heap"
36 if use extraengine ; then
37 # like configuration=max-no-ndb, archive and example removed in 5.1.11