summaryrefslogtreecommitdiff
path: root/mysql-test/r/type_float.result
diff options
context:
space:
mode:
authorunknown <kaa@polly.local>2007-05-28 14:22:21 +0400
committerunknown <kaa@polly.local>2007-05-28 14:22:21 +0400
commitba442f4b81234621b227fee25de2d7d59a660438 (patch)
treeaba279d0b0cd4d1a2661b5809a2ee35eb71c17f0 /mysql-test/r/type_float.result
parent71e78d16ff2638affa7864ae2fcc8a0efdb1b9e9 (diff)
downloadmariadb-git-ba442f4b81234621b227fee25de2d7d59a660438.tar.gz
Changed the warning messages in the testcase to match 5.1 text.
This is for bug #28121. mysql-test/r/type_float.result: Changed the warning messages in the testcase to match 5.1 text.
Diffstat (limited to 'mysql-test/r/type_float.result')
-rw-r--r--mysql-test/r/type_float.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/type_float.result b/mysql-test/r/type_float.result
index c3ddb0dd78d..33ad3928835 100644
--- a/mysql-test/r/type_float.result
+++ b/mysql-test/r/type_float.result
@@ -349,8 +349,8 @@ insert into t1 values (1e199), (-1e199);
insert into t1 values (1e200), (-1e200);
insert into t1 values (2e200), (-2e200);
Warnings:
-Warning 1264 Out of range value adjusted for column 'f1' at row 1
-Warning 1264 Out of range value adjusted for column 'f1' at row 2
+Warning 1264 Out of range value for column 'f1' at row 1
+Warning 1264 Out of range value for column 'f1' at row 2
select f1 + 0e0 from t1;
f1 + 0e0
1e+199
@@ -365,8 +365,8 @@ insert into t1 values (1e29), (-1e29);
insert into t1 values (1e30), (-1e30);
insert into t1 values (2e30), (-2e30);
Warnings:
-Warning 1264 Out of range value adjusted for column 'f1' at row 1
-Warning 1264 Out of range value adjusted for column 'f1' at row 2
+Warning 1264 Out of range value for column 'f1' at row 1
+Warning 1264 Out of range value for column 'f1' at row 2
select f1 + 0e0 from t1;
f1 + 0e0
1.0000000150475e+29