Skip to content

Commit

Permalink
Merge pull request #16 from samvdb/master
Browse files Browse the repository at this point in the history
Fix incompatible variable name change
  • Loading branch information
pjan committed Jul 22, 2014
2 parents 04e19dd + 7b8e656 commit 89ec76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc_mysql_my.cnf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ thread_stack = {{ mysql_thread_stack }}
thread_cache_size = {{ mysql_cache_size }}
myisam-recover = {{ mysql_myisam_recover }}
max_connections = {{ mysql_max_connections }}
table_cache = {{ mysql_table_cache }}
table_open_cache = {{ mysql_table_cache }}
thread_concurrency = {{ mysql_thread_concurrency }}

# ** Query Cache Configuration
Expand Down

0 comments on commit 89ec76f

Please sign in to comment.