~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Brian Aker
  • Date: 2010-12-27 19:16:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2036.
  • Revision ID: brian@tangent.org-20101227191617-b1jesi0g2okc06nj
Improvement for decimal in encapsulation.

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
 
   resources/index
68
 
 
69
 
User Level Topics:
70
 
------------------
 
53
   administrative 
 
54
 
 
55
Advanced Topics:
 
56
----------------
 
57
 
71
58
.. toctree::
72
59
   :maxdepth: 2
73
60
 
74
61
   storage_engines
75
 
   using_replication
76
62
   logging
77
63
 
 
64
 
78
65
Configuration:
79
 
--------------
 
66
^^^^^^^^^^^^^^
80
67
.. toctree::
81
68
   :maxdepth: 2
82
69
 
91
78
   plugins/list
92
79
 
93
80
Architecture:
94
 
-------------
 
81
^^^^^^^^^^^^^
95
82
.. toctree::
96
83
   :maxdepth: 2
97
84
 
99
86
   replication
100
87
 
101
88
Clients:
102
 
--------
 
89
^^^^^^^^
103
90
.. toctree::
104
91
   :maxdepth: 2
105
92
 
106
93
   clients/drizzle.rst
107
94
   clients/drizzledump.rst
108
95
   clients/drizzleadmin.rst
109
 
   clients/errors.rst
110
96
 
111
97
libdrizzle:
112
 
-----------
 
98
^^^^^^^^^^^
113
99
.. toctree::
114
100
   :maxdepth: 2
115
101
 
117
103
   libdrizzle/developer.rst
118
104
 
119
105
Testing:
120
 
--------
 
106
 
121
107
.. toctree::
122
108
   :maxdepth: 2
123
109
 
124
110
   testing/test-run.rst
125
 
   testing/dbqp.rst
126
111
 
127
112
Indices and tables
128
113
==================