1# Use default setting for mysqld processes
2!include default_mysqld.cnf
3!include default_client.cnf
4
5[mysqld.1]
6
7# Run the master.sh script before starting this process
8#!run-master-sh
9
10log-bin=                 master-bin
11
12# Run tests with the performance schema instrumentation
13loose-enable-performance-schema
14
15[mysqlbinlog]
16disable-force-if-open
17
18[ENV]
19MASTER_MYPORT=           @mysqld.1.port
20MASTER_MYSOCK=           @mysqld.1.socket
21MASTER_X_MYPORT=         @mysqld.1.loose-mysqlx-port
22MASTER_X_MYSOCK=         @mysqld.1.loose-mysqlx-socket
23