MySQL 9.1.0
Source Code Documentation
|
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_session * | MYSQL_SESSION |
typedef void(* | srv_session_error_cb) (void *ctx, unsigned int sql_errno, const char *err_msg) |
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 class Srv_session* MYSQL_SESSION |
typedef void(* srv_session_error_cb) (void *ctx, unsigned int sql_errno, const char *err_msg) |