~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_misc.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:
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;