mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Moved wsrep_slave_threads to optional settings.
This commit is contained in:
parent
851e428e4e
commit
59277a7d83
2 changed files with 2 additions and 2 deletions
2
debian/additions/my.cnf
vendored
2
debian/additions/my.cnf
vendored
|
@ -158,13 +158,13 @@ innodb_flush_method = O_DIRECT
|
|||
# Mandatory settings
|
||||
#wsrep_provider=
|
||||
#wsrep_cluster_address=
|
||||
#wsrep_slave_threads=1
|
||||
#binlog_format=row
|
||||
#default_storage_engine=InnoDB
|
||||
#innodb_autoinc_lock_mode=2
|
||||
#bind-address=0.0.0.0
|
||||
#
|
||||
# Optional setting
|
||||
#wsrep_slave_threads=1
|
||||
#innodb_flush_log_at_trx_commit=0
|
||||
|
||||
[mysqldump]
|
||||
|
|
|
@ -18,13 +18,13 @@
|
|||
# Mandatory settings
|
||||
#wsrep_provider=
|
||||
#wsrep_cluster_address=
|
||||
#wsrep_slave_threads=1
|
||||
#binlog_format=row
|
||||
#default_storage_engine=InnoDB
|
||||
#innodb_autoinc_lock_mode=2
|
||||
#bind-address=0.0.0.0
|
||||
#
|
||||
# Optional setting
|
||||
#wsrep_slave_threads=1
|
||||
#innodb_flush_log_at_trx_commit=0
|
||||
|
||||
# this is only for embedded server
|
||||
|
|
Loading…
Reference in a new issue