diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2017-03-07 17:27:27 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2017-03-07 17:27:27 +0400 |
commit | aeff61ee5857f2351030c604f62dc7628543209a (patch) | |
tree | e67851ff07b3693b952d48c90c3916483666c882 /mysql-test/r/select.result | |
parent | ea31755760537723ded855794c16dd31c3db08c6 (diff) | |
download | mariadb-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.result | 2 |
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); |