~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/null.result

Merging Stewart's show create table patch.

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=DEFAULT
 
222
) ENGINE=DEFAULT COLLATE = utf8_general_ci
223
223
drop table t1;
224
224
select 
225
225
case 'str' when 'STR' then 'str' when null then 'null' end as c01,