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
d9d20a82
Commit
d9d20a82
authored
Jul 06, 2005
by
dlenev@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After merge fix.
parent
8a924ac4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mysql-test/t/sp-error.test
mysql-test/t/sp-error.test
+3
-3
No files found.
mysql-test/t/sp-error.test
View file @
d9d20a82
...
...
@@ -993,7 +993,7 @@ begin
end
|
# If we allow recursive functions without additional modifications
# this will crash server since Item for "IN" is not reenterable.
--
error
142
3
--
error
142
4
select
bug11394
(
2
)
|
drop
function
bug11394
|
create
function
bug11394_1
(
i
int
)
returns
int
...
...
@@ -1006,7 +1006,7 @@ begin
end
|
# The following statement will crash because some LEX members responsible
# for selects cannot be used in reentrant fashion.
--
error
142
3
--
error
142
4
select
bug11394_1
(
2
)
|
drop
function
bug11394_1
|
# Note that the following should be allowed since it does not contains
...
...
@@ -1022,7 +1022,7 @@ begin
end
|
# Again if we allow recursion for stored procedures (without
# additional efforts) the following statement will crash the server.
--
error
142
3
--
error
142
4
call
bug11394
(
2
,
1
)
|
drop
procedure
bug11394
|
delimiter
|
;
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