~ubuntu-branches/ubuntu/karmic/mysql-dfsg-5.1/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-06-25 12:55:45 UTC
  • mfrom: (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090625125545-v27uqh8rlsj8uh2y
Tags: upstream-5.1.34
ImportĀ upstreamĀ versionĀ 5.1.34

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