~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_misc.test

  • Committer: Monty Taylor
  • Date: 2009-03-18 18:45:23 UTC
  • mto: (950.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 943.
  • Revision ID: mordred@inaugust.com-20090318184523-mfbjyj5wkipv4n3b
Moved big tests to big suite. Added make target "make test-big" to allow for easy running of the big tests.

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