cloudfoundry / pxc-release

BOSH release of Percona Xtradb Cluster
Apache License 2.0
30 stars 22 forks source link

specify log_bin to OFF when binlog.enabled property is set to false. #51

Closed gmllt closed 5 months ago

gmllt commented 6 months ago

Feature or Bug Description

In xtradb5.7, binary logs were disable by default. Since xtradb8.0 , they are now enabled by default.

Motivation

Do not activate binary logs if the property binlog.enabled is set to false.

Related Issue

https://github.com/cloudfoundry/pxc-release/issues/50