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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
11fe777a
Commit
11fe777a
authored
Sep 13, 2005
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
after-merge fix
parent
3826a0dc
Changes
1
Hide 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 @
11fe777a
...
@@ -4107,21 +4107,6 @@ select bug131333()|
...
@@ -4107,21 +4107,6 @@ select bug131333()|
drop
procedure
bug131333
|
drop
procedure
bug131333
|
drop
function
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
# BUG#12379: PROCEDURE with HANDLER calling FUNCTION with error get
# strange result
# strange result
...
@@ -4177,6 +4162,21 @@ drop procedure bug12379_1|
...
@@ -4177,6 +4162,21 @@ drop procedure bug12379_1|
drop
procedure
bug12379_2
|
drop
procedure
bug12379_2
|
drop
procedure
bug12379_3
|
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
# 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