~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/client_xml.test

  • Committer: Monty Taylor
  • Date: 2008-07-05 18:10:38 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705181038-0ih0nnamu5qrut0y
Fixed prototypes. Cleaned define a little bit.

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 $DRIZZLE_DUMP --xml --skip-create test
 
10
--exec $MYSQL_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"