~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
4
CREATE SCHEMA [IF NOT EXISTS] schema_name
5
  [engine_options] ...
6
7
engine_options:
8
    engine_option [[,] engine_option] ...
9
10
engine_option:
11
  [DEFAULT] COLLATE = collation_name
12
  { engine_specific }