~drizzle-trunk/drizzle/development

1878.5.4 by Brian Aker
Update documentation.
1
CREATE SCHEMA
1900.2.4 by Stewart Smith
fix more docs warnings: underline/overline too short
2
=============
1887.3.1 by Brian Aker
Update to documentation for create table and create schema.
3
2194.5.3 by Andrew Hutchings
Markup fixes
4
.. code-block:: mysql
5
6
   CREATE SCHEMA [IF NOT EXISTS] schema_name
7
     [engine_options] ...
8
9
engine_options
10
--------------
11
12
::
13
1887.3.1 by Brian Aker
Update to documentation for create table and create schema.
14
    engine_option [[,] engine_option] ...
15
2194.5.3 by Andrew Hutchings
Markup fixes
16
engine_option
17
-------------
18
19
::
20
1887.3.1 by Brian Aker
Update to documentation for create table and create schema.
21
  [DEFAULT] COLLATE = collation_name
22
  { engine_specific }