MySQL 9.0.0
Source Code Documentation
lob0undo.h File Reference

Undo logging small changes to BLOBs. More...

#include <list>
#include "dict0mem.h"
#include "mem0mem.h"
#include "univ.i"

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)
 

Detailed Description

Undo logging small changes to BLOBs.