The following function is used to set the deleted bit of a record UNIV_INLINEvoidbtr_rec_set_deleted_flag===================== rec_t rec ! inout physical record page_zip_des_t page_zip! inout compre
该函数用于设置记录的删除标志位。如果记录所在的页是压缩页,则调用rec_set_deleted_flag_new()函数设置删除标志位;否则,调用rec_set_deleted_flag_old()函数设置删除标志位。其中,page_rec_is_comp()函数用于判断记录所在的页是否是压缩页。
原文地址: https://www.cveoy.top/t/topic/eF2e 著作权归作者所有。请勿转载和采集!