~drizzle-trunk/drizzle/development

2029.1.22 by Brian Aker
Merge in change to use row_format spefically *this is backward compatible
1
CREATE DATABASE foo "unknown_key"= "value";
1502.1.30 by Brian Aker
First pass on cleanup of Stewart's patch, plus re-engineer to make it work a
2
ERROR HY000: Unknown schema engine option key/pair unknown_key = value.
2029.1.22 by Brian Aker
Merge in change to use row_format spefically *this is backward compatible
3
CREATE DATABASE foo "unknown_key"= "value", "anotheR_unknown_key";
1502.1.30 by Brian Aker
First pass on cleanup of Stewart's patch, plus re-engineer to make it work a
4
ERROR HY000: Unknown schema engine option key/pair unknown_key = value.
1241.17.1 by Stewart Smith
simple key,value options for CREATE DATABASE. All options are currently unknown.
5
SHOW WARNINGS;
6
Level	Code	Message
1502.1.30 by Brian Aker
First pass on cleanup of Stewart's patch, plus re-engineer to make it work a
7
Error	1699	Unknown schema engine option key/pair unknown_key = value.
8
Error	1699	Unknown schema engine option key/pair anotheR_unknown_key = .
2029.1.22 by Brian Aker
Merge in change to use row_format spefically *this is backward compatible
9
CREATE DATABASE foo "unknown_key"=42;
1502.1.30 by Brian Aker
First pass on cleanup of Stewart's patch, plus re-engineer to make it work a
10
ERROR HY000: Unknown schema engine option key/pair unknown_key = 42.
2029.1.22 by Brian Aker
Merge in change to use row_format spefically *this is backward compatible
11
CREATE DATABASE foo "unknown_key";
1502.1.30 by Brian Aker
First pass on cleanup of Stewart's patch, plus re-engineer to make it work a
12
ERROR HY000: Unknown schema engine option key/pair unknown_key = .