Commit c4187de6 authored by unknown's avatar unknown

Merge mysql.com:/home/jimw/my/mysql-5.0-11570

into  mysql.com:/home/jimw/my/mysql-5.0-clean


mysql-test/t/sp.test:
  Auto merged
parents 05071ff4 3815b5ad
...@@ -75,7 +75,7 @@ send call bug9486(); ...@@ -75,7 +75,7 @@ send call bug9486();
connection con2root; connection con2root;
--sleep 2 --sleep 2
# There should be call statement in locked state. # There should be call statement in locked state.
--replace_column 1 # 6 # --replace_column 1 # 3 localhost 6 #
show processlist; show processlist;
unlock tables; unlock tables;
connection con1root; connection con1root;
......
...@@ -2542,9 +2542,9 @@ create procedure bug4902_2() ...@@ -2542,9 +2542,9 @@ create procedure bug4902_2()
begin begin
show processlist; show processlist;
end| end|
--replace_column 1 # 6 # --replace_column 1 # 6 # 3 localhost
call bug4902_2()| call bug4902_2()|
--replace_column 1 # 6 # --replace_column 1 # 6 # 3 localhost
call bug4902_2()| call bug4902_2()|
drop procedure 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