diff options
author | unknown <jimw@mysql.com> | 2005-01-31 18:48:42 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-01-31 18:48:42 -0800 |
commit | 6e0691f54f8fe396bd5f724c0725f42e211d4450 (patch) | |
tree | a39c37526a10f0cef02759004d3f6e36310b190d /mysql-test/t/client_xml.test | |
parent | 41763b20e25bb7ee8cf071782c9e5c8848ed34ce (diff) | |
download | mariadb-git-6e0691f54f8fe396bd5f724c0725f42e211d4450.tar.gz |
Update client_xml test to avoid timestamp-sensitive part of test.
mysql-test/t/client_xml.test:
Exclude create in mysqldump test, it includes timestamp
mysql-test/r/client_xml.result:
Update result file
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' |