| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.142 2010/03/24 20:37:54 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.143 2010/03/25 20:58:31 robbat2 Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mysql.eclass |
5 | # @ECLASS: mysql.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Author: Francesco Riosa (Retired) <vivo@gentoo.org> |
7 | # Author: Francesco Riosa (Retired) <vivo@gentoo.org> |
| 8 | # Maintainers: MySQL Team <mysql-bugs@gentoo.org> |
8 | # Maintainers: MySQL Team <mysql-bugs@gentoo.org> |
| … | |
… | |
| 1198 | --user=mysql \ |
1198 | --user=mysql \ |
| 1199 | --basedir=${ROOT}/usr \ |
1199 | --basedir=${ROOT}/usr \ |
| 1200 | --datadir=${ROOT}/${MY_DATADIR} \ |
1200 | --datadir=${ROOT}/${MY_DATADIR} \ |
| 1201 | --max_allowed_packet=8M \ |
1201 | --max_allowed_packet=8M \ |
| 1202 | --net_buffer_length=16K \ |
1202 | --net_buffer_length=16K \ |
|
|
1203 | --default-storage-engine=MyISAM \ |
| 1203 | --socket=${socket} \ |
1204 | --socket=${socket} \ |
| 1204 | --pid-file=${pidfile}" |
1205 | --pid-file=${pidfile}" |
| 1205 | #einfo "About to start mysqld: ${mysqld}" |
1206 | #einfo "About to start mysqld: ${mysqld}" |
| 1206 | ebegin "Starting mysqld" |
1207 | ebegin "Starting mysqld" |
| 1207 | ${mysqld} & |
1208 | ${mysqld} & |