Commit 4e612a1c authored by Alexey Botchkov's avatar Alexey Botchkov

test updated

parent 0503387c
......@@ -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 (
......
......@@ -78,9 +78,6 @@ sleep 3;
connection default;
sleep 1;
--replace_column 1 # 3 localhost 6 #
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
show processlist;
--disable_query_log
--eval kill $PSEUDO_THREAD_ID
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment