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: Thu, 25 Mar 2010 20:58:33
Message-Id: E1Nuu8N-0007eH-An@stork.gentoo.org
1 robbat2 10/03/25 20:58:31
2
3 Modified: mysql.eclass
4 Log:
5 Bug #310787: If a user has default-storage-engine in their config, we need to override it during setup to create the internal mysql tables safely.
6
7 Revision Changes Path
8 1.143 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.143&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.143&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.142&r2=1.143
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.142
18 retrieving revision 1.143
19 diff -p -w -b -B -u -u -r1.142 -r1.143
20 --- mysql.eclass 24 Mar 2010 20:37:54 -0000 1.142
21 +++ mysql.eclass 25 Mar 2010 20:58:31 -0000 1.143
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.142 2010/03/24 20:37:54 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.143 2010/03/25 20:58:31 robbat2 Exp $
27
28 # @ECLASS: mysql.eclass
29 # @MAINTAINER:
30 @@ -1200,6 +1200,7 @@ mysql_pkg_config() {
31 --datadir=${ROOT}/${MY_DATADIR} \
32 --max_allowed_packet=8M \
33 --net_buffer_length=16K \
34 + --default-storage-engine=MyISAM \
35 --socket=${socket} \
36 --pid-file=${pidfile}"
37 #einfo "About to start mysqld: ${mysqld}"