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
0503387c
Commit
0503387c
authored
Nov 11, 2009
by
Alexey Botchkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loadxml test update.
parent
64341975
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/loadxml.result
mysql-test/r/loadxml.result
+1
-1
mysql-test/t/loadxml.test
mysql-test/t/loadxml.test
+1
-0
No files found.
mysql-test/r/loadxml.result
View file @
0503387c
...
...
@@ -62,7 +62,7 @@ LOAD XML LOCAL INFILE "MYSQLTEST_VARDIR/tmp/loadxml-dump.xml" INTO TABLE t2 ROW
show processlist;
Id User Host db Command Time State Info
# root localhost test Query # NULL show processlist
# root localhost test Query # Reading from net LOAD XML LOCAL INFILE "
/home/hf/work/mysql_common/51alik/mysql-test/var
/tmp/loadxml-dump.xml" INTO
# root localhost test Query # Reading from net LOAD XML LOCAL INFILE "
MYSQLTEST_VARDIR
/tmp/loadxml-dump.xml" INTO
drop table t1;
drop table t2;
create table t1 (
...
...
mysql-test/t/loadxml.test
View file @
0503387c
...
...
@@ -79,6 +79,7 @@ sleep 3;
connection default;
sleep 1;
--replace_column 1 # 3 localhost 6 #
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
show processlist;
--disable_query_log
...
...
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