~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/indexes.rst

  • Committer: Monty Taylor
  • Date: 2010-12-30 18:45:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2048.
  • Revision ID: mordred@inaugust.com-20101230184537-m5g5nu3w0u630npo
Removed unused no_error bool param.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
the possibility to store indexes in memory for a table whose data is too
13
13
large to store in memory."
14
14
 
 
15
Supported Index Types:
 
16
 
 
17
INDEX
 
18
 
 
19
 
 
20
 
 
21
UNIQUE
 
22
 
 
23
PRIMARY KEY
 
24
 
 
25
HASH
 
26
 
 
27
B-tree
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
Drizzle no longer supports FULLTEXT or R-trees
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
15
39
 
16
40
.. toctree::
17
41
   :maxdepth: 2