~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: lbieber at stabletransit
  • Date: 2010-10-12 20:53:47 UTC
  • mfrom: (1842.1.3 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101012205347-zzg0en7nughfhven
Merge Monty - add valgrind stripping program to the tree, suppress size_t signature change
Merge Travis - File: /drizzled/xid.h. Changed struct name of 'st_drizzle_xid' to 'drizzle_xid', changed it to a C++ class and added constructor initialization list
Merge Brian - adding more documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
The Drizzle team has removed non-essential code, re-factored the remaining
13
13
code and modernized the code base moving to C++.
14
14
 
15
 
.. toctree::
16
 
   :maxdepth: 2
 
15
Introduction:
 
16
 
 
17
.. toctree::
 
18
   :maxdepth: 2
 
19
 
 
20
   preface
 
21
   what_is_drizzle
 
22
   brief_history_of_drizzle
 
23
   how_to_report_a_bug
 
24
 
 
25
SQL Language:
 
26
 
 
27
.. toctree::
 
28
   :maxdepth: 2
 
29
 
 
30
   ddl
 
31
   dml
 
32
   columntypes
17
33
 
18
34
Configuration:
19
35