summaryrefslogtreecommitdiffstats
path: root/my.cnf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-03-15 19:31:41 +0100
committerRemi Collet <fedora@famillecollet.com>2011-03-15 19:31:41 +0100
commitd217f214c84728301a8c98d56aaab4ecdd7300ae (patch)
treea6da0e466b4d368fc4a9411f572edd966fcf2d88 /my.cnf
parent34a82e84fbc74be368c3a25598d58fa7fe5788ff (diff)
MySQL 5.5.10
Diffstat (limited to 'my.cnf')
-rw-r--r--my.cnf13
1 files changed, 5 insertions, 8 deletions
diff --git a/my.cnf b/my.cnf
index d8fe399..5f815ea 100644
--- a/my.cnf
+++ b/my.cnf
@@ -5,15 +5,12 @@ user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
-# Additional storage engines and plugins
-plugin-load=archive=ha_archive.so;blackhole=ha_blackhole.so
-
-# Add to the above plugin-load option, if needed
-# http://dev.mysql.com/doc/refman/5.5/en/federated-storage-engine.html
-;federated=ha_federated.so
+# Semisynchronous Replication
# http://dev.mysql.com/doc/refman/5.5/en/replication-semisync.html
-;rpl_semi_sync_master=semisync_master.so
-;rpl_semi_sync_slave=semisync_slave.so
+# uncomment next line on MASTER
+;plugin-load=rpl_semi_sync_master=semisync_master.so
+# uncomment next line on SLAVE
+;plugin-load=rpl_semi_sync_slave=semisync_slave.so
# Others options for Semisynchronous Replication
;rpl_semi_sync_master_enabled=1