~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Lee Bieber
  • Date: 2011-03-29 22:31:41 UTC
  • mfrom: (2257.1.3 build)
  • Revision ID: kalebral@gmail.com-20110329223141-yxc22h3l2he58sk0
Merge Andrew - 743842: Build failure using GCC 4.6
Merge Stewart - 738022: CachedDirectory silently fails to add entries if stat() fails
Merge Olaf - Common fwd: add copyright, add more declaration

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Welcome to Drizzle's documentation!
7
7
===================================
8
8
 
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++.
 
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, has re-factored the remaining code, and has converted the code to modern C++ and modern libraries.
12
14
 
13
15
Charter
14
16
 * 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
 
17
 * Design for massive concurrency on modern multi-CPU architectures
 
18
 * Optimize memory use for increased performance and parallelism
17
19
 * Open source, open community, open design
18
20
 
19
21
Scope
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
 
37
   versioning
35
38
   mysql_differences
36
39
 
 
40
Compiling and Installing:
 
41
-------------------------
 
42
.. toctree::
 
43
   :maxdepth: 2
 
44
 
 
45
   installing/requirements
 
46
   installing/from_source
 
47
   installing/ubuntu
 
48
   installing/redhat
 
49
 
 
50
Contributing:
 
51
-------------
 
52
.. toctree::
 
53
   :maxdepth: 2
 
54
 
 
55
   contributing/introduction
 
56
   contributing/code
 
57
   contributing/documentation
 
58
 
37
59
SQL Language:
38
60
-------------
39
 
 
40
61
.. toctree::
41
62
   :maxdepth: 2
42
63
 
43
64
   queries
 
65
   functions/overview
 
66
   data_types
44
67
   ddl
45
68
   dml
46
69
   columntypes 
50
73
   dynamic 
51
74
   getting_information 
52
75
   transactional 
53
 
   administrative 
54
 
 
55
 
Advanced Topics:
56
 
----------------
57
 
 
 
76
   administrative
 
77
   resources/index
 
78
 
 
79
User Level Topics:
 
80
------------------
58
81
.. toctree::
59
82
   :maxdepth: 2
60
83
 
61
84
   storage_engines
 
85
   using_replication
62
86
   logging
63
 
 
 
87
   authentication
64
88
 
65
89
Configuration:
66
 
^^^^^^^^^^^^^^
 
90
--------------
67
91
.. toctree::
68
92
   :maxdepth: 2
69
93
 
78
102
   plugins/list
79
103
 
80
104
Architecture:
81
 
^^^^^^^^^^^^^
 
105
-------------
82
106
.. toctree::
83
107
   :maxdepth: 2
84
108
 
86
110
   replication
87
111
 
88
112
Clients:
89
 
^^^^^^^^
 
113
--------
90
114
.. toctree::
91
115
   :maxdepth: 2
92
116
 
93
117
   clients/drizzle.rst
94
118
   clients/drizzledump.rst
 
119
   clients/drizzleadmin.rst
 
120
   clients/errors.rst
95
121
 
96
122
libdrizzle:
97
 
^^^^^^^^^^^
 
123
-----------
98
124
.. toctree::
99
125
   :maxdepth: 2
100
126
 
102
128
   libdrizzle/developer.rst
103
129
 
104
130
Testing:
105
 
 
 
131
--------
106
132
.. toctree::
107
133
   :maxdepth: 2
108
134
 
109
135
   testing/test-run.rst
 
136
   testing/dbqp.rst
 
137
   testing/randgen.rst
110
138
 
111
139
Indices and tables
112
140
==================