diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-02-17 01:05:31 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-02-17 01:05:31 +0200 |
commit | 790b6f5ae2b82f5e2d9c872c52b71b6f5fe0c35a (patch) | |
tree | 026539b97df2a2da3650a6188f0524a90411ef97 /mysql-test/main/union.result | |
parent | e9e47889c89f9834bb366c371c4b3820f6fb8029 (diff) | |
download | mariadb-git-790b6f5ae2b82f5e2d9c872c52b71b6f5fe0c35a.tar.gz |
MDEV-18598: Wrong results after instant integer conversions
Field_str::is_equal(): Do not allow instant conversions between
BIT (which is stored big-endian) and integer types (which can
be stored big-endian or little-endian, depending on storage engine).
row_sel_field_store_in_mysql_format_func(): Properly extend
narrower integer and DATA_FIXBINARY values to the current format.
DATA_FIXBINARY was incorrectly padded with 0x20 instead of 0.
Diffstat (limited to 'mysql-test/main/union.result')
0 files changed, 0 insertions, 0 deletions