mirror of https://github.com/MariaDB/server
Browse Source
contents end up with conflicting versions of a record's state. The zipped page record was not being marked as "(un)deleted" because we were not passing the zipped page contents to the (un)delete function, which first (un)delete marks the uncompressed version and then based on whether page_zip is NULL or not (un)delete marks the record in the compressed page.pull/374/head
4 changed files with 18 additions and 4 deletions
Loading…
Reference in new issue