1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

SP stack trace

This commit is contained in:
halfspawn
2017-05-22 16:57:41 +02:00
committed by Alexander Barkov
parent 8b68263a53
commit d7e3120da8
16 changed files with 84 additions and 22 deletions

View File

@@ -587,6 +587,10 @@ DROP PROCEDURE p1;
# The same statement information item can be used multiple times.
SHOW WARNINGS;
Level Code Message
Error 54321 MESSAGE_TEXT text
Note 4070 At line 16 in test.p1
CREATE PROCEDURE p1()
BEGIN
DECLARE var INT;
@@ -595,7 +599,7 @@ SELECT var, @var;
END|
CALL p1();
var @var
1 1
2 2
DROP PROCEDURE p1;
# Setting TABLE_NAME is currently not implemented.