From 36d5d82ab5edf9a092b41c9454129e46936953dc Mon Sep 17 00:00:00 2001 From: "jimw@mysql.com" <> Date: Mon, 31 Jan 2005 18:48:42 -0800 Subject: [PATCH] Update client_xml test to avoid timestamp-sensitive part of test. --- mysql-test/r/client_xml.result | 1 - mysql-test/t/client_xml.test | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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'