summaryrefslogtreecommitdiff
path: root/mysql-test/main/type_year.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/type_year.result')
-rw-r--r--mysql-test/main/type_year.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/main/type_year.result b/mysql-test/main/type_year.result
index 75876d2efad..acdc729f4c2 100644
--- a/mysql-test/main/type_year.result
+++ b/mysql-test/main/type_year.result
@@ -210,11 +210,11 @@ SELECT * FROM t2 WHERE yy = 'test';
yy c2
00 2000
Warnings:
-Warning 1292 Truncated incorrect DOUBLE value: 'test'
+Warning 1292 Truncated incorrect DECIMAL value: 'test'
SELECT * FROM t4 WHERE yyyy = 'test';
yyyy c4
Warnings:
-Warning 1292 Truncated incorrect DOUBLE value: 'test'
+Warning 1292 Truncated incorrect DECIMAL value: 'test'
SELECT * FROM t2 WHERE yy = '1999';
yy c2
99 1999