~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_system.result

  • Committer: Brian Aker
  • Date: 2009-04-01 01:25:04 UTC
  • mfrom: (968.2.27 mordred)
  • Revision ID: brian@tangent.org-20090401012504-mq9sxcmph5jc1fh6
Merge Monty

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