File tree 1 file changed +1
-22
lines changed
1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -45,27 +45,9 @@ call bug4902_2()|
45
45
call bug4902_2()|
46
46
drop procedure bug4902_2|
47
47
48
-
49
- # Disable until bug#17244 is fixed
50
- --disable_parsing
51
48
#
52
- # BUG#5278: Stored procedure packets out of order if SET PASSWORD.
49
+ # BUG#3583: query cache doesn't work for stored procedures
53
50
#
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
69
51
70
52
--disable_warnings
71
53
drop table if exists t1|
@@ -74,9 +56,6 @@ create table t1 (
74
56
id char(16) not null default '',
75
57
data int not null
76
58
)|
77
- #
78
- # BUG#3583: query cache doesn't work for stored procedures
79
- #
80
59
--disable_warnings
81
60
drop procedure if exists bug3583|
82
61
--enable_warnings
You can’t perform that action at this time.
0 commit comments