default_my.cnf 1.11 KB
Newer Older
Marc Alff's avatar
Marc Alff committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Copyright (C) 2009 Sun Microsystems, Inc
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

unknown's avatar
unknown committed
16 17
# Use default setting for mysqld processes
!include default_mysqld.cnf
18
!include default_client.cnf
unknown's avatar
unknown committed
19 20 21 22 23 24 25 26

[mysqld.1]

# Run the master.sh script before starting this process
#!run-master-sh

log-bin=                 master-bin

Marc Alff's avatar
Marc Alff committed
27 28
# Run tests with the performance schema instrumentation
loose-enable-performance-schema
unknown's avatar
unknown committed
29 30 31 32 33 34 35

[mysqlbinlog]
disable-force-if-open

[ENV]
MASTER_MYPORT=           @mysqld.1.port
MASTER_MYSOCK=           @mysqld.1.socket