File tree Expand file tree Collapse file tree 2 files changed +41
-2
lines changed Expand file tree Collapse file tree 2 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 1
- 2013-07-26 - Version 0.7.1
1
+ 2013-07-01 - Version 0.8.0
2
+ Features:
3
+ - mysql::perl class to install perl-DBD-mysql.
4
+ - minor improvements to the providers to improve reliability
5
+ - Install the MariaDB packages on Fedora 19 instead of MySQL.
6
+ - Add new `mysql` class parameters:
7
+ - `max_connections`: The maximum number of allowed connections.
8
+ - `manage_config_file`: Opt out of puppetized control of my.cnf.
9
+ - `ft_min_word_len`: Fine tune the full text search.
10
+ - `ft_max_word_len`: Fine tune the full text search.
11
+ - Add new `mysql` class performance tuning parameters:
12
+ - `key_buffer`
13
+ - `thread_stack`
14
+ - `thread_cache_size`
15
+ - `myisam-recover`
16
+ - `query_cache_limit`
17
+ - `query_cache_size`
18
+ - `max_connections`
19
+ - `tmp_table_size`
20
+ - `table_open_cache`
21
+ - `long_query_time`
22
+ - Add new `mysql` class replication parameters:
23
+ - `server_id`
24
+ - `sql_log_bin`
25
+ - `log_bin`
26
+ - `max_binlog_size`
27
+ - `binlog_do_db`
28
+ - `expire_logs_days`
29
+ - `log_bin_trust_function_creators`
30
+ - `replicate_ignore_table`
31
+ - `replicate_wild_do_table`
32
+ - `replicate_wild_ignore_table`
33
+ - `expire_logs_days`
34
+ - `max_binlog_size`
35
+
36
+ Bugfixes:
37
+ - No longer restart MySQL when /root/.my.cnf changes.
38
+ - Ensure mysql::config runs before any mysql::db defines.
39
+
40
+ 2013-06-26 - Version 0.7.1
2
41
Bugfixes:
3
42
- Single-quote password for special characters
4
43
- Update travis testing for puppet 3.2.x and missing Bundler gems
Original file line number Diff line number Diff line change 1
1
name ' puppetlabs-mysql'
2
- version ' 0.7.1 '
2
+ version ' 0.8.0 '
3
3
source ' git://github.com/puppetlabs/puppetlabs-mysql.git'
4
4
author ' Puppet Labs'
5
5
license ' Apache 2.0'
You can’t perform that action at this time.
0 commit comments