~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/tests/r/basic_create_nullable.result

  • Committer: Patrick Crews
  • Date: 2010-08-19 23:23:15 UTC
  • mfrom: (1720.1.3 build)
  • Revision ID: gleebix@gmail.com-20100819232315-xcpbkwc5vz7kjhrp
Rollup patch - stewart's show create table patch + a couple of fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  `d` int NOT NULL,
9
9
  `pk` int NOT NULL,
10
10
  PRIMARY KEY (`pk`)
11
 
) ENGINE=InnoDB
 
11
) ENGINE=InnoDB COLLATE = utf8_general_ci
12
12
insert into t1 values (0,0, 0, 0,0);
13
13
insert into t1 values (NULL, NULL, NULL, NULL, 1);
14
14
ERROR 23000: Column 'b' cannot be null