We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ed100 commit 5f532aaCopy full SHA for 5f532aa
1 file changed
addons/mariadb/config/mariadb-semisync.tpl
@@ -6,7 +6,10 @@ log_slave_updates = ON
6
gtid_strict_mode = OFF
7
skip_slave_start = 1
8
9
-# Semi-sync is built-in to MariaDB 11.4 (no plugin .so files needed).
+# Semi-sync plugins: required for MariaDB 10.6; harmless no-op on 11.4+ where semi-sync is built-in.
10
+plugin_load_add = semisync_master.so
11
+plugin_load_add = semisync_slave.so
12
+
13
# Enable both master and slave sides; MariaDB uses the appropriate one based on role.
14
rpl_semi_sync_master_enabled = ON
15
rpl_semi_sync_slave_enabled = ON
0 commit comments