
The .cnf files can have valueless options present. This commit ensures that these valueless options are not ignored Addtionally, my.cnf overrides are added to the variable overrides test file to ensure that the my.cnf file can run through the config_template engine properly. Change-Id: I8b09c2520c84bb43353b4c56bac157259f71b041 Closes-Bug: #1693234
9 lines
347 B
YAML
9 lines
347 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Mysql cnf files can now be properly overridden. The config_template
|
|
module has been extended to support valueless options, such as those that
|
|
are found in the my.cnf file(i.e. `quick` under the `mysqldump` section).
|
|
To use valueless options, use the `ignore_none_type` attribute of the
|
|
config_template module.
|