Recreate Tables should Recreate indexes on MySQL #16718

Merged
lunny merged 2 commits from fix-index-names-when-recreating-tables-mysql into main 2021-08-19 04:11:36 +00:00
Contributor

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

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>
techknowlogick approved these changes 2021-08-19 02:53:46 +00:00
6543 (Migrated from github.com) approved these changes 2021-08-19 03:09:50 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
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#16718
No description provided.