Skip to content

Commit 56c01ed

Browse files
authored
Merge pull request geerlingguy#208 from 030/geerlingguyGH-206-207-two-extra-parameters
Gh 206 207 two extra parameters
2 parents cb75ecb + c82d83c commit 56c01ed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ mysql_query_cache_limit: "1M"
6464
mysql_max_connections: "151"
6565
mysql_tmp_table_size: "16M"
6666
mysql_max_heap_table_size: "16M"
67+
mysql_group_concat_max_len: "1024"
68+
mysql_join_buffer_size: "262144"
6769

6870
# Other settings.
6971
mysql_lower_case_table_names: "0"

templates/my.cnf.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ query_cache_limit = {{ mysql_query_cache_limit }}
8484
max_connections = {{ mysql_max_connections }}
8585
tmp_table_size = {{ mysql_tmp_table_size }}
8686
max_heap_table_size = {{ mysql_max_heap_table_size }}
87+
group_concat_max_len = {{ mysql_group_concat_max_len }}
88+
join_buffer_size = {{ mysql_join_buffer_size }}
8789

8890
# Other settings.
8991
wait_timeout = {{ mysql_wait_timeout }}

0 commit comments

Comments
 (0)