File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ mysql_query_cache_limit: "1M"
64
64
mysql_max_connections : " 151"
65
65
mysql_tmp_table_size : " 16M"
66
66
mysql_max_heap_table_size : " 16M"
67
- group_concat_max_len : 1024
68
- join_buffer_size : 262144
67
+ mysql_group_concat_max_len : 1024
68
+ mysql_join_buffer_size : 262144
69
69
70
70
# Other settings.
71
71
mysql_lower_case_table_names : " 0"
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ query_cache_limit = {{ mysql_query_cache_limit }}
84
84
max_connections = {{ mysql_max_connections }}
85
85
tmp_table_size = {{ mysql_tmp_table_size }}
86
86
max_heap_table_size = {{ mysql_max_heap_table_size }}
87
- group_concat_max_len = {{ group_concat_max_len }}
88
- join_buffer_size = {{ join_buffer_size }}
87
+ group_concat_max_len = {{ mysql_group_concat_max_len }}
88
+ join_buffer_size = {{ mysql_join_buffer_size }}
89
89
90
90
# Other settings.
91
91
wait_timeout = {{ mysql_wait_timeout }}
You can’t perform that action at this time.
0 commit comments