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

Disable MySQL's max_execution_time timeout if set #86

Merged
merged 2 commits into from
Dec 20, 2021

Conversation

mpdude
Copy link
Member

@mpdude mpdude commented Dec 20, 2021

A possible mitigation for #84, but maybe also an addition helpful in general:

Since dumping (large) tables might take some time, it might be reasonable and helpful to the user if we disable the max_execution_time MySQL timeout setting for the current connection.

@mpdude mpdude changed the title Disable MySQL's max_execution_time timeout if set Disable MySQL's max_execution_time timeout if set Dec 20, 2021
@mpdude mpdude merged commit 979d73c into master Dec 20, 2021
@mpdude mpdude deleted the disable-mysql-timeout branch December 20, 2021 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant