diff options
author | jimw@mysql.com <> | 2005-01-31 18:48:42 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-01-31 18:48:42 -0800 |
commit | 36d5d82ab5edf9a092b41c9454129e46936953dc (patch) | |
tree | a39c37526a10f0cef02759004d3f6e36310b190d /mysql-test/t/client_xml.test | |
parent | 85a5c61c5d7e9e232e65e5d299a3e03cbf416d6b (diff) | |
download | mariadb-git-36d5d82ab5edf9a092b41c9454129e46936953dc.tar.gz |
Update client_xml test to avoid timestamp-sensitive part of test.
Diffstat (limited to 'mysql-test/t/client_xml.test')
-rw-r--r-- | mysql-test/t/client_xml.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 a<b a>b'); --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' |