~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/create_index.rst

  • Committer: Brian Aker
  • Date: 2011-02-22 06:12:02 UTC
  • mfrom: (2190.1.6 drizzle-build)
  • Revision ID: brian@tangent.org-20110222061202-k03czxykqy4x9hjs
List update, header fixes, multiple symbols, and David deletes some code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
An example:
7
7
 
8
 
CREATE INDEX table_1_index ON table_1 (a,b);
 
8
.. code-block:: mysql
 
9
 
 
10
   CREATE INDEX table_1_index ON table_1 (a,b);
9
11
 
10
12
This would create an index on table_t named  table_1_index that convered
11
13
columns a and b.
 
14
 
 
15
.. todo::
 
16
   
 
17
   how this is implemented currently. i.e. no fast add index