~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_misc.test

  • 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:
41
41
--disable_warnings
42
42
create table t1 as select uuid(), length(uuid());
43
43
--enable_warnings
 
44
--replace_regex /ENGINE=[a-zA-Z]+/ENGINE=DEFAULT/
44
45
show create table t1;
45
46
drop table t1;
46
47