DROP INDEX index_name
This function doesn't do anything in MySQL before version 3.22.
This is mapped to a ALTER TABLE call to drop the INDEX or
UNIQUE definition.
See section ALTER TABLE syntax
Go to the first, previous, next, last section, table of contents.