Dolt drops indexes when a referenced column is dropped
Open
bug
sql
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
In MySQL, when a column is dropped, it is removed from any indexes that use it. Dolt currently has a different behavior – when a column is dropped, any indexes using that column are also dropped.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.