~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/select.result

  • Committer: Brian Aker
  • Date: 2009-02-26 20:41:50 UTC
  • mfrom: (899.1.1 drizzle)
  • Revision ID: brian@tangent.org-20090226204150-i22ztuqtyfefef2s
Merge of Mine, Jay's and Stewart's

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