4
This drops a given index on the named table.
6
DROP INDEX table_1_index ON table_1;
10
how this is curretly implemented (i.e. not fast drop index)
4
This drops a given index on the named table. ::
6
DROP INDEX table_1_index ON table_1;
8
Drizzle does not currently support fast drop index.