Skip to content
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

Prevent ERROR 1008 in mysql_database provider #547

Merged
merged 1 commit into from Jul 24, 2014
Merged

Prevent ERROR 1008 in mysql_database provider #547

merged 1 commit into from Jul 24, 2014

Conversation

rayl
Copy link
Contributor

@rayl rayl commented Jul 23, 2014

Check for database existence when dropping to prevent

ERROR 1008 (HY000): Can't drop database 'test'; database doesn't exist

Signed-off-by: Ray Lehtiniemi rayl@mail.com

Check for database existence when dropping to prevent

  ERROR 1008 (HY000): Can't drop database 'test'; database doesn't exist

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
@igalic
Copy link
Contributor

igalic commented Jul 24, 2014

this seems to exist since 4.1, so there's no reason why we shouldn't be using it!

igalic added a commit that referenced this pull request Jul 24, 2014
Prevent ERROR 1008 in mysql_database provider
@igalic igalic merged commit 94e488f into puppetlabs:master Jul 24, 2014
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.

None yet

3 participants