summaryrefslogtreecommitdiff
path: root/mysql-test/r/select.result
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2017-03-07 17:27:27 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2017-03-07 17:27:27 +0400
commitaeff61ee5857f2351030c604f62dc7628543209a (patch)
treee67851ff07b3693b952d48c90c3916483666c882 /mysql-test/r/select.result
parentea31755760537723ded855794c16dd31c3db08c6 (diff)
downloadmariadb-git-aeff61ee5857f2351030c604f62dc7628543209a.tar.gz
MDEV-12064 Bug#18411494 WRONG COMPARSION ON BIG DECIMAL VALUES.
Test results updated.
Diffstat (limited to 'mysql-test/r/select.result')
-rw-r--r--mysql-test/r/select.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/select.result b/mysql-test/r/select.result
index ca8b235ba31..787e321dd57 100644
--- a/mysql-test/r/select.result
+++ b/mysql-test/r/select.result
@@ -2956,7 +2956,7 @@ insert into t1 values (1,'x',5);
select * from t1 natural join v1;
s1 s2 s3
Warnings:
-Warning 1292 Truncated incorrect DOUBLE value: 'x'
+Warning 1292 Truncated incorrect DECIMAL value: 'x'
drop table t1;
drop view v1;
create table t1(a1 int);