Merge "Configure sql_mode options"

This commit is contained in:
Jenkins 2017-01-31 14:42:52 +00:00 committed by Gerrit Code Review
commit 909d165c5e
2 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ configs:
xtrabackup_password: "password"
monitor_password: "password"
gcache_size: "1G"
sql_mode: null
cluster_size: 3
force_bootstrap:
enabled: false

View File

@ -25,6 +25,10 @@ innodb_write_io_threads = 8
open_files_limit = 102400
{% if percona.sql_mode %}
sql_mode = "{{ percona.sql_mode }}"
{% endif -%}
wsrep_slave_threads = 4
wsrep_cluster_address = gcomm://
wsrep_provider = /usr/lib/galera3/libgalera_smm.so