diff --git a/mysql-test/r/client_xml.result b/mysql-test/r/client_xml.result index b6cebab98e1..a4164148159 100644 --- a/mysql-test/r/client_xml.result +++ b/mysql-test/r/client_xml.result @@ -21,7 +21,6 @@ insert into t1 values (1, 2, 'a&b ab'); - diff --git a/mysql-test/t/client_xml.test b/mysql-test/t/client_xml.test index 3628a510557..dd7a812b54f 100644 --- a/mysql-test/t/client_xml.test +++ b/mysql-test/t/client_xml.test @@ -7,7 +7,7 @@ create table t1 ( ); insert into t1 values (1, 2, 'a&b ab'); --exec $MYSQL --xml test -e 'select * from t1' ---exec $MYSQL_DUMP --xml test +--exec $MYSQL_DUMP --xml --skip-create test --exec $MYSQL --xml test -e 'select count(*) from t1' --exec $MYSQL --xml test -e 'select 1 < 2 from dual'