mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
test updated
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user