File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def wait_until_mysql_connection(self) -> None:
134
134
# Increment this major API version when introducing breaking changes
135
135
LIBAPI = 0
136
136
137
- LIBPATCH = 86
137
+ LIBPATCH = 87
138
138
139
139
UNIT_TEARDOWN_LOCKNAME = "unit-teardown"
140
140
UNIT_ADD_LOCKNAME = "unit-add"
@@ -1023,6 +1023,7 @@ def render_mysqld_configuration( # noqa: C901
1023
1023
"log_error" : f"{ snap_common } /var/log/mysql/error.log" ,
1024
1024
"general_log" : "OFF" ,
1025
1025
"general_log_file" : f"{ snap_common } /var/log/mysql/general.log" ,
1026
+ "loose-group_replication_paxos_single_leader" : "ON" ,
1026
1027
"slow_query_log_file" : f"{ snap_common } /var/log/mysql/slow.log" ,
1027
1028
"binlog_expire_logs_seconds" : f"{ binlog_retention_seconds } " ,
1028
1029
"loose-audit_log_policy" : audit_log_policy .upper (),
You can’t perform that action at this time.
0 commit comments