~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/select.result

  • Committer: brian
  • Date: 2009-02-26 20:57:39 UTC
  • mfrom: (896.3.16 nofrm896)
  • mto: This revision was merged to the branch mainline in revision 901.
  • Revision ID: brian@bitters-20090226205739-yv4cbwna6myvkq22
Merge of Stewart + Jay's fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3246
3246
show create table t1;
3247
3247
Table   Create Table
3248
3248
t1      CREATE TABLE `t1` (
3249
 
  `i` decimal(19,0) NOT NULL DEFAULT '0',
3250
 
  `c` decimal(19,0) NOT NULL DEFAULT '0',
3251
 
  `co` decimal(19,0) NOT NULL DEFAULT '0'
 
3249
  `i` decimal(19,0) NOT NULL,
 
3250
  `c` decimal(19,0) NOT NULL,
 
3251
  `co` decimal(19,0) NOT NULL
3252
3252
) ENGINE=InnoDB
3253
3253
drop table t1;
3254
3254
select