• Sergey Vojtovich's avatar
    MDEV-21348 - column compression memory leak · b40b3720
    Sergey Vojtovich authored
    The Storage-Engine Independent Column Compression does not call
    deflateEnd() when deflate() does not return Z_STREAM_END.
    
    This for instance happens when the data is already (externally)
    compressed and deflate() needs more space than the original data.
    
    This patch is based on contribution by Martijn Broenland.
    b40b3720
column_compression.test 7.15 KB