24#ifndef MYSQL_RUNTIME_ERROR_IMP_H
25#define MYSQL_RUNTIME_ERROR_IMP_H
Definition: mysql_runtime_error_imp.h:29
static void emit(int id, int flags, va_list args) noexcept
It calls the server SQL error generation function and adds the error into the THD's error context.
Definition: mysql_runtime_error.cc:30
static int flags[50]
Definition: hp_test1.cc:40
Specifies macros to define Service Implementations.
#define DEFINE_METHOD(retval, name, args)
A macro to ensure method implementation has required properties, that is it does not throw exceptions...
Definition: service_implementation.h:79