~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/drop_index.rst

  • Committer: Stewart Smith
  • Date: 2011-02-10 00:46:02 UTC
  • mto: (2154.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2155.
  • Revision ID: stewart@flamingspork.com-20110210004602-9hev3ooklc9f2yti
switch get_sql_command to getSqlCommand

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
DROP INDEX table_1_index ON table_1;
7
7
 
8
 
.. todo:
9
 
 
10
 
   how this is curretly implemented (i.e. not fast drop index)
 
8
FIXME: how this is curretly implemented (i.e. not fast drop index)