[MDEV-28765] Drop database warnings Created: 2022-06-07 Updated: 2022-06-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.5.16 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Ali Salam | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Rocky Linux |
||
| Description |
|
During the import of databases and all tables that use Aria engine, from MariaDB 10.6.X to MariaDB 10.5.16, I got the below warning
So, I have changed the engine of all tables to InnoDB and repeat the import, all tables have been imported successfully, but when I tried to drop some of these databases I got the below warnings:
Also, I tried to run mysql_upgrade --force and the same error appeared. |