[Bug]: cannot drop fulltext index with sql 'alter table table_name drop index index_name'. #20922
Closed
1 task done
Labels
kind/bug
Something isn't working
phase/testing
severity/s0
Extreme impact: Cause the application to break down and seriously affect the use
Milestone
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
2b6ab7e
Other Environment Information
Actual Behavior
创建的时候带有fulltext index name,但是通过show create table查出来的table schema中并没有相关的fulltext index的name,通过alter table table_name drop index index_name删除的时候必须指定index的name,所以无法删除
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: