~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
DROP INDEX
============

This drops a given index on the named table.

DROP INDEX table_1_index ON table_1;

.. todo:

   how this is curretly implemented (i.e. not fast drop index)