Skip to content

Commit 8b5ef3a

Browse files
authored
binlog_format=mixed
According to mariadb website, binlog_format=mixed is the default setting for versions above 10.2.4: https://mariadb.com/kb/en/mariadb/binary-log-formats/ Plus, nextcloud requires it.
1 parent f0400d4 commit 8b5ef3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

root/defaults/my.cnf

Lines changed: 1 addition & 0 deletions
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
#

0 commit comments

Comments
 (0)