~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create_max_fields.test

Fixed a style variance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--disable_warnings
2
 
drop table if exists t1;
3
 
--enable_warnings
4
 
 
5
1
--echo One column less than MAX_FIELDS
6
2
CREATE TABLE t1 (
7
3
f1 int,
4104
4100
SHOW CREATE TABLE t1;
4105
4101
DROP TABLE t1;
4106
4102
--echo Now, MAX_FIELDS. This fails.
4107
 
--error ER_TOO_MANY_FIELDS
 
4103
--error 1117
4108
4104
CREATE TABLE t1 (
4109
4105
f0 int,
4110
4106
f1 int,