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
ceb1bd19
Commit
ceb1bd19
authored
Sep 10, 2023
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove a test that became meaningless in 2009
after
fb175a1b
parent
52a0cd3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
mysql-test/main/sp-error.result
mysql-test/main/sp-error.result
+0
-9
mysql-test/main/sp-error.test
mysql-test/main/sp-error.test
+0
-18
No files found.
mysql-test/main/sp-error.result
View file @
ceb1bd19
...
...
@@ -1608,15 +1608,6 @@ CALL p1((SELECT * FROM t1))|
ERROR 21000: Subquery returns more than 1 row
DROP PROCEDURE IF EXISTS p1|
DROP TABLE t1|
drop procedure if exists p1;
create procedure p1()
begin
create table t1 (a int) engine=MyISAM;
drop table t1;
end|
call p1();
call p1();
drop procedure p1;
drop procedure if exists proc_8759;
create procedure proc_8759()
begin
...
...
mysql-test/main/sp-error.test
View file @
ceb1bd19
...
...
@@ -2349,24 +2349,6 @@ DROP TABLE t1|
delimiter
;
|
#
# Bug#21801: SQL exception handlers and warnings
#
--
disable_warnings
drop
procedure
if
exists
p1
;
--
enable_warnings
delimiter
|
;
create
procedure
p1
()
begin
create
table
t1
(
a
int
)
engine
=
MyISAM
;
drop
table
t1
;
end
|
delimiter
;
|
call
p1
();
call
p1
();
drop
procedure
p1
;
#
# Bug#8759 (Stored Procedures: SQLSTATE '00000' should be illegal)
#
...
...
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