mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
MDEV-6495: innodb_flush_log_at_trx_commit=0 as suggestion
for galera vs =2 Updated innodb_flush_log_at_trx_commit value in cnfs as per recommendation.
This commit is contained in:
parent
79750be187
commit
e4e55f7968
2 changed files with 2 additions and 2 deletions
2
debian/additions/my.cnf
vendored
2
debian/additions/my.cnf
vendored
|
|
@ -165,7 +165,7 @@ innodb_flush_method = O_DIRECT
|
|||
#query_cache_size=0
|
||||
#
|
||||
# Optional setting
|
||||
#innodb_flush_log_at_trx_commit=2
|
||||
#innodb_flush_log_at_trx_commit=0
|
||||
|
||||
[mysqldump]
|
||||
quick
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#query_cache_size=0
|
||||
#
|
||||
# Optional setting
|
||||
#innodb_flush_log_at_trx_commit=2
|
||||
#innodb_flush_log_at_trx_commit=0
|
||||
|
||||
# this is only for embedded server
|
||||
[embedded]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue