Bug #83339 | mysqldump fails due to max_execution_time with no override possible | ||
---|---|---|---|
Submitted: | 11 Oct 2016 19:45 | Modified: | 7 May 2019 20:20 |
Reporter: | monty solomon | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: mysqldump Command-line Client | Severity: | S2 (Serious) |
Version: | 5.7.13, 5.7.15, 5.7.25 | OS: | CentOS |
Assigned to: | CPU Architecture: | Any |
[11 Oct 2016 19:45]
monty solomon
[12 Oct 2016 7:04]
MySQL Verification Team
Hello Monty, Thank you for the report and reasonable feature request. Thanks, Umesh
[7 May 2019 20:20]
monty solomon
I suggested using /*+ MAX_EXECUTION_TIME(0) */ to specify no limit but 0 means use the current setting. Use something like /*+ MAX_EXECUTION_TIME(999999999) */ for "no limit"
[22 Jul 2019 10:31]
feng guo
It has been 3years since this bug was reported, what's status now?
[25 Oct 2020 10:44]
xan dark
Now It has been 4 years since this bug was reported. There is any chance to see this fixed? Thanks
[9 Feb 2021 11:41]
Reinhard Jonas
Still no patch awailable? MySQL 5.7.32 R.J.
[28 Feb 2022 0:17]
Christos Chatzaras
Is it possible to change the max_execution_time in my.cnf like this? [mysql] max_execution_time=300000 [mysqldump] max_execution_time=0