~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Monty Taylor
  • Date: 2010-11-08 18:26:08 UTC
  • mto: This revision was merged to the branch mainline in revision 1931.
  • Revision ID: mordred@inaugust.com-20101108182608-lci86acl7r53sbi3
Replaced auto_ptr with scoped_ptr.

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++.
26
24
 
27
25
Introduction:
28
26
-------------
 
27
 
29
28
.. toctree::
30
29
   :maxdepth: 2
31
 
   
 
30
 
32
31
   preface
33
 
   license
34
32
   what_is_drizzle
35
33
   brief_history_of_drizzle
36
34
   how_to_report_a_bug
37
35
   mysql_differences
38
36
 
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
37
SQL Language:
50
38
-------------
 
39
 
51
40
.. toctree::
52
41
   :maxdepth: 2
53
42
 
54
43
   queries
55
 
   functions/overview
56
 
   data_types
57
44
   ddl
58
45
   dml
59
46
   columntypes 
60
47
   variables 
61
 
   locks 
62
 
   barriers 
63
48
   dynamic 
64
49
   getting_information 
65
50
   transactional 
66
 
   administrative
67
 
   resources/index
68
 
 
69
 
User Level Topics:
70
 
------------------
 
51
   administrative 
 
52
 
 
53
Advanced Topics:
 
54
----------------
 
55
 
71
56
.. toctree::
72
57
   :maxdepth: 2
73
58
 
74
59
   storage_engines
75
 
   using_replication
76
60
   logging
77
61
 
 
62
 
78
63
Configuration:
79
 
--------------
 
64
^^^^^^^^^^^^^^
80
65
.. toctree::
81
66
   :maxdepth: 2
82
67
 
91
76
   plugins/list
92
77
 
93
78
Architecture:
94
 
-------------
 
79
^^^^^^^^^^^^^
95
80
.. toctree::
96
81
   :maxdepth: 2
97
82
 
99
84
   replication
100
85
 
101
86
Clients:
102
 
--------
 
87
^^^^^^^^
103
88
.. toctree::
104
89
   :maxdepth: 2
105
90
 
106
91
   clients/drizzle.rst
107
92
   clients/drizzledump.rst
108
 
   clients/drizzleadmin.rst
109
 
   clients/errors.rst
110
93
 
111
94
libdrizzle:
112
 
-----------
 
95
^^^^^^^^^^^
113
96
.. toctree::
114
97
   :maxdepth: 2
115
98
 
117
100
   libdrizzle/developer.rst
118
101
 
119
102
Testing:
120
 
--------
 
103
 
121
104
.. toctree::
122
105
   :maxdepth: 2
123
106
 
124
107
   testing/test-run.rst
125
 
   testing/dbqp.rst
126
108
 
127
109
Indices and tables
128
110
==================