~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:13:52 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051352-ytdw2wn6thbf4dr8
fix tpyo

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Welcome to Drizzle's documentation!
7
7
===================================
8
8
 
9
 
.. image:: logo.png
10
 
 
11
9
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.
12
10
 
13
11
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
30
28
   :maxdepth: 2
31
29
   
32
30
   preface
33
 
   license
34
31
   what_is_drizzle
35
32
   brief_history_of_drizzle
36
33
   how_to_report_a_bug
37
34
   mysql_differences
38
35
 
39
 
Compiling and Installing:
40
 
-------------------------
41
 
.. toctree::
42
 
   :maxdepth: 2
43
 
 
44
 
   installing/requirements
45
 
   installing/from_source
46
 
   installing/ubuntu
47
 
   installing/redhat
48
 
 
49
36
SQL Language:
50
37
-------------
51
38
.. toctree::
52
39
   :maxdepth: 2
53
40
 
54
41
   queries
55
 
   functions/overview
56
 
   data_types
 
42
   functions
57
43
   ddl
58
44
   dml
59
45
   columntypes 
64
50
   getting_information 
65
51
   transactional 
66
52
   administrative
67
 
   resources/index
 
53
 
 
54
Data Types:
 
55
-----------
 
56
.. toctree::
 
57
   :maxdepth: 2
 
58
 
 
59
   data_types
68
60
 
69
61
User Level Topics:
70
62
------------------
88
80
.. toctree::
89
81
   :maxdepth: 2
90
82
 
91
 
   plugins/list
 
83
   drizzleprotocol.rst
92
84
 
93
85
Architecture:
94
86
-------------
106
98
   clients/drizzle.rst
107
99
   clients/drizzledump.rst
108
100
   clients/drizzleadmin.rst
109
 
   clients/errors.rst
110
101
 
111
102
libdrizzle:
112
103
-----------
122
113
   :maxdepth: 2
123
114
 
124
115
   testing/test-run.rst
125
 
   testing/dbqp.rst
126
116
 
127
117
Indices and tables
128
118
==================