module-puppetlabs-mysql/lib/puppet/provider/mysql_grant
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
..
mysql.rb Fix problem with GRANT not recognizing backslash 2014-07-13 04:01:53 +02:00