We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc84207 commit 3c7a93fCopy full SHA for 3c7a93f
defaults/main.yml
@@ -64,6 +64,7 @@ mysql_query_cache_limit: "1M"
64
mysql_max_connections: "151"
65
mysql_tmp_table_size: "16M"
66
mysql_max_heap_table_size: "16M"
67
+group_concat_max_len: 1024
68
69
# Other settings.
70
mysql_lower_case_table_names: "0"
templates/my.cnf.j2
@@ -84,6 +84,7 @@ query_cache_limit = {{ mysql_query_cache_limit }}
84
max_connections = {{ mysql_max_connections }}
85
tmp_table_size = {{ mysql_tmp_table_size }}
86
max_heap_table_size = {{ mysql_max_heap_table_size }}
87
+group_concat_max_len = {{ group_concat_max_len }}
88
89
90
wait_timeout = {{ mysql_wait_timeout }}
0 commit comments