Skip to content

Commit 3512104

Browse files
author
drupaladmin
committed
fix template variables
1 parent 743eb43 commit 3512104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/my.cnf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ thread_cache_size = {{ mysql_thread_cache_size }}
7979
query_cache_size = {{ mysql_query_cache_size }}
8080
max_connections = {{ mysql_max_connections }}
8181
tmp_table_size = {{ mysql_tmp_table_size }}
82-
max_heap_table_size = {{ max_heap_table_size }}
82+
max_heap_table_size = {{ mysql_max_heap_table_size }}
8383

8484
# Other settings.
8585
wait_timeout = {{ mysql_wait_timeout }}

0 commit comments

Comments
 (0)