summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix_mysql_wsrsp-0ef98dec5ea3759f.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/fix_mysql_wsrsp-0ef98dec5ea3759f.yaml')
-rw-r--r--releasenotes/notes/fix_mysql_wsrsp-0ef98dec5ea3759f.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/fix_mysql_wsrsp-0ef98dec5ea3759f.yaml b/releasenotes/notes/fix_mysql_wsrsp-0ef98dec5ea3759f.yaml
new file mode 100644
index 0000000..af8702e
--- /dev/null
+++ b/releasenotes/notes/fix_mysql_wsrsp-0ef98dec5ea3759f.yaml
@@ -0,0 +1,9 @@
+---
+fixes:
+ - |
+ The newly added mysql_wsrep_sync_wait parameter now defaults to non-present
+ in the enginefacade's default configuration options, so that it is not
+ configured in a MySQL / MariaDB database by default, unless passed in the
+ options explicitly. Previously, the default value was "0", meaning the
+ wsrep_sync_wait parameter would be set unconditionally on new connections,
+ which would fail for MySQL backends that don't provide for this setting.