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

Merged
lunny merged 1 commits from backport-16718-v1.14 into release/v1.14 2021-08-21 02:17:08 +00:00
Contributor

Backport #16718 on to 1.14

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 on to 1.14 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:08 +00:00
techknowlogick approved these changes 2021-08-21 02:17:01 +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#16740
No description provided.