MySQL 8.4.0
Source Code Documentation
service_srv_session_bits.h File Reference

These are the common definitions between the plugin service for sessions and the component service extension for sessions. More...

Go to the source code of this file.

Typedefs

typedef class Srv_sessionMYSQL_SESSION
 
typedef void(* srv_session_error_cb) (void *ctx, unsigned int sql_errno, const char *err_msg)
 

Detailed Description

These are the common definitions between the plugin service for sessions and the component service extension for sessions.

Note that this file is part of both the PLUGIN API/ABI and the component service API.

Typedef Documentation

◆ MYSQL_SESSION

typedef class Srv_session* MYSQL_SESSION

◆ srv_session_error_cb

typedef void(* srv_session_error_cb) (void *ctx, unsigned int sql_errno, const char *err_msg)