mysql-formula/mysql/supported_sections.yaml
Heinz Wiesinger 0febad19c1 Add better support for a config directory with split config files.
This adds optional support for having split configuration files
within a config directory, most commonly /etc/my.cnf.d.
2015-10-05 21:50:19 +02:00

25 lines
334 B
YAML

# vim
{% load_yaml as supported_sections %}
- client-server
- client
- client-mariadb
- mariadb
- mysql
- mysqldump
- mysqld_safe
- mysqlhotcopy
- mysqladmin
- mysqlcheck
- mysqlimport
- mysqlshow
- mysql_upgrade
- mysqlbinlog
- mysqlslap
- myisampack
- myisamchk
- isamchk
- mysqld
- mysqld_multi
- server
- xtrabackup
{% endload %}