~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/include/default_my.cnf

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Use default setting for mysqld processes
 
2
!include default_mysqld.cnf
 
3
 
 
4
[mysqld.1]
 
5
 
 
6
# Run the master.sh script before starting this process
 
7
#!run-master-sh
 
8
 
 
9
log-bin=                 master-bin
 
10
 
 
11
 
 
12
[mysqlbinlog]
 
13
disable-force-if-open
 
14
 
 
15
# mysql_fix_privilege_tables.sh does not read from [client] so it
 
16
# need its own section
 
17
[mysql_fix_privilege_tables]
 
18
socket=                  @client.socket
 
19
port=                    @client.port
 
20
user=                    @client.user
 
21
password=                @client.password
 
22
 
 
23
[ENV]
 
24
MASTER_MYPORT=           @mysqld.1.port
 
25
MASTER_MYSOCK=           @mysqld.1.socket