1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

remove a test that became meaningless in 2009

after fb175a1beb
This commit is contained in:
Sergei Golubchik
2023-09-10 21:03:34 +02:00
parent 52a0cd3c2e
commit ceb1bd19ad
2 changed files with 0 additions and 27 deletions

View File

@ -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