diff options
author | Nirbhay Choubey <nirbhay@skysql.com> | 2014-09-23 14:03:13 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@skysql.com> | 2014-09-23 14:03:13 -0400 |
commit | 851e428e4e94e22d14fab4694b3135011026f418 (patch) | |
tree | 5fd0f2205bfcc3076b9af6a3a2b59446eecb3759 /support-files | |
parent | 5589509353bfc3222799cc66881117e95d82d68c (diff) | |
download | mariadb-git-851e428e4e94e22d14fab4694b3135011026f418.tar.gz |
Updated config files:
- Removed QC restriction
- Added bind-address
Fixed file permissions for wsrep_sst_rsync.sh.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/rpm/server.cnf | 2 | ||||
-rw-r--r-- | support-files/wsrep.cnf.sh | 7 |
2 files changed, 1 insertions, 8 deletions
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 |