module-puppetlabs-mysql/lib/puppet
Srinath M 1cc07977c5 Added [if not exists] to [create database] clause.
this should avoid errors like:
ERROR 1007 (HY000): Can't create database 'MyDB'; database exists

This error can cause a multi-master replication to stop due to conflicting
commands between nodes. For  example, if the command create DB is run in
 different nodes and then they will send it in the replication logs to each
other and then they will try to run them second time and fail.
2013-12-15 21:47:10 -05:00
..
parser/functions Fixes issue #274 by using recursive hash merge. 2013-09-25 10:38:08 -07:00
provider Added [if not exists] to [create database] clause. 2013-12-15 21:47:10 -05:00
type mysql_grant bugfix: remove duplicate privileges and GRANT privilege, otherwise the resource gets changed every puppet run 2013-12-11 13:17:52 +01:00