深度解析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.
本文地址:http://www.bzve.cn/news/459e2999511.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。