From 12511a7245a96bffa6629a969eae6f759a35cd54 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Sep 2010 10:32:14 +0200 Subject: MySQL 5.5.6-rc --- my-5.5.cnf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'my-5.5.cnf') diff --git a/my-5.5.cnf b/my-5.5.cnf index 96d1383..fa64561 100644 --- a/my-5.5.cnf +++ b/my-5.5.cnf @@ -5,6 +5,22 @@ 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 +# 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 + +# Others options for Semisynchronous Replication +;rpl_semi_sync_master_enabled=1 +;rpl_semi_sync_master_timeout=10 +;rpl_semi_sync_slave_enabled=1 + + [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid -- cgit