diff options
Diffstat (limited to 'mysql-test/r/sp.result')
-rw-r--r-- | mysql-test/r/sp.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sp.result b/mysql-test/r/sp.result index f84b224b8e0..4d67ed76188 100644 --- a/mysql-test/r/sp.result +++ b/mysql-test/r/sp.result @@ -1229,7 +1229,7 @@ drop table if exists t3| create table t3 (s1 smallint)| insert into t3 values (123456789012)| Warnings: -Warning 1264 Data truncated; out of range for column 's1' at row 1 +Warning 1264 Out of range value adjusted for column 's1' at row 1 create procedure bug() begin declare exit handler for sqlwarning set @x = 1; |