[MDEV-26305] Restore dump break mysql system tables Created: 2021-08-04 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.4.20 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | VAROQUI Stephane | Assignee: | Daniel Black |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Restoring dump let system tables fully broken The dump was taken using --hex-blob --single-transaction --verbose --all-databases --add-drop-database --system=all the dump in my case was failing restoring at
The cause is easy some tables are recreated but the ones that contains system table objects that may be recreated as SQL COMMAND are not but the dump do drop the entire mysql schema
|