Commit 60569555 authored by jimw@mysql.com's avatar jimw@mysql.com

Replace host column when testing 'SHOW PROCESSLIST' since it is

different on Windows. (Bug #11570)
parent 49a1156c
......@@ -75,7 +75,7 @@ send call bug9486();
connection con2root;
--sleep 2
# There should be call statement in locked state.
--replace_column 1 # 6 #
--replace_column 1 # 3 localhost 6 #
show processlist;
unlock tables;
connection con1root;
......
......@@ -2582,9 +2582,9 @@ create procedure bug4902_2()
begin
show processlist;
end|
--replace_column 1 # 6 #
--replace_column 1 # 6 # 3 localhost
call bug4902_2()|
--replace_column 1 # 6 #
--replace_column 1 # 6 # 3 localhost
call bug4902_2()|
drop procedure bug4902_2|
......
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