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 | bbfc74ebe3b9e9beb6fc00297fb468cdf62bac77 (patch) | |
tree | a39c37526a10f0cef02759004d3f6e36310b190d /mysql-test/r/client_xml.result | |
parent | be57bb64a5d92e3a390a34c9aa3390c2be627fe4 (diff) | |
download | mariadb-git-bbfc74ebe3b9e9beb6fc00297fb468cdf62bac77.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/r/client_xml.result')
-rw-r--r-- | mysql-test/r/client_xml.result | 1 |
1 files changed, 0 insertions, 1 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 a<b a>b'); <field Field="a&b" Type="int(11)" Null="YES" Key="" Extra="" /> <field Field="a<b" Type="int(11)" Null="YES" Key="" Extra="" /> <field Field="a>b" Type="text" Null="YES" Key="" Extra="" /> - <options Name="t1" Engine="MyISAM" Version="9" Row_format="Dynamic" Rows="1" Avg_row_length="28" Data_length="28" Max_data_length="4294967295" Index_length="1024" Data_free="0" Create_time="2005-01-26 01:21:39" Update_time="2005-01-26 01:21:39" Collation="latin1_swedish_ci" Create_options="" Comment="" /> </table_structure> <table_data name="t1"> <row> |