diff options
author | Jonathan Perkin <jperkin@sun.com> | 2008-06-10 21:10:56 +0200 |
---|---|---|
committer | mysqldev <mysqldev@production.mysql.com> | 2008-06-10 21:10:56 +0200 |
commit | b32fce091fcf36779962ccefa51c00466d4126c1 (patch) | |
tree | b2508b67e411fbe2e9fece37e21ec7a4134d58ec /support-files/my-large.cnf.sh | |
parent | da4cfa6d1ec4e02247a41fe3af068ffd042e23be (diff) | |
download | mariadb-git-b32fce091fcf36779962ccefa51c00466d4126c1.tar.gz |
Use skip-federated by default in all example configs.
Diffstat (limited to 'support-files/my-large.cnf.sh')
-rw-r--r-- | support-files/my-large.cnf.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh index 4dc3f929c48..981b13731e4 100644 --- a/support-files/my-large.cnf.sh +++ b/support-files/my-large.cnf.sh @@ -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 |