• Marko Mäkelä's avatar
    Bug#16736929 PAGE_ZIP_DECOMPRESS() FAILS ON EMPTY RECORD · 1d3a200b
    Marko Mäkelä authored
    When a record contains no user data bytes (such as when the PRIMARY
    KEY is an empty string and all secondary index fields are NULL or the
    empty string), page_zip_decompress() could fail to set the record
    heap_no correctly.
    
    page_zip_decompress_node_ptrs(), page_zip_decompress_sec(),
    page_zip_decompress_clust(): Set heap_no also at the end of the
    compressed data stream.
    
    rb#2448 approved by Jimmy Yang and Inaam Rana
    1d3a200b
To find the state of this project's repository at the time of any of these versions, check out the tags.
ChangeLog 77.7 KB