Skip to content

Commit 3c7a93f

Browse files
committed
[geerlingguyGH-206] changeable group_concat_max_len and default set to 1024 according to mysql configuration manual
1 parent fc84207 commit 3c7a93f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ mysql_query_cache_limit: "1M"
6464
mysql_max_connections: "151"
6565
mysql_tmp_table_size: "16M"
6666
mysql_max_heap_table_size: "16M"
67+
group_concat_max_len: 1024
6768

6869
# Other settings.
6970
mysql_lower_case_table_names: "0"

templates/my.cnf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ 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 = {{ group_concat_max_len }}
8788

8889
# Other settings.
8990
wait_timeout = {{ mysql_wait_timeout }}

0 commit comments

Comments
 (0)