#At file:///data0/mysqldev/bzr/mysql-5.0.64-release/
2634 Jonathan Perkin 2008-06-10
Use skip-federated by default in all example configs.
modified:
support-files/my-huge.cnf.sh
support-files/my-innodb-heavy-4G.cnf.sh
support-files/my-large.cnf.sh
support-files/my-medium.cnf.sh
support-files/my-small.cnf.sh
=== modified file 'support-files/my-huge.cnf.sh'
--- a/support-files/my-huge.cnf.sh 2005-10-31 09:54:36 +0000
+++ b/support-files/my-huge.cnf.sh 2008-06-10 19:10:56 +0000
@@ -46,6 +46,9 @@ thread_concurrency = 8
#
#skip-networking
+# Disable Federated by default
+skip-federated
+
# Replication Master Server (default)
# binary logging is required for replication
log-bin=mysql-bin
=== modified file 'support-files/my-innodb-heavy-4G.cnf.sh'
--- a/support-files/my-innodb-heavy-4G.cnf.sh 2005-10-31 09:54:36 +0000
+++ b/support-files/my-innodb-heavy-4G.cnf.sh 2008-06-10 19:10:56 +0000
@@ -357,6 +357,9 @@ myisam_repair_threads = 1
myisam_recover
+# Disable Federated by default
+skip-federated
+
# *** BDB Specific options ***
# Use this option if you run a MySQL server with BDB support enabled but
=== modified file 'support-files/my-large.cnf.sh'
--- a/support-files/my-large.cnf.sh 2005-10-31 09:54:36 +0000
+++ b/support-files/my-large.cnf.sh 2008-06-10 19:10:56 +0000
@@ -46,6 +46,9 @@ thread_concurrency = 8
#
#skip-networking
+# Disable Federated by default
+skip-federated
+
# Replication Master Server (default)
# binary logging is required for replication
log-bin=mysql-bin
=== modified file 'support-files/my-medium.cnf.sh'
--- a/support-files/my-medium.cnf.sh 2005-01-10 23:16:07 +0000
+++ b/support-files/my-medium.cnf.sh 2008-06-10 19:10:56 +0000
@@ -44,6 +44,9 @@ myisam_sort_buffer_size = 8M
#
#skip-networking
+# Disable Federated by default
+skip-federated
+
# Replication Master Server (default)
# binary logging is required for replication
log-bin=mysql-bin
=== modified file 'support-files/my-small.cnf.sh'
--- a/support-files/my-small.cnf.sh 2005-01-10 23:16:07 +0000
+++ b/support-files/my-small.cnf.sh 2008-06-10 19:10:56 +0000
@@ -48,6 +48,9 @@ server-id = 1
# Uncomment the following if you want to log updates
#log-bin=mysql-bin
+# Disable Federated by default
+skip-federated
+
# Uncomment the following if you are NOT using BDB tables
#skip-bdb
| Thread |
|---|
| • bzr commit into mysql-5.0 branch (jperkin:2634) | Jonathan Perkin | 10 Jun |