diff options
author | guilhem@mysql.com <> | 2005-01-11 00:16:07 +0100 |
---|---|---|
committer | guilhem@mysql.com <> | 2005-01-11 00:16:07 +0100 |
commit | 61a65d42f0c74254e7a5e2ededcce38488a1c082 (patch) | |
tree | 24a3c37d0f23b17cabed6e99671c2fd6f8ac013f /support-files/my-small.cnf.sh | |
parent | 09b45d80d56732d0cb656974aa7045b6c692bdf5 (diff) | |
download | mariadb-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-small.cnf.sh')
-rw-r--r-- | support-files/my-small.cnf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh index b2ecca6127e..288df893b4c 100644 --- a/support-files/my-small.cnf.sh +++ b/support-files/my-small.cnf.sh @@ -46,7 +46,7 @@ thread_stack = 64K server-id = 1 # Uncomment the following if you want to log updates -#log-bin +#log-bin=mysql-bin # Uncomment the following if you are NOT using BDB tables #skip-bdb |