module-puppetlabs-mysql/lib/puppet
jsosic 356672342e Fix problem with GRANT not recognizing backslash
If database grant has backslash in database name (for example: example\_dev), then puppet will try to apply same resource every run because MySQL reports that table name with double backslash (for example: example\\_dev). By global replace of double backslash with single one, this issue is fixed.
2014-07-13 04:01:53 +02:00
..
parser/functions mysql_deepmerge should treat underscore and dash equivalently, as mysql does 2014-01-23 22:41:58 -08:00
provider Fix problem with GRANT not recognizing backslash 2014-07-13 04:01:53 +02:00
type Merge pull request #522 from cmurphy/fix_mysql_grant_MODULES-1040 2014-06-05 13:07:40 -04:00