MySQL 9.3.0
Source Code Documentation
mrs::database::entry::AuditLog Struct Reference

#include <audit_log.h>

Public Attributes

uint64_t id
 
std::string op
 
std::string table
 
helper::Optional< UniversalIdold_table_id
 
helper::Optional< UniversalIdnew_table_id
 

Member Data Documentation

◆ id

uint64_t mrs::database::entry::AuditLog::id

◆ new_table_id

helper::Optional<UniversalId> mrs::database::entry::AuditLog::new_table_id

◆ old_table_id

helper::Optional<UniversalId> mrs::database::entry::AuditLog::old_table_id

◆ op

std::string mrs::database::entry::AuditLog::op

◆ table

std::string mrs::database::entry::AuditLog::table

The documentation for this struct was generated from the following file: