~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Jay Pipes
  • Date: 2010-03-09 20:02:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1339.
  • Revision ID: jpipes@serialcoder-20100309200229-dfrliy4fads9vyf4
Fixes Bug #535296 by only incrementing ha_commit_count when its a normal transaction commit.

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
 
   resources/index
68
 
 
69
 
User Level Topics:
70
 
------------------
71
 
.. toctree::
72
 
   :maxdepth: 2
73
 
 
74
 
   storage_engines
75
 
   using_replication
76
 
   logging
77
 
 
78
 
Configuration:
79
 
--------------
80
 
.. toctree::
81
 
   :maxdepth: 2
82
 
 
83
 
   configuration
84
 
   options
85
 
 
86
 
Plugins:
87
 
^^^^^^^^
88
 
.. toctree::
89
 
   :maxdepth: 2
90
 
 
91
 
   plugins/list
92
 
 
93
 
Architecture:
94
 
-------------
95
 
.. toctree::
96
 
   :maxdepth: 2
97
 
 
98
 
   protocol
99
 
   replication
100
 
 
101
 
Clients:
102
 
--------
103
 
.. toctree::
104
 
   :maxdepth: 2
105
 
 
106
 
   clients/drizzle.rst
107
 
   clients/drizzledump.rst
108
 
   clients/drizzleadmin.rst
109
 
   clients/errors.rst
110
 
 
111
 
libdrizzle:
112
 
-----------
113
 
.. toctree::
114
 
   :maxdepth: 2
115
 
 
116
 
   libdrizzle/api.rst
117
 
   libdrizzle/developer.rst
118
 
 
119
 
Testing:
120
 
--------
121
 
.. toctree::
122
 
   :maxdepth: 2
123
 
 
124
 
   testing/test-run.rst
125
 
   testing/dbqp.rst
126
 
 
127
 
Indices and tables
128
 
==================
129
 
 
130
 
* :ref:`genindex`
131
 
* :ref:`search`
132