loadxml test update.
This commit is contained in:
parent
643419754c
commit
0503387ccc
@ -62,7 +62,7 @@ LOAD XML LOCAL INFILE "MYSQLTEST_VARDIR/tmp/loadxml-dump.xml" INTO TABLE t2 ROW
|
|||||||
show processlist;
|
show processlist;
|
||||||
Id User Host db Command Time State Info
|
Id User Host db Command Time State Info
|
||||||
# root localhost test Query # NULL show processlist
|
# 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 t1;
|
||||||
drop table t2;
|
drop table t2;
|
||||||
create table t1 (
|
create table t1 (
|
||||||
|
@ -79,6 +79,7 @@ sleep 3;
|
|||||||
connection default;
|
connection default;
|
||||||
sleep 1;
|
sleep 1;
|
||||||
--replace_column 1 # 3 localhost 6 #
|
--replace_column 1 # 3 localhost 6 #
|
||||||
|
--replace_result $MYSQLTEST_VARDIR MYSQLTEST_VARDIR
|
||||||
show processlist;
|
show processlist;
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user