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

MDEV-26180: Enable test main.sp-row after the 10.5 merge

This commit is contained in:
Oleksandr Byelkin
2021-08-03 11:38:55 +02:00
parent 7ae6ef5236
commit 2db692f5b4
5 changed files with 8 additions and 19 deletions

View File

@ -228,6 +228,7 @@ CREATE FUNCTION f1(a INT) RETURNS INT
BEGIN
RETURN a;
END;
$$
CREATE PROCEDURE p1()
BEGIN
DECLARE a ROW (a INT,b INT);