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

Add logic to ignore mysql.events #435

Merged
merged 1 commit into from
Feb 3, 2014
Merged

Conversation

b4ldr
Copy link
Contributor

@b4ldr b4ldr commented Jan 29, 2014

mysqldump throws a warning unless you explicitly choose what to do with the events table. See here

http://www.linuxbrigade.com/warning-skipping-data-table-mysql-event/

This current script mails after each cron iteration because of this warning. This small patch adds a variable to control wether to skip the mysql.events table or back it up.

@igalic
Copy link
Contributor

igalic commented Jan 29, 2014

Travis is failing on us :(

@b4ldr
Copy link
Contributor Author

b4ldr commented Jan 30, 2014

Thanks for the pointer all tests are working now and i added additional ones for this setting.

apenney pushed a commit that referenced this pull request Feb 3, 2014
Add logic to ignore mysql.events
@apenney apenney merged commit f29d95c into puppetlabs:master Feb 3, 2014
@apenney
Copy link
Contributor

apenney commented Feb 3, 2014

Thanks for this!

@b4ldr
Copy link
Contributor Author

b4ldr commented Feb 3, 2014

cheers

On 3 February 2014 20:49, Ashley Penney notifications@github.com wrote:

Thanks for this!

Reply to this email directly or view it on GitHubhttps://github.com//pull/435#issuecomment-33992375
.

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.

4 participants