~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_system.test

  • Committer: Monty Taylor
  • Date: 2009-03-31 18:02:35 UTC
  • mfrom: (942.3.1 drizzle)
  • mto: (971.1.10 mordred)
  • mto: This revision was merged to the branch mainline in revision 971.
  • Revision ID: mordred@inaugust.com-20090331180235-ubjt5enwgnke1inf
Merged from Vladimir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
explain extended select database(), user();
12
12
 
13
13
create table t1 (version char(60)) select database(), user(), version() as 'version';
 
14
--replace_regex /ENGINE=[a-zA-Z]+/ENGINE=DEFAULT/
14
15
show create table t1;
15
16
drop table t1;
16
17