~drizzle-trunk/drizzle/development

1878.5.4 by Brian Aker
Update documentation.
1
DROP INDEX
2
============
3
4
This drops a given index on the named table.
5
6
DROP INDEX table_1_index ON table_1;
1994.5.27 by Stewart Smith
add note that impl of DROP INDEX should be documented
7
2165.2.3 by Andrew Hutchings
Add favicon to docs
8
.. todo:
9
10
   how this is curretly implemented (i.e. not fast drop index)