Update defaults.yaml

Missing 'sections:'.
This commit is contained in:
1exx 2014-11-28 18:29:56 +05:00
parent 5802b01815
commit e70a7d01e4

View file

@ -229,34 +229,35 @@ FreeBSD:
python: pymysql python: pymysql
config: config:
file: /usr/local/etc/my.cnf file: /usr/local/etc/my.cnf
client: sections:
port: 3306 client:
socket: /tmp/mysql.sock port: 3306
mysqld: socket: /tmp/mysql.sock
port: 3306 mysqld:
socket: /tmp/mysql.sock port: 3306
skip-external-locking: noarg_present socket: /tmp/mysql.sock
key_buffer_size: 16M skip-external-locking: noarg_present
max_allowed_packet: 1M key_buffer_size: 16M
table_open_cache: 64 max_allowed_packet: 1M
sort_buffer_size: 512K table_open_cache: 64
net_buffer_length: 8K sort_buffer_size: 512K
read_buffer_size: 256K net_buffer_length: 8K
read_rnd_buffer_size: 512K read_buffer_size: 256K
myisam_sort_buffer_size: 8M read_rnd_buffer_size: 512K
log-bin: mysql-bin myisam_sort_buffer_size: 8M
binlog_format: mixed log-bin: mysql-bin
server-id: 1 binlog_format: mixed
mysqldump: server-id: 1
quick: noarg_present mysqldump:
max_allowed_packet: 16M quick: noarg_present
mysql: max_allowed_packet: 16M
no-auto-rehash: noarg_present mysql:
myisamchk: no-auto-rehash: noarg_present
key_buffer_size: 20M myisamchk:
sort_buffer_size: 20M key_buffer_size: 20M
read_buffer: 2M sort_buffer_size: 20M
write_buffer: 2M read_buffer: 2M
mysqlhotcopy: write_buffer: 2M
interactive-timeout: noarg_present mysqlhotcopy:
interactive-timeout: noarg_present
{% endload %} {% endload %}