diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2009-11-11 21:30:51 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2009-11-11 21:30:51 +0400 |
commit | 5e85d7170a1946e496d1c29dde55fabfc507c913 (patch) | |
tree | acb9a2c4086a40ba40bf457eaf246960fc7cb707 /mysql-test/r/loadxml.result | |
parent | 134d2fb675a5b7b1f98c4b8d4a0d07a9095332b7 (diff) | |
download | mariadb-git-5e85d7170a1946e496d1c29dde55fabfc507c913.tar.gz |
test updated
Diffstat (limited to 'mysql-test/r/loadxml.result')
-rw-r--r-- | mysql-test/r/loadxml.result | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/r/loadxml.result b/mysql-test/r/loadxml.result index e7a32aa368a..55e6759748a 100644 --- a/mysql-test/r/loadxml.result +++ b/mysql-test/r/loadxml.result @@ -59,10 +59,6 @@ xml 1 create table t2(fl text); LOAD XML LOCAL INFILE "MYSQLTEST_VARDIR/tmp/loadxml-dump.xml" INTO TABLE t2 ROWS IDENTIFIED BY '<person>';; -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 "MYSQLTEST_VARDIR/tmp/loadxml-dump.xml" INTO drop table t1; drop table t2; create table t1 ( |