ANXS / mysql

Ansible role for MySQL
MIT License
94 stars 70 forks source link

Provide InnoDB options and fix single whitespace error. #9

Closed ajsalminen closed 10 years ago

ajsalminen commented 10 years ago

This adds some commonly tuned InnoDB options and fixes a whitespace issue with bind-address in my.cnf template. One of the options (innodb_flush_method) specifies the default but is only included in the config when not default because MySQL doesn't allow explicitly specifying the default.

pjan commented 10 years ago

I just made a linear commit based on your changes, instead of trying to untangle an ugly merge conflict. Hope that's fine.

Much appreciated anyway!

ajsalminen commented 10 years ago

It's all good, thanks! :)