Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
d06b46e8
Commit
d06b46e8
authored
Nov 20, 2007
by
davi@endora.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This issue was fixed in Bug 30904 which includes a similar test case.
parent
94e6e4ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
22 deletions
+1
-22
mysql-test/t/sp_notembedded.test
mysql-test/t/sp_notembedded.test
+1
-22
No files found.
mysql-test/t/sp_notembedded.test
View file @
d06b46e8
...
...
@@ -45,27 +45,9 @@ call bug4902_2()|
call
bug4902_2
()
|
drop
procedure
bug4902_2
|
# Disable until bug#17244 is fixed
--
disable_parsing
#
# BUG#
5278: Stored procedure packets out of order if SET PASSWORD.
# BUG#
3583: query cache doesn't work for stored procedures
#
--
disable_warnings
drop
function
if
exists
bug5278
|
--
enable_warnings
create
function
bug5278
()
returns
char
begin
SET
PASSWORD
FOR
'bob'
@
'%.loc.gov'
=
PASSWORD
(
'newpass'
);
return
'okay'
;
end
|
--
error
1133
select
bug5278
()
|
--
error
1133
select
bug5278
()
|
drop
function
bug5278
|
--
enable_parsing
--
disable_warnings
drop
table
if
exists
t1
|
...
...
@@ -74,9 +56,6 @@ create table t1 (
id
char
(
16
)
not
null
default
''
,
data
int
not
null
)
|
#
# BUG#3583: query cache doesn't work for stored procedures
#
--
disable_warnings
drop
procedure
if
exists
bug3583
|
--
enable_warnings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment