~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Brian Aker
  • Date: 2011-01-12 06:45:23 UTC
  • mto: (2073.1.4 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2080.
  • Revision ID: brian@tangent.org-20110112064523-rqhptaqbph22qmj1
RemoveĀ customĀ error.

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