1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

A test clean-up for 7c78b27a33b749656cbc28091eac32bbbeee9e42

This commit is contained in:
Alexander Barkov
2016-08-15 17:04:55 +04:00
parent 81ba971d03
commit 4940a91a5f
2 changed files with 11 additions and 11 deletions

View File

@ -72,8 +72,6 @@ IS
v:=123;
END;
BEGIN
EXCEPTION
WHEN 1002 THEN v:=225;
END;
/
DELIMITER ;/
@ -93,6 +91,8 @@ IS
v:=123;
END;
BEGIN
EXCEPTION
WHEN 1002 THEN v:=225;
END;
/
DELIMITER ;/