~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Brian Aker
  • Date: 2011-02-22 06:12:02 UTC
  • mfrom: (2190.1.6 drizzle-build)
  • Revision ID: brian@tangent.org-20110222061202-k03czxykqy4x9hjs
List update, header fixes, multiple symbols, and David deletes some code.

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
 
9
11
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.
10
12
 
11
13
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
24
26
 
25
27
Introduction:
26
28
-------------
27
 
 
28
29
.. toctree::
29
30
   :maxdepth: 2
30
 
 
 
31
   
31
32
   preface
 
33
   license
32
34
   what_is_drizzle
33
35
   brief_history_of_drizzle
34
36
   how_to_report_a_bug
35
37
   mysql_differences
36
38
 
 
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
 
37
49
SQL Language:
38
50
-------------
39
 
 
40
51
.. toctree::
41
52
   :maxdepth: 2
42
53
 
43
54
   queries
 
55
   functions/overview
 
56
   data_types
44
57
   ddl
45
58
   dml
46
59
   columntypes 
50
63
   dynamic 
51
64
   getting_information 
52
65
   transactional 
53
 
   administrative 
54
 
 
55
 
Advanced Topics:
56
 
----------------
57
 
 
 
66
   administrative
 
67
   resources/index
 
68
 
 
69
User Level Topics:
 
70
------------------
58
71
.. toctree::
59
72
   :maxdepth: 2
60
73
 
61
74
   storage_engines
 
75
   using_replication
62
76
   logging
63
77
 
64
 
 
65
78
Configuration:
66
 
^^^^^^^^^^^^^^
 
79
--------------
67
80
.. toctree::
68
81
   :maxdepth: 2
69
82
 
78
91
   plugins/list
79
92
 
80
93
Architecture:
81
 
^^^^^^^^^^^^^
 
94
-------------
82
95
.. toctree::
83
96
   :maxdepth: 2
84
97
 
86
99
   replication
87
100
 
88
101
Clients:
89
 
^^^^^^^^
 
102
--------
90
103
.. toctree::
91
104
   :maxdepth: 2
92
105
 
93
106
   clients/drizzle.rst
94
107
   clients/drizzledump.rst
 
108
   clients/drizzleadmin.rst
 
109
   clients/errors.rst
95
110
 
96
111
libdrizzle:
97
 
^^^^^^^^^^^
 
112
-----------
98
113
.. toctree::
99
114
   :maxdepth: 2
100
115
 
102
117
   libdrizzle/developer.rst
103
118
 
104
119
Testing:
105
 
 
 
120
--------
106
121
.. toctree::
107
122
   :maxdepth: 2
108
123
 
109
124
   testing/test-run.rst
 
125
   testing/dbqp.rst
110
126
 
111
127
Indices and tables
112
128
==================