~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:13:33 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051333-pz1xy0f1dyc4jfms
talk about statement rollback (briefly) in replication docs

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
9
Drizzle is a transactional, relational, community-driven open source database that is forked from the popular MySQL database.
12
10
 
13
11
The Drizzle team has removed non-essential code, re-factored the remaining code and modernized the code base moving to C++.
30
28
   :maxdepth: 2
31
29
   
32
30
   preface
33
 
   license
34
31
   what_is_drizzle
35
32
   brief_history_of_drizzle
36
33
   how_to_report_a_bug
37
34
   mysql_differences
38
35
 
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
36
SQL Language:
50
37
-------------
51
38
.. toctree::
52
39
   :maxdepth: 2
53
40
 
54
41
   queries
55
 
   functions/overview
56
 
   data_types
 
42
   functions
57
43
   ddl
58
44
   dml
59
45
   columntypes 
65
51
   transactional 
66
52
   administrative
67
53
 
 
54
Data Types:
 
55
-----------
 
56
.. toctree::
 
57
   :maxdepth: 2
 
58
 
 
59
   data_types
 
60
 
68
61
User Level Topics:
69
62
------------------
70
63
.. toctree::
87
80
.. toctree::
88
81
   :maxdepth: 2
89
82
 
90
 
   plugins/list
 
83
   drizzleprotocol.rst
91
84
 
92
85
Architecture:
93
86
-------------
105
98
   clients/drizzle.rst
106
99
   clients/drizzledump.rst
107
100
   clients/drizzleadmin.rst
108
 
   clients/errors.rst
109
101
 
110
102
libdrizzle:
111
103
-----------
121
113
   :maxdepth: 2
122
114
 
123
115
   testing/test-run.rst
124
 
   testing/dbqp.rst
125
116
 
126
117
Indices and tables
127
118
==================