summaryrefslogtreecommitdiff
path: root/support-files/my-huge.cnf.sh
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2005-01-11 00:16:07 +0100
committerguilhem@mysql.com <>2005-01-11 00:16:07 +0100
commit61a65d42f0c74254e7a5e2ededcce38488a1c082 (patch)
tree24a3c37d0f23b17cabed6e99671c2fd6f8ac013f /support-files/my-huge.cnf.sh
parent09b45d80d56732d0cb656974aa7045b6c692bdf5 (diff)
downloadmariadb-git-61a65d42f0c74254e7a5e2ededcce38488a1c082.tar.gz
Encourage user to specify a name for the binlog index file (either by giving an argument to --log-bin,
or by using --log-bin-index). This is so that he does not have a replication break when his master's hostname changes. Plus binary logging options consistency checks.
Diffstat (limited to 'support-files/my-huge.cnf.sh')
-rw-r--r--support-files/my-huge.cnf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/my-huge.cnf.sh b/support-files/my-huge.cnf.sh
index d25686f1c21..f7a47054658 100644
--- a/support-files/my-huge.cnf.sh
+++ b/support-files/my-huge.cnf.sh
@@ -48,7 +48,7 @@ thread_concurrency = 8
# Replication Master Server (default)
# binary logging is required for replication
-log-bin
+log-bin=mysql-bin
# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
@@ -108,7 +108,7 @@ server-id = 1
#master-port = <port>
#
# binary logging - not required for slaves, but recommended
-#log-bin
+#log-bin=mysql-bin
# Point the following paths to different dedicated disks
#tmpdir = /tmp/