diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2009-11-11 05:42:02 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2009-11-11 05:42:02 +0400 |
commit | 0503387ccc4a950b1899c01659ef913e44bef9e9 (patch) | |
tree | 5d0eba993fbeaa515df9814725f4ad19c1f2b6a0 /mysql-test/r/loadxml.result | |
parent | 643419754c9399e6da5300f58211759305076a53 (diff) | |
download | mariadb-git-0503387ccc4a950b1899c01659ef913e44bef9e9.tar.gz |
loadxml test update.
Diffstat (limited to 'mysql-test/r/loadxml.result')
-rw-r--r-- | mysql-test/r/loadxml.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/loadxml.result b/mysql-test/r/loadxml.result index 25bc82a0a2e..e7a32aa368a 100644 --- a/mysql-test/r/loadxml.result +++ b/mysql-test/r/loadxml.result @@ -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 ( |