mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-16 17:50:27 +00:00
Merge pull request #174 from saltstack-formulas/gtmanfred-patch-1
fix duplicate key in gentoo
This commit is contained in:
commit
31844ed13c
1 changed files with 2 additions and 3 deletions
|
@ -306,6 +306,8 @@ Gentoo:
|
|||
mysqldump:
|
||||
character_sets_dir: /usr/share/mysql/charsets
|
||||
default_character_set: utf8
|
||||
quick: noarg_present
|
||||
max_allowed_packet: 16M
|
||||
mysqlimport:
|
||||
character_sets_dir: /usr/share/mysql/charsets
|
||||
default_character_set: utf8
|
||||
|
@ -355,9 +357,6 @@ Gentoo:
|
|||
innodb_flush_log_at_trx_commit: 1
|
||||
innodb_lock_wait_timeout: 50
|
||||
innodb_file_per_table: noarg_present
|
||||
mysqldump:
|
||||
quick: noarg_present
|
||||
max_allowed_packet: 16M
|
||||
isamchk:
|
||||
key_buffer: 20M
|
||||
sort_buffer_size: 20M
|
||||
|
|
Loading…
Add table
Reference in a new issue