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

Go to the source code of this file.

Namespaces

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

Enumerations

enum  mysql::binlog::event::compression::type { mysql::binlog::event::compression::ZSTD = 0 , mysql::binlog::event::compression::NONE = 255 }
 

Functions

template<class T >
bool mysql::binlog::event::compression::type_is_valid (T t)
 
std::string mysql::binlog::event::compression::type_to_string (type t)
 

Variables

constexpr unsigned int mysql::binlog::event::compression::ZSTD_INSTRUMENTED_BELOW_VERSION = 10505