summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add_wsrep_sync_wait-e3c5a9f4bc08b203.yaml
blob: b61a80f93300adb7f3a9a8470a717d25177a17f8 (plain)
1
2
3
4
5
6
7
8
---
features:
  - |
    Added new option mysql_wsrep_sync_wait which sets the Galera
    "wsrep_sync_wait" variable on server login. This session-level variable
    allows Galera to ensure that writesets are fully up to date before running
    new queries, and may be used to tune application behavior when multiple
    Galera masters are targeted for SQL operations simultaneously.