Changes between Initial Version and Version 1 of Ticket #31335, comment 2
- Timestamp:
- Mar 3, 2020, 9:31:50 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31335, comment 2
initial v1 1 Looks like MySQL will be ''smart'' enough to silently drop the index on `article_id` when `comment_list_covering_idx` is created but decides to do otherwise when the latteris dropped.1 Looks like MySQL will be ''smart'' enough to silently drop the index on `article_id` when `comment_list_covering_idx` is created but not ''smart'' enough to create an implicit index when the explicit one is dropped. 2 2 3 3 From [https://dev.mysql.com/doc/refman/8.0/en/create-table-foreign-keys.html MySQL's docs]