diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-11-18 15:42:48 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-11-18 15:42:48 +0100 |
commit | cc2c296309def442de0ebbe101f1fd61cb1acc0a (patch) | |
tree | 21d786dd44a265b1001ba684cf10d2171097fef3 /mysql-test/r/func_compress.result | |
parent | 5d0122bd7719d1b6125af43e29908cb71922e646 (diff) | |
download | mariadb-git-cc2c296309def442de0ebbe101f1fd61cb1acc0a.tar.gz |
MDEV-4513 Valgrind warnings (Conditional jump or move depends on uninitialised value) in inflate on UNCOMPRESS
Diffstat (limited to 'mysql-test/r/func_compress.result')
-rw-r--r-- | mysql-test/r/func_compress.result | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/r/func_compress.result b/mysql-test/r/func_compress.result index 22b75de8c60..9fde006b377 100644 --- a/mysql-test/r/func_compress.result +++ b/mysql-test/r/func_compress.result @@ -147,3 +147,11 @@ DROP TABLE t1; # # End of 5.3 tests # +SELECT UNCOMPRESS(CAST(0 AS BINARY(5))); +UNCOMPRESS(CAST(0 AS BINARY(5))) +NULL +Warnings: +Warning 1259 ZLIB: Input data corrupted +# +# End of 5.5 tests +# |