~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create_max_fields.test

  • Committer: Monty Taylor
  • Date: 2010-02-05 08:11:15 UTC
  • mfrom: (1283 build)
  • mto: (1273.13.43 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1300.
  • Revision ID: mordred@inaugust.com-20100205081115-dr82nvrwv4lvw7sd
Merged trunk.

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,