Skip to content

Commit

Permalink
MDEV-11478 Result data type aggregation for pluggable data types
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Barkov committed Dec 29, 2016
1 parent f613888 commit 8aa044e
Show file tree
Hide file tree
Showing 14 changed files with 1,138 additions and 266 deletions.
8 changes: 1 addition & 7 deletions mysql-test/r/func_str.result
Expand Up @@ -2938,13 +2938,7 @@ sha1('P'),
)
)
) AS r;
r
0
Warnings:
Warning 1292 Truncated incorrect INTEGER value: '511993d3c99719e38a6779073019dacd7178ddb9'
Warning 1292 Truncated incorrect DECIMAL value: '[.DC2.]'
Warning 1292 Truncated incorrect INTEGER value: '511993d3c99719e38a6779073019dacd7178ddb9'
Warning 1292 Truncated incorrect DOUBLE value: '0.000000000000000000000000000000111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111'
ERROR HY000: Illegal parameter data types geometry and decimal for operation 'coalesce'
connection conn1;
SET @@global.max_allowed_packet:= @tmp_max;
disconnect newconn;
Expand Down

0 comments on commit 8aa044e

Please sign in to comment.