MySQL 8.0.37
Source Code Documentation
base.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  binary_log
 The namespace contains classes representing events that can occur in a replication stream.
 
namespace  binary_log::transaction
 
namespace  binary_log::transaction::compression
 

Enumerations

enum  binary_log::transaction::compression::type { binary_log::transaction::compression::ZSTD = 0 , binary_log::transaction::compression::NONE = 255 }
 

Functions

template<class T >
bool binary_log::transaction::compression::type_is_valid (T t)
 
std::string binary_log::transaction::compression::type_to_string (type t)