~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create_schema_options.test

  • Committer: Monty Taylor
  • Date: 2010-06-20 03:22:53 UTC
  • mfrom: (1618.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1629.
  • Revision ID: mordred@inaugust.com-20100620032253-dyee0nb0195lnakd
Merged in constification of TableIdentifier from Brian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--error ER_UNKNOWN_SCHEMA_OPTION
 
1
--error 1699
2
2
CREATE DATABASE foo unknown_key=value;
3
 
--error ER_UNKNOWN_SCHEMA_OPTION
 
3
--error 1699
4
4
CREATE DATABASE foo unknown_key=value, anotheR_unknown_key;
5
5
SHOW WARNINGS;
6
 
--error ER_UNKNOWN_SCHEMA_OPTION
 
6
--error 1699
7
7
CREATE DATABASE foo unknown_key=42;
8
8
 
9
 
--error ER_UNKNOWN_SCHEMA_OPTION
 
9
--error 1699
10
10
CREATE DATABASE foo unknown_key;
11
11
 
12
12
# These will require us to define schema engines