MySQL 5.6.14 Source Code Document
|
Public Types | |
enum | EntryType { LE_INSERT, LE_DELETE, LE_UPDATE } |
Public Member Functions | |
AttributeS * | add_attr () |
void | clear () |
Uint32 | size () const |
const AttributeS * | operator[] (int i) const |
Public Attributes | |
Uint32 | m_frag_id |
EntryType | m_type |
TableS * | m_table |
Vector< AttributeS * > | m_values |
Vector< AttributeS * > | m_values_e |
Definition at line 459 of file Restore.hpp.