![]() |
MySQL
8.0.23
Source Code Documentation
|
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 commond defintions 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) |