Skip to content

Commit d06b46e

Browse files
author
davi@endora.local
committed
This issue was fixed in Bug 30904 which includes a similar test case.
1 parent 94e6e4f commit d06b46e

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

mysql-test/t/sp_notembedded.test

+1-22
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,9 @@ call bug4902_2()|
4545
call bug4902_2()|
4646
drop procedure bug4902_2|
4747

48-
49-
# Disable until bug#17244 is fixed
50-
--disable_parsing
5148
#
52-
# BUG#5278: Stored procedure packets out of order if SET PASSWORD.
49+
# BUG#3583: query cache doesn't work for stored procedures
5350
#
54-
--disable_warnings
55-
drop function if exists bug5278|
56-
--enable_warnings
57-
create function bug5278 () returns char
58-
begin
59-
SET PASSWORD FOR 'bob'@'%.loc.gov' = PASSWORD('newpass');
60-
return 'okay';
61-
end|
62-
63-
--error 1133
64-
select bug5278()|
65-
--error 1133
66-
select bug5278()|
67-
drop function bug5278|
68-
--enable_parsing
6951

7052
--disable_warnings
7153
drop table if exists t1|
@@ -74,9 +56,6 @@ create table t1 (
7456
id char(16) not null default '',
7557
data int not null
7658
)|
77-
#
78-
# BUG#3583: query cache doesn't work for stored procedures
79-
#
8059
--disable_warnings
8160
drop procedure if exists bug3583|
8261
--enable_warnings

0 commit comments

Comments
 (0)