summaryrefslogtreecommitdiff
path: root/support-files/my-large.cnf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'support-files/my-large.cnf.sh')
-rw-r--r--support-files/my-large.cnf.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/support-files/my-large.cnf.sh b/support-files/my-large.cnf.sh
index 2e3143ac449..0d5719e4438 100644
--- a/support-files/my-large.cnf.sh
+++ b/support-files/my-large.cnf.sh
@@ -53,6 +53,9 @@ skip-federated
# binary logging is required for replication
log-bin=mysql-bin
+# binary logging format - mixed recommended
+binlog_format=mixed
+
# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted