MySQL 5.6.14 Source Code Document
|
#include "mach0data.h"
Go to the source code of this file.
Functions | |
UNIV_INTERN byte * | mach_parse_compressed (byte *ptr, byte *end_ptr, ulint *val) |
Utilities for converting data from the database file to the machine format.
Created 11/28/1995 Heikki Tuuri
Definition in file mach0data.cc.
UNIV_INTERN byte* mach_parse_compressed | ( | byte * | ptr, |
byte * | end_ptr, | ||
ulint * | val | ||
) |
Reads a ulint in a compressed form if the log record fully contains it.
ptr | in: pointer to buffer from where to read |
end_ptr | in: pointer to end of the buffer |
val | out: read value (< 2^32) |
Definition at line 38 of file mach0data.cc.