diff options
author | halfspawn <j.brauge@qualiac.com> | 2017-05-22 16:57:41 +0200 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-05-29 15:46:29 +0400 |
commit | d7e3120da8be3b517b81cce160dbe53f91876ce8 (patch) | |
tree | dbf956ee20ecc5debc1e77dbf47ff997c38ebb22 /mysql-test/r/signal.result | |
parent | 8b68263a531bf6926afea71fe6eaf2ffd5a85049 (diff) | |
download | mariadb-git-d7e3120da8be3b517b81cce160dbe53f91876ce8.tar.gz |
SP stack trace
Diffstat (limited to 'mysql-test/r/signal.result')
-rw-r--r-- | mysql-test/r/signal.result | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mysql-test/r/signal.result b/mysql-test/r/signal.result index f05e357104d..4c2dda51a2f 100644 --- a/mysql-test/r/signal.result +++ b/mysql-test/r/signal.result @@ -1715,6 +1715,7 @@ show warnings $$ Level Code Message Warning 1012 Raising a warning Error 5555 RESIGNAL to not found +Note 4070 At line 9 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -1739,6 +1740,7 @@ show warnings $$ Level Code Message Warning 1012 Raising a warning Error 5555 RESIGNAL to error +Note 4070 At line 9 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -1787,6 +1789,7 @@ show warnings $$ Level Code Message Error 1012 Raising a not found Error 5555 RESIGNAL to not found +Note 4070 At line 9 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -1811,6 +1814,7 @@ show warnings $$ Level Code Message Error 1012 Raising a not found Error 5555 RESIGNAL to error +Note 4070 At line 9 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -1859,6 +1863,7 @@ show warnings $$ Level Code Message Error 1012 Raising an error Error 5555 RESIGNAL to not found +Note 4070 At line 9 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -1883,6 +1888,7 @@ show warnings $$ Level Code Message Error 1012 Raising an error Error 5555 RESIGNAL to error +Note 4070 At line 9 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -1925,6 +1931,7 @@ show warnings $$ Level Code Message Warning 1264 Out of range value for column 'a' at row 1 Error 5555 RESIGNAL to a not found +Note 4070 At line 8 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -1946,6 +1953,7 @@ show warnings $$ Level Code Message Warning 1264 Out of range value for column 'a' at row 1 Error 5555 RESIGNAL to an error +Note 4070 At line 8 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -1996,6 +2004,7 @@ show warnings $$ Level Code Message Error 1329 No data - zero rows fetched, selected, or processed Error 5555 RESIGNAL to a not found +Note 4070 At line 10 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -2021,6 +2030,7 @@ show warnings $$ Level Code Message Error 1329 No data - zero rows fetched, selected, or processed Error 5555 RESIGNAL to an error +Note 4070 At line 10 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -2063,6 +2073,7 @@ show warnings $$ Level Code Message Error 1051 Unknown table 'test.no_such_table' Error 5555 RESIGNAL to a not found +Note 4070 At line 8 in test.test_resignal drop procedure test_resignal $$ create procedure test_resignal() begin @@ -2084,6 +2095,7 @@ show warnings $$ Level Code Message Error 1051 Unknown table 'test.no_such_table' Error 5555 RESIGNAL to an error +Note 4070 At line 8 in test.test_resignal drop procedure test_resignal $$ # # More complex cases @@ -2130,6 +2142,7 @@ ERROR 42000: Hi, I am a useless error message show warnings $$ Level Code Message Error 9999 Hi, I am a useless error message +Note 4070 At line 7 in test.peter_p2 drop procedure peter_p1 $$ drop procedure peter_p2 $$ CREATE PROCEDURE peter_p1 () @@ -2185,13 +2198,16 @@ Level Code Message Error 1231 Variable 'sql_mode' can't be set to the value of 'NULL' Error 1232 Variable 'sql_mode' can't be set to the value of 'NULL' Error 9999 Variable 'sql_mode' can't be set to the value of 'NULL' +Note 4070 At line 8 in test.peter_p1 ERROR 42000: Hi, I am a useless error message show warnings $$ Level Code Message Error 1231 Variable 'sql_mode' can't be set to the value of 'NULL' Error 1232 Variable 'sql_mode' can't be set to the value of 'NULL' Error 9999 Variable 'sql_mode' can't be set to the value of 'NULL' +Note 4070 At line 8 in test.peter_p1 Error 9999 Hi, I am a useless error message +Note 4070 At line 10 in test.peter_p2 drop procedure peter_p1 $$ drop procedure peter_p2 $$ drop procedure if exists peter_p3 $$ @@ -2209,6 +2225,7 @@ show warnings $$ Level Code Message Error 1 Original Error 2 Original +Note 4070 At line 4 in test.peter_p3 drop procedure peter_p3 $$ drop table t_warn; drop table t_cursor; |