MySQL 8.3.0
Source Code Documentation
mysqlbinlog.h File Reference
#include <stdarg.h>
#include <sys/types.h>
#include "my_compiler.h"
#include "my_inttypes.h"

Go to the source code of this file.

Functions

void error (const char *format,...)
 
void warning (const char *format,...)
 
void error_or_warning (const char *format, va_list args, const char *msg)
 
void sql_print_error (const char *format,...)
 

Variables

bool force_opt
 
bool short_form
 
ulong opt_server_id_mask
 
ulong opt_binlog_rows_event_max_size
 

Function Documentation

◆ error()

void error ( const char *  format,
  ... 
)

◆ error_or_warning()

void error_or_warning ( const char *  format,
va_list  args,
const char *  msg 
)

◆ sql_print_error()

void sql_print_error ( const char *  format,
  ... 
)

◆ warning()

void warning ( const char *  format,
  ... 
)

Variable Documentation

◆ force_opt

bool force_opt
extern

◆ opt_binlog_rows_event_max_size

ulong opt_binlog_rows_event_max_size
extern

◆ opt_server_id_mask

ulong opt_server_id_mask
extern

◆ short_form

bool short_form
extern