diff options
-rw-r--r-- | debian/additions/my.cnf | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | scripts/wsrep_sst_rsync.sh | 0 | ||||
-rw-r--r-- | support-files/rpm/server.cnf | 2 | ||||
-rw-r--r-- | support-files/wsrep.cnf.sh | 7 |
4 files changed, 2 insertions, 9 deletions
diff --git a/debian/additions/my.cnf b/debian/additions/my.cnf index eed29b90a2b..1e0b97bf0b7 100644 --- a/debian/additions/my.cnf +++ b/debian/additions/my.cnf @@ -162,7 +162,7 @@ innodb_flush_method = O_DIRECT #binlog_format=row #default_storage_engine=InnoDB #innodb_autoinc_lock_mode=2 -#query_cache_size=0 +#bind-address=0.0.0.0 # # Optional setting #innodb_flush_log_at_trx_commit=0 diff --git a/scripts/wsrep_sst_rsync.sh b/scripts/wsrep_sst_rsync.sh index 464b2b1ef3e..464b2b1ef3e 100755..100644 --- a/scripts/wsrep_sst_rsync.sh +++ b/scripts/wsrep_sst_rsync.sh diff --git a/support-files/rpm/server.cnf b/support-files/rpm/server.cnf index 173abefa7e6..1fef0ed1f33 100644 --- a/support-files/rpm/server.cnf +++ b/support-files/rpm/server.cnf @@ -22,7 +22,7 @@ #binlog_format=row #default_storage_engine=InnoDB #innodb_autoinc_lock_mode=2 -#query_cache_size=0 +#bind-address=0.0.0.0 # # Optional setting #innodb_flush_log_at_trx_commit=0 diff --git a/support-files/wsrep.cnf.sh b/support-files/wsrep.cnf.sh index 756d4f6783b..a5390855ca1 100644 --- a/support-files/wsrep.cnf.sh +++ b/support-files/wsrep.cnf.sh @@ -21,13 +21,6 @@ default-storage-engine=innodb # to avoid issues with 'bulk mode inserts' using autoinc innodb_autoinc_lock_mode=2 -# This is a must for paralell applying -innodb_locks_unsafe_for_binlog=1 - -# Query Cache is not supported with wsrep -query_cache_size=0 -query_cache_type=0 - # Override bind-address # In some systems bind-address defaults to 127.0.0.1, and with mysqldump SST # it will have (most likely) disastrous consequences on donor node |