~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_misc.test

  • Committer: Brian Aker
  • Date: 2009-01-24 09:43:35 UTC
  • Revision ID: brian@gir-3.local-20090124094335-6qdtvc35gl5fvivz
Adding in an example singe thread scheduler

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/
45
44
show create table t1;
46
45
drop table t1;
47
46