~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/null.result

  • Committer: Vladimir Kolesnikov
  • Date: 2009-03-25 09:18:25 UTC
  • mto: (968.2.17 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: vladimir@primebase.org-20090325091825-gnw5opo5xtprd6k0
test generalizations

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
  `c36` varchar(3) DEFAULT NULL,
220
220
  `c37` varchar(10) DEFAULT NULL,
221
221
  `c38` varchar(10) DEFAULT NULL
222
 
) ENGINE=InnoDB
 
222
) ENGINE=DEFAULT
223
223
drop table t1;
224
224
select 
225
225
case 'str' when 'STR' then 'str' when null then 'null' end as c01,