~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create_max_fields.test

  • Committer: Joe Daly
  • Date: 2010-03-08 04:23:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1380.
  • Revision ID: skinny.moey@gmail.com-20100308042354-7k0jibdqaxkhac7o
scoreboardĀ implementationĀ forĀ statistics

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,