From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Nuu8P-0002CN-8a for garchives@archives.gentoo.org; Thu, 25 Mar 2010 20:58:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ED30E0825; Thu, 25 Mar 2010 20:58:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3969AE0825 for ; Thu, 25 Mar 2010 20:58:32 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D9C5C1B403A for ; Thu, 25 Mar 2010 20:58:31 +0000 (UTC) Received: from robbat2 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Nuu8N-0007eH-An for gentoo-commits@lists.gentoo.org; Thu, 25 Mar 2010 20:58:31 +0000 From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: mysql.eclass X-VCS-Directories: eclass X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: Sender: "Robin H. Johnson" Date: Thu, 25 Mar 2010 20:58:31 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f0071252-fefe-42c6-84f3-89fe8f2f0e53 X-Archives-Hash: e11ef658321d6048cf1aef17c54647ad robbat2 10/03/25 20:58:31 Modified: mysql.eclass Log: Bug #310787: If a user has default-storage-engine in their config, we n= eed to override it during setup to create the internal mysql tables safel= y. Revision Changes Path 1.143 eclass/mysql.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.143&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.143&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?r1=3D1.142&r2=3D1.143 Index: mysql.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v retrieving revision 1.142 retrieving revision 1.143 diff -p -w -b -B -u -u -r1.142 -r1.143 --- mysql.eclass 24 Mar 2010 20:37:54 -0000 1.142 +++ mysql.eclass 25 Mar 2010 20:58:31 -0000 1.143 @@ -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.142 2010/03/2= 4 20:37:54 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.143 2010/03/2= 5 20:58:31 robbat2 Exp $ =20 # @ECLASS: mysql.eclass # @MAINTAINER: @@ -1200,6 +1200,7 @@ mysql_pkg_config() { --datadir=3D${ROOT}/${MY_DATADIR} \ --max_allowed_packet=3D8M \ --net_buffer_length=3D16K \ + --default-storage-engine=3DMyISAM \ --socket=3D${socket} \ --pid-file=3D${pidfile}" #einfo "About to start mysqld: ${mysqld}"