summaryrefslogtreecommitdiff
path: root/mysql-test/main/func_math.result
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2022-07-06 10:28:06 +0400
committerAlexander Barkov <bar@mariadb.com>2022-07-06 15:05:25 +0400
commitbdc1134deabb741d5b62a992d7478101adc617b3 (patch)
tree5948134e72b0919b207597d6e8a4aae23c2ae498 /mysql-test/main/func_math.result
parent631370227835a05442ede816bf927ce8b5261446 (diff)
downloadmariadb-git-bdc1134deabb741d5b62a992d7478101adc617b3.tar.gz
MDEV-29041 Redundant truncation warning on CAST(string_column AS DECIMAL)
Diffstat (limited to 'mysql-test/main/func_math.result')
-rw-r--r--mysql-test/main/func_math.result2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/main/func_math.result b/mysql-test/main/func_math.result
index 92b56cb4de4..552a04afb4a 100644
--- a/mysql-test/main/func_math.result
+++ b/mysql-test/main/func_math.result
@@ -426,9 +426,7 @@ SELECT b DIV 900 y FROM t1 GROUP BY y;
y
0
Warnings:
-Warning 1918 Encountered illegal value '' when converting to DECIMAL
Warning 1292 Truncated incorrect DECIMAL value: 'str1'
-Warning 1918 Encountered illegal value '' when converting to DECIMAL
Warning 1292 Truncated incorrect DECIMAL value: 'str2'
SELECT c DIV 900 y FROM t1 GROUP BY y;
y