This drops a given index on the named table.
DROP INDEX table_1_index ON table_1;
Drizzle does not currently support fast drop index.
CREATE INDEX
Data Manipulation Language
Enter search terms or a module, class or function name.