~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Monty Taylor
  • Date: 2010-12-26 01:32:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226013211-c1tx52h7evovmijg
fixed dict and eval.

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++.
26
24
 
27
25
Introduction:
28
26
-------------
 
27
   
29
28
.. toctree::
30
29
   :maxdepth: 2
31
30
   
32
31
   preface
33
 
   license
34
32
   what_is_drizzle
35
33
   brief_history_of_drizzle
36
34
   how_to_report_a_bug
37
35
   mysql_differences
38
36
 
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
37
SQL Language:
50
38
-------------
 
39
 
51
40
.. toctree::
52
41
   :maxdepth: 2
53
42
 
54
43
   queries
55
 
   functions/overview
56
 
   data_types
57
44
   ddl
58
45
   dml
59
46
   columntypes 
63
50
   dynamic 
64
51
   getting_information 
65
52
   transactional 
66
 
   administrative
67
 
 
68
 
User Level Topics:
69
 
------------------
 
53
   administrative 
 
54
 
 
55
Advanced Topics:
 
56
----------------
 
57
 
70
58
.. toctree::
71
59
   :maxdepth: 2
72
60
 
73
61
   storage_engines
74
 
   using_replication
75
62
   logging
76
63
 
 
64
 
77
65
Configuration:
78
 
--------------
 
66
^^^^^^^^^^^^^^
79
67
.. toctree::
80
68
   :maxdepth: 2
81
69
 
90
78
   plugins/list
91
79
 
92
80
Architecture:
93
 
-------------
 
81
^^^^^^^^^^^^^
94
82
.. toctree::
95
83
   :maxdepth: 2
96
84
 
98
86
   replication
99
87
 
100
88
Clients:
101
 
--------
 
89
^^^^^^^^
102
90
.. toctree::
103
91
   :maxdepth: 2
104
92
 
105
93
   clients/drizzle.rst
106
94
   clients/drizzledump.rst
107
95
   clients/drizzleadmin.rst
108
 
   clients/errors.rst
109
96
 
110
97
libdrizzle:
111
 
-----------
 
98
^^^^^^^^^^^
112
99
.. toctree::
113
100
   :maxdepth: 2
114
101
 
116
103
   libdrizzle/developer.rst
117
104
 
118
105
Testing:
119
 
--------
 
106
 
120
107
.. toctree::
121
108
   :maxdepth: 2
122
109
 
123
110
   testing/test-run.rst
124
 
   testing/dbqp.rst
125
111
 
126
112
Indices and tables
127
113
==================