~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Removed my_vsnprintf and my_snprintf.

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"