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
8f12dc93
Commit
8f12dc93
authored
Sep 13, 2005
by
petr@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
after-merge fix
parent
48028584
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
mysql-test/t/sp.test
mysql-test/t/sp.test
+15
-15
No files found.
mysql-test/t/sp.test
View file @
8f12dc93
...
...
@@ -4107,21 +4107,6 @@ select bug131333()|
drop
procedure
bug131333
|
drop
function
bug131333
|
#
# Bug #13124 Stored Procedure using SELECT INTO crashes server
#
--
disable_warnings
drop
procedure
if
exists
bug13124
|
--
enable_warnings
create
procedure
bug13124
()
begin
declare
y
integer
;
set
@
x
=
y
;
end
|
call
bug13124
()
|
drop
procedure
bug13124
|
#
# BUG#12379: PROCEDURE with HANDLER calling FUNCTION with error get
# strange result
...
...
@@ -4177,6 +4162,21 @@ drop procedure bug12379_1|
drop
procedure
bug12379_2
|
drop
procedure
bug12379_3
|
#
# Bug #13124 Stored Procedure using SELECT INTO crashes server
#
--
disable_warnings
drop
procedure
if
exists
bug13124
|
--
enable_warnings
create
procedure
bug13124
()
begin
declare
y
integer
;
set
@
x
=
y
;
end
|
call
bug13124
()
|
drop
procedure
bug13124
|
#
# BUG#NNNN: New bug synopsis
#
...
...
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