~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: lbieber
  • Date: 2010-10-02 19:48:35 UTC
  • mfrom: (1730.6.19 drizzle-make-lcov)
  • Revision ID: lbieber@orisndriz08-20101002194835-q5zd9qc4lvx1xnfo
Merge Hartmut - clean up lex, now require flex to build, also "make lcov" improvements

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
 
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
 
9
Drizzle is a community-driven open source project that
 
10
is forked from the popular MySQL database.  
 
11
 
 
12
The Drizzle team has removed non-essential code, re-factored the remaining
 
13
code and modernized the code base moving to C++.
 
14
 
 
15
.. toctree::
 
16
   :maxdepth: 2
76
17
 
77
18
Configuration:
78
 
--------------
 
19
 
79
20
.. toctree::
80
21
   :maxdepth: 2
81
22
 
83
24
   options
84
25
 
85
26
Plugins:
86
 
^^^^^^^^
 
27
 
87
28
.. toctree::
88
29
   :maxdepth: 2
89
30
 
90
31
   plugins/list
91
32
 
92
33
Architecture:
93
 
-------------
 
34
 
94
35
.. toctree::
95
36
   :maxdepth: 2
96
37
 
97
38
   protocol
98
 
   replication
99
39
 
100
40
Clients:
101
 
--------
 
41
 
102
42
.. toctree::
103
43
   :maxdepth: 2
104
44
 
105
45
   clients/drizzle.rst
106
46
   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
47
 
126
48
Indices and tables
127
49
==================
128
50
 
129
51
* :ref:`genindex`
 
52
* :ref:`modindex`
130
53
* :ref:`search`
131
54