Skip to content

Commit

Permalink
Add enable_galera to the tuning test
Browse files Browse the repository at this point in the history
[#150519574]

Signed-off-by: Adrian Zankich <[email protected]>
  • Loading branch information
jpalermo authored and zankich committed Aug 29, 2017
1 parent dee565d commit 77bf3f2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/tuning/everything_disabled.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"server_audit_logging": "",
"server_audit_excl_users": "",
"log_bin": "OFF",
"expire_logs_days": "0"
"expire_logs_days": "0",
"wsrep_on": "OFF"
}
4 changes: 4 additions & 0 deletions assets/tuning/everything_disabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@
- type: replace
path: /instance_groups/name=mysql/jobs/name=mysql/properties/cf_mysql/mysql/binlog_expire_days?
value: 3

- type: replace
path: /instance_groups/name=mysql/jobs/name=mysql/properties/cf_mysql/mysql/enable_galera?
value: false
1 change: 1 addition & 0 deletions assets/tuning/everything_enabled.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"log_bin": "ON",
"expire_logs_days": "3",
"wsrep_debug": "ON",
"wsrep_on": "ON",
"wsrep_log_conflicts": "OFF",
"log_queries_not_using_indexes": "ON",
"event_scheduler": "ON",
Expand Down
4 changes: 4 additions & 0 deletions assets/tuning/everything_enabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,7 @@
- type: replace
path: /instance_groups/name=mysql/jobs/name=mysql/properties/cf_mysql/mysql/enable_local_file?
value: "ON"

- type: replace
path: /instance_groups/name=mysql/jobs/name=mysql/properties/cf_mysql/mysql/enable_galera?
value: true

0 comments on commit 77bf3f2

Please sign in to comment.