mirror of
https://github.com/MariaDB/server.git
synced 2025-02-15 09:55:33 +01:00
![Sergei Golubchik](/assets/img/avatar_default.png)
not default_mysqld.cnf. The latter has only server settings, it misses mtr-specific client configuration Except for spider, that doesn't use mysqld.1 server and default_my.cnf starts it automatically. Spider tests have to include both default_mysqld.cnf and default_client.cnf
21 lines
348 B
INI
21 lines
348 B
INI
!include include/default_my.cnf
|
|
|
|
[mysqld.1]
|
|
log-slave-updates
|
|
innodb
|
|
innodb_flush_log_at_trx_commit= 0
|
|
|
|
[mysqld.2]
|
|
log-slave-updates
|
|
innodb
|
|
innodb_flush_log_at_trx_commit= 0
|
|
|
|
[mysqld.3]
|
|
log-slave-updates
|
|
innodb
|
|
innodb_flush_log_at_trx_commit= 0
|
|
|
|
[ENV]
|
|
SERVER_MYPORT_1= @mysqld.1.port
|
|
SERVER_MYPORT_2= @mysqld.2.port
|
|
SERVER_MYPORT_3= @mysqld.3.port
|