MySQL 9.6.0
Source Code Documentation
mysql_server_runtime_warning_imp Class Reference

Implementation of the warning reporting to the connecting client. More...

#include <mysql_runtime_warning_imp.h>

Static Public Member Functions

static void emit (THD *thd, int id,...) noexcept
 Wrapper around push_warning_vprintf function. More...
 
static void emit_v (THD *thd, int id, va_list args) noexcept
 Wrapper around push_warning_vprintf function. More...
 

Detailed Description

Implementation of the warning reporting to the connecting client.

Member Function Documentation

◆ emit()

void mysql_server_runtime_warning_imp::emit ( THD thd,
int  id,
  ... 
)
staticnoexcept

Wrapper around push_warning_vprintf function.

See also
push_warning_vprintf

◆ emit_v()

void mysql_server_runtime_warning_imp::emit_v ( THD thd,
int  id,
va_list  args 
)
staticnoexcept

Wrapper around push_warning_vprintf function.

See also
push_warning_vprintf

The documentation for this class was generated from the following files: