[MDEV-23335] MariaBackup Incremental Does Not Reflect Dropped/Created Databases Created: 2020-07-30 Updated: 2023-01-19 Resolved: 2023-01-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.5.4, 10.6.2, 10.3.37, 10.4.28 |
| Fix Version/s: | 10.11.2, 10.3.38, 10.4.28, 10.5.19, 10.6.12, 10.7.8, 10.8.7, 10.9.5, 10.10.3 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Juan | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7 |
||
| Issue Links: |
|
||||||||
| Description |
|
Create a test database, say "t2". |
| Comments |
| Comment by Alexander Barkov [ 2022-11-09 ] | ||||||||||||||||||||||||||||||||||||||||||||||||
|
This mtr test demonstrates the problem:
This is the output:
Notice, the database db1 is still there. Note, there are no tables in the database. | ||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Alexander Barkov [ 2022-11-09 ] | ||||||||||||||||||||||||||||||||||||||||||||||||
|
The problem is also repeatable with 10.3.37 and 10.4.28. | ||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Alexander Barkov [ 2022-11-10 ] | ||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello serg. Can you please review this patch: ? Thanks! | ||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2023-01-06 ] | ||||||||||||||||||||||||||||||||||||||||||||||||
|
df09b3a646b4f4ef15e5182a6c0b86710e1740e2 is ok to push |