1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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
This commit is contained in:
unknown
2005-01-31 18:48:42 -08:00
parent 41763b20e2
commit 6e0691f54f
2 changed files with 1 additions and 2 deletions

View File

@ -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'