~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

Merge Joe, plus I updated the tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. Drizzle documentation master file, created by
2
 
   sphinx-quickstart on Fri Aug 27 08:33:41 2010.
3
 
   You can adapt this file completely to your liking, but it should at least
4
 
   contain the root `toctree` directive.
5
 
 
6
 
Welcome to Drizzle's documentation!
7
 
===================================
8
 
 
9
 
.. image:: logo.png
10
 
 
11
 
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.
12
 
 
13
 
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
14
 
 
15
 
Charter
16
 
 * A database optimized for Cloud infrastructure and Web applications
17
 
 * Design for massive concurrency on modern multi-cpu architecture
18
 
 * Optimize memory for increased performance and parallelism
19
 
 * Open source, open community, open design
20
 
 
21
 
Scope
22
 
 * Re-designed modular architecture providing plugins with defined APIs
23
 
 * Simple design for ease of use and administration
24
 
 * Reliable, ACID transactional
25
 
 
26
 
 
27
 
Introduction:
28
 
-------------
29
 
.. toctree::
30
 
   :maxdepth: 2
31
 
   
32
 
   preface
33
 
   license
34
 
   what_is_drizzle
35
 
   brief_history_of_drizzle
36
 
   how_to_report_a_bug
37
 
   mysql_differences
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
 
 
49
 
SQL Language:
50
 
-------------
51
 
.. toctree::
52
 
   :maxdepth: 2
53
 
 
54
 
   queries
55
 
   functions/overview
56
 
   data_types
57
 
   ddl
58
 
   dml
59
 
   columntypes 
60
 
   variables 
61
 
   locks 
62
 
   barriers 
63
 
   dynamic 
64
 
   getting_information 
65
 
   transactional 
66
 
   administrative
67
 
 
68
 
User Level Topics:
69
 
------------------
70
 
.. toctree::
71
 
   :maxdepth: 2
72
 
 
73
 
   storage_engines
74
 
   using_replication
75
 
   logging
76
 
 
77
 
Configuration:
78
 
--------------
79
 
.. toctree::
80
 
   :maxdepth: 2
81
 
 
82
 
   configuration
83
 
   options
84
 
 
85
 
Plugins:
86
 
^^^^^^^^
87
 
.. toctree::
88
 
   :maxdepth: 2
89
 
 
90
 
   plugins/list
91
 
 
92
 
Architecture:
93
 
-------------
94
 
.. toctree::
95
 
   :maxdepth: 2
96
 
 
97
 
   protocol
98
 
   replication
99
 
 
100
 
Clients:
101
 
--------
102
 
.. toctree::
103
 
   :maxdepth: 2
104
 
 
105
 
   clients/drizzle.rst
106
 
   clients/drizzledump.rst
107
 
   clients/drizzleadmin.rst
108
 
   clients/errors.rst
109
 
 
110
 
libdrizzle:
111
 
-----------
112
 
.. toctree::
113
 
   :maxdepth: 2
114
 
 
115
 
   libdrizzle/api.rst
116
 
   libdrizzle/developer.rst
117
 
 
118
 
Testing:
119
 
--------
120
 
.. toctree::
121
 
   :maxdepth: 2
122
 
 
123
 
   testing/test-run.rst
124
 
   testing/dbqp.rst
125
 
 
126
 
Indices and tables
127
 
==================
128
 
 
129
 
* :ref:`genindex`
130
 
* :ref:`search`
131