~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/select.result

  • Committer: LinuxJedi
  • Date: 2010-09-02 18:35:05 UTC
  • mto: (1748.1.1 build) (1749.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1749.
  • Revision ID: linuxjedi@linuxjedi-laptop-20100902183505-prmerskm11dt1teh
Alter many test cases for the new SHOW CREATE TABLE output

Show diffs side-by-side

added added

removed removed

Lines of Context:
3250
3250
show create table t1;
3251
3251
Table   Create Table
3252
3252
t1      CREATE TABLE `t1` (
3253
 
  `i` decimal(19,0) NOT NULL,
3254
 
  `c` decimal(19,0) NOT NULL,
3255
 
  `co` decimal(19,0) NOT NULL
 
3253
  `i` DECIMAL(19,0) NOT NULL,
 
3254
  `c` DECIMAL(19,0) NOT NULL,
 
3255
  `co` DECIMAL(19,0) NOT NULL
3256
3256
) ENGINE=InnoDB COLLATE = utf8_general_ci
3257
3257
drop table t1;
3258
3258
select