Recreate Tables should Recreate indexes on MySQL (#16718) #16739

Merged
lunny merged 2 commits from backport-16718-v1.15 into release/v1.15 2021-08-21 02:47:37 +00:00
Contributor

Backport #16718

The MySQL indexes are not being renamed at the same time as RENAME table despite the
CASCADE. Therefore it is probably better to just recreate the indexes instead.

Signed-off-by: Andrew Thornton art27@cantab.net

Backport #16718 The MySQL indexes are not being renamed at the same time as RENAME table despite the CASCADE. Therefore it is probably better to just recreate the indexes instead. Signed-off-by: Andrew Thornton <art27@cantab.net>
lafriks (Migrated from github.com) approved these changes 2021-08-19 21:30:42 +00:00
techknowlogick approved these changes 2021-08-21 02:16:54 +00:00
This repo is archived. You cannot comment on pull requests.
No Milestone
No project
No Assignees
3 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#16739
No description provided.