Skip to content

Commit 4cc9db2

Browse files
authored
Merge pull request #15 from linuxserver/binlog
Fix binlog location
2 parents 9b447ac + 33d2354 commit 4cc9db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/defaults/my.cnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ sort_buffer_size = 4M
1313
bulk_insert_buffer_size = 16M
1414
tmp_table_size = 32M
1515
max_heap_table_size = 32M
16+
binlog_format=mixed
1617
#
1718
# * MyISAM
1819
#
@@ -115,7 +116,6 @@ innodb_flush_method = O_DIRECT
115116
#wsrep_on=ON
116117
#wsrep_provider=
117118
#wsrep_cluster_address=
118-
binlog_format=mixed
119119
#default_storage_engine=InnoDB
120120
#innodb_autoinc_lock_mode=2
121121
#

0 commit comments

Comments
 (0)