[MDEV-25885] Rename table operation using copy algorithm fails to rename the foreign key constraint Created: 2021-06-09 Updated: 2023-04-27 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thirunarayanan Balathandayuthapani | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | upstream | ||
| Issue Links: |
|
||||||||||||
| Description |
|
InnoDB fails to rename the foreign key constraint during rename table alter using The following test case repeats the scenario:
Analysis:
2) Rename t1 to #sql2
3) RENAME #sql to tm1
4) DROP #sql2
|