le1t0-deprec 2.1.6.011 → 2.1.6.012

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,5 +1,9 @@
1
1
  # deprec changelog
2
2
 
3
+ = 2.1.6.012 (Jun 12, 2010)
4
+
5
+ * two small fixes in mysql recipe
6
+
3
7
  = 2.1.6.011 (Jun 12, 2010)
4
8
 
5
9
  * made mysql config configurable through deprec
@@ -62,7 +62,7 @@ Capistrano::Configuration.instance(:must_exist).load do
62
62
  set :mysql_mysqld_innodb_log_buffer_size, nil
63
63
  set :mysql_mysqld_innodb_additional_mem_pool_size, nil
64
64
  set :mysql_mysqld_innodb_flush_method, nil
65
- set :mysql_mysqld_thread_concurrency, 10
65
+ set :mysql_mysqld_thread_concurrency, nil
66
66
  set :mysql_mysqld_max_connections, nil
67
67
  set :mysql_mysqld_read_buffer_size, nil
68
68
  set :mysql_mysqld_read_rnd_buffer_size, nil
@@ -56,7 +56,7 @@
56
56
  <% if mysql_mysqld_innodb_additional_mem_pool_size %>innodb_additional_mem_pool_size = <%= mysql_mysqld_innodb_additional_mem_pool_size %><% end %>
57
57
  <% if mysql_mysqld_innodb_flush_method %>innodb_flush_method = <%= mysql_mysqld_innodb_flush_method %><% end %>
58
58
  <% if mysql_mysqld_thread_concurrency %>thread_concurrency = <%= mysql_mysqld_thread_concurrency %><% end %>
59
- <% if mysql_mysqld_innodb_thread_concurrency %>thread_innodb_concurrency = <%= mysql_mysqld_innodb_thread_concurrency %><% end %>
59
+ <% if mysql_mysqld_innodb_thread_concurrency %>innodb_thread_concurrency = <%= mysql_mysqld_innodb_thread_concurrency %><% end %>
60
60
  <% if mysql_mysqld_max_connections %>max_connections = <%= mysql_mysqld_max_connections %><% end %>
61
61
  <% if mysql_mysqld_read_buffer_size %>read_buffer_size = <%= mysql_mysqld_read_buffer_size %><% end %>
62
62
  <% if mysql_mysqld_read_rnd_buffer_size %>read_rnd_buffer_size = <%= mysql_mysqld_read_rnd_buffer_size %><% end %>
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 1
8
8
  - 6
9
- - 11
10
- version: 2.1.6.011
9
+ - 12
10
+ version: 2.1.6.012
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0