MySQL 9.1.0
Source Code Documentation
|
Wrapper for pretty-printing a record. More...
#include <rem0rec.h>
Public Member Functions | |
rec_index_print (const rec_t *rec, const dict_index_t *index) | |
Constructor. More... | |
Public Attributes | |
const rec_t * | m_rec |
Record. More... | |
const dict_index_t * | m_index |
Index. More... | |
Wrapper for pretty-printing a record.
|
inline |
Constructor.
const dict_index_t* rec_index_print::m_index |
Index.
const rec_t* rec_index_print::m_rec |
Record.