Skip to content

Fix problem with GRANT not recognizing backslash #540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2014

Conversation

jsosic
Copy link
Contributor

@jsosic jsosic commented Jul 13, 2014

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.

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.
igalic added a commit that referenced this pull request Jul 23, 2014
Fix problem with GRANT not recognizing backslash
@igalic igalic merged commit 2c463fc into puppetlabs:master Jul 23, 2014
@jsosic jsosic deleted the patch-1 branch August 22, 2014 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants