[MDEV-30917] mariabackup does not work when server has alter_algorithm=copy Created: 2023-03-23 Updated: 2023-04-07 Resolved: 2023-03-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Locking, mariabackup |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11, 11.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The test hangs, apparently MariaBackup locks itself. The server's processlist shows
|
| Comments |
| Comment by Elena Stepanova [ 2023-03-23 ] |
|
I didn't notice that MariaBackup is run there with a debug injection. Need to check further. |
| Comment by Elena Stepanova [ 2023-03-23 ] |
|
False alarm, the test runs mariabackup with check_mdl_lock_works injection, and the ALTER is triggered by it. |