- Notifications
You must be signed in to change notification settings - Fork27
Better deal with MySQL's `max_execution_time` setting
· 29 commits to master since this release
bfca726 This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Themax_execution_time might cause rows to be missing from dumps when PHP < 7.4.13, but could also lead to dumps being aborted for newer PHP versions (#84).
This release disables themax_execution_time timeout value forslimdump's database connection (#86).
Additionally, a warning is printed (#85) when the number of rows dumped does not match the number expected (which is based on aCOUNT(*) query).
Assets3
Uh oh!
There was an error while loading.Please reload this page.