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

into  mysql.com:/home/jimw/my/mysql-5.0-clean
This commit is contained in:
jimw@mysql.com 2005-08-08 11:43:07 -07:00
commit a17fa23332
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -2542,9 +2542,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|