~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

mergeĀ lp:~hingo/drizzle/drizzle-auth_ldap-fix-and-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _auth_all@:
 
2
 
 
3
 
1
4
.. Drizzle documentation master file, created by
2
5
   sphinx-quickstart on Fri Aug 27 08:33:41 2010.
3
6
   You can adapt this file completely to your liking, but it should at least
6
9
Welcome to Drizzle's documentation!
7
10
===================================
8
11
 
9
 
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.
10
 
 
11
 
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
 
12
.. image:: logo.png
 
13
 
 
14
Drizzle is a transactional, relational, community-driven open-source database that is forked from the popular MySQL database.
 
15
 
 
16
The Drizzle team has removed non-essential code, has re-factored the remaining code, and has converted the code to modern C++ and modern libraries.
12
17
 
13
18
Charter
14
19
 * A database optimized for Cloud infrastructure and Web applications
15
 
 * Design for massive concurrency on modern multi-cpu architecture
16
 
 * Optimize memory for increased performance and parallelism
 
20
 * Design for massive concurrency on modern multi-CPU architectures
 
21
 * Optimize memory use for increased performance and parallelism
17
22
 * Open source, open community, open design
18
23
 
19
24
Scope
21
26
 * Simple design for ease of use and administration
22
27
 * Reliable, ACID transactional
23
28
 
24
 
 
25
 
Introduction:
26
 
-------------
27
 
 
 
29
Introduction
 
30
------------
28
31
.. toctree::
29
32
   :maxdepth: 2
30
 
 
 
33
   
31
34
   preface
 
35
   license
32
36
   what_is_drizzle
33
37
   brief_history_of_drizzle
34
38
   how_to_report_a_bug
 
39
   help
 
40
   versioning
35
41
   mysql_differences
36
42
 
37
 
SQL Language:
 
43
Contributing
 
44
------------
 
45
.. toctree::
 
46
   :maxdepth: 2
 
47
 
 
48
   contributing/getting_started
 
49
   contributing/code
 
50
   contributing/documentation
 
51
   contributing/more_ways
 
52
 
 
53
Installing
 
54
----------
 
55
.. toctree::
 
56
   :maxdepth: 2
 
57
 
 
58
   installing/requirements
 
59
   installing/ubuntu
 
60
   installing/redhat
 
61
   installing/from_source
 
62
 
 
63
Configuration
38
64
-------------
39
 
 
 
65
.. toctree::
 
66
   :maxdepth: 2
 
67
 
 
68
   configuration/index
 
69
   configuration/drizzled
 
70
 
 
71
Administration
 
72
--------------
 
73
.. toctree::
 
74
   :maxdepth: 2
 
75
   
 
76
   administration/getting_started
 
77
   administration/drizzled
 
78
   administration/authentication
 
79
   administration/authorization
 
80
   administration/logging
 
81
   administration/plugins
 
82
   administration/storage_engines
 
83
 
 
84
Replication
 
85
-----------
 
86
.. toctree::
 
87
   :maxdepth: 2
 
88
 
 
89
   replication/drizzle
 
90
 
 
91
SQL Language
 
92
------------
40
93
.. toctree::
41
94
   :maxdepth: 2
42
95
 
43
96
   queries
 
97
   functions/overview
 
98
   data_types
44
99
   ddl
45
100
   dml
46
101
   columntypes 
50
105
   dynamic 
51
106
   getting_information 
52
107
   transactional 
53
 
   administrative 
54
 
 
55
 
Advanced Topics:
56
 
----------------
57
 
 
58
 
.. toctree::
59
 
   :maxdepth: 2
60
 
 
61
 
   storage_engines
62
 
   logging
63
 
 
64
 
 
65
 
Configuration:
66
 
^^^^^^^^^^^^^^
67
 
.. toctree::
68
 
   :maxdepth: 2
69
 
 
70
 
   configuration
71
 
   options
72
 
 
73
 
Plugins:
74
 
^^^^^^^^
75
 
.. toctree::
76
 
   :maxdepth: 2
77
 
 
78
 
   plugins/list
79
 
 
80
 
Architecture:
81
 
^^^^^^^^^^^^^
82
 
.. toctree::
83
 
   :maxdepth: 2
84
 
 
85
 
   protocol
86
 
   replication
87
 
 
88
 
Clients:
89
 
^^^^^^^^
 
108
   administrative
 
109
   resources/index
 
110
 
 
111
Clients
 
112
-------
90
113
.. toctree::
91
114
   :maxdepth: 2
92
115
 
93
116
   clients/drizzle.rst
94
117
   clients/drizzledump.rst
95
118
 
96
 
libdrizzle:
97
 
^^^^^^^^^^^
 
119
Plugins
 
120
-------
 
121
.. toctree::
 
122
   :maxdepth: 2
 
123
 
 
124
   plugins/list
 
125
   
 
126
Release Notes
 
127
-------------
 
128
 
 
129
.. toctree::
 
130
   :maxdepth: 2
 
131
 
 
132
   release_notes/drizzle-7.0
 
133
 
 
134
libdrizzle
 
135
----------
98
136
.. toctree::
99
137
   :maxdepth: 2
100
138
 
101
139
   libdrizzle/api.rst
102
140
   libdrizzle/developer.rst
103
 
 
104
 
Testing:
105
 
 
 
141
   protocol
 
142
 
 
143
Testing
 
144
-------
106
145
.. toctree::
107
146
   :maxdepth: 2
108
147
 
109
148
   testing/test-run.rst
 
149
   testing/dbqp.rst
 
150
   testing/randgen.rst
 
151
   testing/sql-bench.rst
 
152
   testing/sysbench.rst
 
153
   testing/writing_tests.rst
110
154
 
111
155
Indices and tables
112
156
==================