深度解析Innodb记录格式源码

  发布时间:2025-11-04 10:49:42   作者:玩站小弟   我要评论
复制void rec_convert_dtuple_to_rec_comp( /*===========================*/ 。
深度解析Innodb记录格式源码
复制void   rec_convert_dtuple_to_rec_comp(   /*===========================*/            rec_t*                          rec,深度   /*!< in: origin of record */            ulint                    extra,        /*!< in: number of bytes to                                                 reserve between the record                                                  header and the data payload                                                  (normally REC_N_NEW_EXTRA_BYTES) */            const dict_index_t*  index,        /*!< in: record descriptor */            ulint                    status,       /*!< in: status bits of the record */            const dfield_t*          fields,        /*!< in: array of data fields */            ulint                    n_fields)/*!< in: number of data fields */  1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.
  • Tag:

相关文章

最新评论