[MDEV-20071] mysqldump won't work correct on sequences Created: 2019-07-16 Updated: 2019-07-21 Resolved: 2019-07-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup, Sequences |
| Affects Version/s: | 10.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | miracee | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian buster and Ubuntu 19.04 and 18.04 |
||
| Issue Links: |
|
||||||||
| Description |
|
TEST: $ mysqldump test1 > foo.sql ERROR 1100 (HY000) at line 66: Table 'seq_t_id' was not locked with LOCK TABLES Looks like mysqldump not working correct on sequences. Best regards, Susanne |