Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mysql
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
mysql
Commits
af820eb0
Commit
af820eb0
authored
5 years ago
by
jurgenhaas
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'master'
Master See merge request ansible-roles/mysql!1
parents
3f497277
1d553b9f
No related branches found
No related tags found
1 merge request
!1
Master
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/etc-mysql-my-cnf
+6
-0
6 additions, 0 deletions
templates/etc-mysql-my-cnf
templates/etc-mysql-mysql-conf-d-mysqld.cnf
+6
-0
6 additions, 0 deletions
templates/etc-mysql-mysql-conf-d-mysqld.cnf
with
12 additions
and
0 deletions
templates/etc-mysql-my-cnf
+
6
−
0
View file @
af820eb0
...
...
@@ -62,6 +62,12 @@ innodb_flush_log_at_trx_commit = {{ mysql_innodb_flush_log_at_trx_commit }}
innodb_log_file_size = {{ mysql_innodb_log_file_size }}
innodb_strict_mode = {{ mysql_innodb_strict_mode }}
join_buffer_size = {{ mysql_join_buffer_size }}
{% if mysql_innodb_io_capacity is defined %}
innodb_io_capacity = {{ mysql_innodb_io_capacity }}
{% endif %}
{% if mysql_innodb_io_capacity_max is defined %}
innodb_io_capacity_max = {{ mysql_innodb_io_capacity_max }}
{% endif %}
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
...
...
This diff is collapsed.
Click to expand it.
templates/etc-mysql-mysql-conf-d-mysqld.cnf
+
6
−
0
View file @
af820eb0
...
...
@@ -50,6 +50,12 @@ join_buffer_size = {{ mysql_join_buffer_size }}
max_allowed_packet = {{ mysql_max_allowed_packet }}
thread_stack = 192K
thread_cache_size = {{ mysql_thread_cache_size }}
{% if mysql_innodb_io_capacity is defined %}
innodb_io_capacity = {{ mysql_innodb_io_capacity }}
{% endif %}
{% if mysql_innodb_io_capacity_max is defined %}
innodb_io_capacity_max = {{ mysql_innodb_io_capacity_max }}
{% endif %}
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover-options = BACKUP
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment