Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recreate Tables should Recreate indexes on MySQL (#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 <[email protected]> Co-authored-by: 6543 <[email protected]>
- Loading branch information