MySQL 9.1.0
Source Code Documentation
|
A wrapper class to print the file segment header information. More...
#include <fsp0types.h>
Public Member Functions | |
fseg_header (const fseg_header_t *header, mtr_t *mtr) | |
Constructor of fseg_header. More... | |
std::ostream & | to_stream (std::ostream &out) const |
Print the file segment header to the given output stream. More... | |
Private Attributes | |
const fseg_header_t * | m_header |
The underlying file segment header. More... | |
mtr_t * | m_mtr |
The mini-transaction, which is used mainly to check whether appropriate latches have been taken by the calling thread. More... | |
A wrapper class to print the file segment header information.
|
inline |
Constructor of fseg_header.
[in] | header | Underlying file segment header object |
[in] | mtr | Mini-transaction. No redo logs are generated, only latches are checked within mini-transaction |
std::ostream & fseg_header::to_stream | ( | std::ostream & | out | ) | const |
Print the file segment header to the given output stream.
[in] | out | the output stream into which the object is printed. |
the | output stream into which the object was printed. |
|
private |
The underlying file segment header.
|
private |
The mini-transaction, which is used mainly to check whether appropriate latches have been taken by the calling thread.