[MDEV-22468] BACKUP STAGE BLOCK_COMMIT should block commit in the Aria engine Created: 2020-05-05 Updated: 2020-05-26 Resolved: 2020-05-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup, Storage Engine - Aria |
| Fix Version/s: | 10.5.4 |
| Type: | Task | Priority: | Major |
| Reporter: | Michael Widenius | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
BACKUP STAGE BLOCK_COMMIT doesn't block changes to Aria tables. CREATE TABLE t_permanent_aria (col1 INT) ENGINE = Aria transactional=1; The above should block, but doesn't. |
| Comments |
| Comment by Michael Widenius [ 2020-05-26 ] |
|
Pushed into 10.5 |