MySQL 9.1.0
Source Code Documentation
|
Undo logging small changes to BLOBs. More...
Go to the source code of this file.
Classes | |
struct | lob::undo_data_t |
Undo information about LOB data alone without including LOB index. More... | |
struct | lob::undo_seq_t |
Container to hold a sequence of undo log records containing modification of BLOBs. More... | |
struct | lob::undo_vers_t |
The list of modifications to be applied on LOBs to get older versions. More... | |
Namespaces | |
namespace | lob |
Provides the large objects (LOB) module. | |
Functions | |
std::ostream & | lob::operator<< (std::ostream &out, const undo_data_t &obj) |
Undo logging small changes to BLOBs.