~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

More cleanup, this time libmysql_r goes to the bitbucket

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Tests for "LOAD XML" - a contributed patch from Erik Wetterberg.
3
3
#
4
4
 
5
 
# Running the $MYSQL_DUMP tool against an embedded server does not work.
6
 
--source include/not_embedded.inc
7
 
 
8
5
--disable_warnings
9
6
drop table if exists t1;
10
7
--enable_warnings