Skip to content

Commit cb9a8cc

Browse files
authored
sync lib (#604)
1 parent 0578606 commit cb9a8cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/charms/mysql/v0/mysql.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def wait_until_mysql_connection(self) -> None:
134134
# Increment this major API version when introducing breaking changes
135135
LIBAPI = 0
136136

137-
LIBPATCH = 86
137+
LIBPATCH = 87
138138

139139
UNIT_TEARDOWN_LOCKNAME = "unit-teardown"
140140
UNIT_ADD_LOCKNAME = "unit-add"
@@ -1023,6 +1023,7 @@ def render_mysqld_configuration( # noqa: C901
10231023
"log_error": f"{snap_common}/var/log/mysql/error.log",
10241024
"general_log": "OFF",
10251025
"general_log_file": f"{snap_common}/var/log/mysql/general.log",
1026+
"loose-group_replication_paxos_single_leader": "ON",
10261027
"slow_query_log_file": f"{snap_common}/var/log/mysql/slow.log",
10271028
"binlog_expire_logs_seconds": f"{binlog_retention_seconds}",
10281029
"loose-audit_log_policy": audit_log_policy.upper(),

0 commit comments

Comments
 (0)