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 743eb43 commit 3512104Copy full SHA for 3512104
templates/my.cnf.j2
@@ -79,7 +79,7 @@ thread_cache_size = {{ mysql_thread_cache_size }}
79
query_cache_size = {{ mysql_query_cache_size }}
80
max_connections = {{ mysql_max_connections }}
81
tmp_table_size = {{ mysql_tmp_table_size }}
82
-max_heap_table_size = {{ max_heap_table_size }}
+max_heap_table_size = {{ mysql_max_heap_table_size }}
83
84
# Other settings.
85
wait_timeout = {{ mysql_wait_timeout }}
0 commit comments