Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
36d5d82a
Commit
36d5d82a
authored
Jan 31, 2005
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update client_xml test to avoid timestamp-sensitive part of test.
parent
85a5c61c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
mysql-test/r/client_xml.result
mysql-test/r/client_xml.result
+0
-1
mysql-test/t/client_xml.test
mysql-test/t/client_xml.test
+1
-1
No files found.
mysql-test/r/client_xml.result
View file @
36d5d82a
...
...
@@ -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>
...
...
mysql-test/t/client_xml.test
View file @
36d5d82a
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment