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/sp-error.result | |
parent | 8b68263a531bf6926afea71fe6eaf2ffd5a85049 (diff) | |
download | mariadb-git-d7e3120da8be3b517b81cce160dbe53f91876ce8.tar.gz |
SP stack trace
Diffstat (limited to 'mysql-test/r/sp-error.result')
-rw-r--r-- | mysql-test/r/sp-error.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/sp-error.result b/mysql-test/r/sp-error.result index aee3a614391..f8dd2737e8e 100644 --- a/mysql-test/r/sp-error.result +++ b/mysql-test/r/sp-error.result @@ -1990,6 +1990,8 @@ Warning 1264 Out of range value for column 'a' at row 1 Note 1292 Truncated incorrect INTEGER value: '222222 ' Warning 1264 Out of range value for column 'b' at row 1 Error 1048 Column 'c' cannot be null +Note 4070 At line 6 in test.t1_bi +Note 4070 At line 2 in test.p1 DROP TABLE t1; DROP TABLE t2; |