~drizzle-trunk/drizzle/development

1878.5.4 by Brian Aker
Update documentation.
1
DROP INDEX
2
============
3
2194.5.2 by Andrew Hutchings
Fix SQL markup
4
This drops a given index on the named table.
5
6
.. code-block:: mysql
1994.4.93 by Marisa Plumb
additions, edits
7
8
	DROP INDEX table_1_index ON table_1;
9
10
Drizzle does not currently support fast drop index.