[MDEV-18702] mysqldump should use max_statement_time=0 and/or allow setting one Created: 2019-02-23 Updated: 2022-08-04 Resolved: 2022-08-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | 10.3.36, 10.4.26, 10.5.17, 10.6.9, 10.7.5, 10.8.4, 10.9.2, 10.10.1 |
| Type: | Task | Priority: | Minor |
| Reporter: | Ralf Becker | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | beginner-friendly, foundation, max_statement_time, mysqldump | ||
| Issue Links: |
|
||||||||
| Description |
|
If you have a global max_statement_time set, mysqldump might fail, as the dump takes longer. Unfortunately there is no way to specify a max_statement_time for mysqldump. Solution would be: Ralf |
| Comments |
| Comment by Daniel Black [ 2022-07-08 ] | |
|
For reference mariabackup does this unconditionally:
| |
| Comment by Daniel Black [ 2022-07-29 ] | |
|
rucha174, can I get a review request on #2212 please. |