~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_system.test

  • Committer: Brian Aker
  • Date: 2010-09-22 22:25:29 UTC
  • mto: (1791.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1792.
  • Revision ID: brian@tangent.org-20100922222529-geo4wggmu5ntqa5k
Current boost work (more conversion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
select database();
6
6
select database() = "test";
7
7
 
8
 
--replace_column 1 #
9
8
select user() like "%@%";
10
9
 
11
10
select version() > "2009.01.756";