MySQL 26.7.0
Source Code Documentation
statement_events.cpp File Reference

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::anonymous_namespace{statement_events.cpp}
 

Functions

bool mysql::binlog::event::is_user_var_decimal_metadata_valid (const char *val, std::size_t val_len, int max_precision, int max_scale)
 Validates DECIMAL user variable metadata and payload length. More...
 
static void mysql::binlog::event::copy_str_and_move (Log_event_header::Byte **dst, const char **src, size_t len)
 Utility function for the Query_event constructor. More...
 

Variables

constexpr int mysql::binlog::event::anonymous_namespace{statement_events.cpp}::k_max_user_var_decimal_precision = 65
 
constexpr int mysql::binlog::event::anonymous_namespace{statement_events.cpp}::k_max_user_var_decimal_scale = 30