summaryrefslogtreecommitdiffstats
path: root/mysql/root-galera/usr/share/container-scripts/mysql/pre-init/ands-tuning.cnf.template
blob: c5991df5c79c764786da2417b88082b3545036b8 (plain)
1
2
3
4
5
6
[mysqld]
sync_binlog=${MYSQL_SYNC_BINLOG}
binlog_group_commit_sync_delay=${MYSQL_BINLOG_SYNC_DELAY}
binlog_group_commit_sync_no_delay_count=${MYSQL_BINLOG_NODELAY_COUNT}
innodb_flush_log_at_trx_commit=${MYSQL_FLUSH_LOG_TYPE}
innodb_flush_log_at_timeout=${MYSQL_FLUSH_LOG_TIMEOUT}