MySQL 9.1.0
Source Code Documentation
|
Utilities for converting data from the database file to the machine format. More...
Functions | |
uint64_t | mach_parse_u64_much_compressed (const byte **ptr, const byte *end_ptr) |
Read a 64-bit integer in a much compressed form. More... | |
uint32_t | mach_parse_compressed (const byte **ptr, const byte *end_ptr) |
Read a 32-bit integer in a compressed form. More... | |
Utilities for converting data from the database file to the machine format.
Created 11/28/1995 Heikki Tuuri
Read a 32-bit integer in a compressed form.
[in,out] | ptr | pointer to memory from where to read; advanced by the number of bytes consumed, or set NULL if out of space |
[in] | end_ptr | end of the buffer |
Read a 64-bit integer in a much compressed form.
[in,out] | ptr | pointer to memory from where to read, advanced by the number of bytes consumed, or set NULL if out of space |
[in] | end_ptr | end of the buffer |