summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_mariadb/templates/myprimary.j2
blob: 6ff612a88019274420e3749aebd06c1f025a4742 (plain)
1
2
3
4
5
6
7
8
9
10
[mysqld]
server_id           = 1
port                = {{ primary_db.port }}
datadir             = {{ primary_db.datadir }}
socket              = {{ primary_db.datadir }}/mysql.sock
pid-file            = {{ primary_db.datadir }}/mysql.pid
log_bin             = {{ primary_db.logdir }}/mysql-bin.log
sync_binlog         = 1
binlog-format       = ROW
innodb_flush_log_at_trx_commit  = 1