~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_misc.result

  • Committer: Brian Aker
  • Date: 2009-05-05 00:40:45 UTC
  • mfrom: (1003.2.7 mordred)
  • Revision ID: brian@gaz-20090505004045-yns4biv63thufj1b
Tags: 2009.05.1005
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
t1      CREATE TABLE `t1` (
39
39
  `uuid()` varchar(36) DEFAULT NULL,
40
40
  `length(uuid())` int DEFAULT NULL
41
 
) ENGINE=InnoDB
 
41
) ENGINE=DEFAULT
42
42
drop table t1;
43
43
End of 5.0 tests
44
44
select connection_id() > 0;