31#ifndef LOG_SINK_PERFSCHEMA_H 
   32#define LOG_SINK_PERFSCHEMA_H 
   70                const char *error_code, uint error_code_length,
 
   71                const char *subsys, uint subsys_length, 
const char *message,
 
   72                uint message_length));
 
enum enum_log_service_error log_service_error
Error codes.
 
unsigned long long int ulonglong
Definition: my_inttypes.h:56
 
static my_thread_id thread_id
Definition: my_thr_init.cc:63
 
constexpr value_type timestamp
Definition: classic_protocol_constants.h:278
 
#define DECLARE_METHOD(retval, name, args)
Declares a method as a part of the Service definition.
Definition: service.h:103
 
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
 
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
 
Specifies macros to define Service Implementations.
 
int log_sink_perfschema(void *instance, log_line *ll)
services: log sinks: logging to performance_schema ring-buffer
Definition: log_sink_perfschema.cc:814