Commit 851e428e authored by Nirbhay Choubey's avatar Nirbhay Choubey

Updated config files:

 - Removed QC restriction
 - Added bind-address
Fixed file permissions for wsrep_sst_rsync.sh.
parent 55895093
......@@ -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
......
File mode changed from 100755 to 100644
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment