~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/client_xml.test

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
);
8
8
insert into t1 values (1, 2, 'a&b a<b a>b');
9
9
--exec $MYSQL --xml test -e "select * from t1"
10
 
--exec $MYSQL_DUMP --xml --skip-create test
 
10
--exec $DRIZZLE_DUMP --xml --skip-create test
11
11
 
12
12
--exec $MYSQL --xml test -e "select count(*) from t1"
13
13
--exec $MYSQL --xml test -e "select 1 < 2 from dual"