~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_system.result

  • 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:
22
22
  `database()` varchar(34) DEFAULT NULL,
23
23
  `user()` varchar(77) DEFAULT NULL,
24
24
  `version` varchar(60) DEFAULT NULL
25
 
) ENGINE=InnoDB
 
25
) ENGINE=DEFAULT
26
26
drop table t1;
27
27
select TRUE,FALSE,NULL;
28
28
TRUE    FALSE   NULL