MySQL 8.3.0
Source Code Documentation
mysql_thd_store_service.h File Reference

Connection event tracking. More...

Go to the source code of this file.

Classes

struct  s_mysql_mysql_thd_store
 A service to store an opaque pointer in MYSQL_THD. More...
 

Typedefs

typedef struct mysql_thd_store_slot_imp * mysql_thd_store_slot
 
typedef int(* free_resource_fn) (void *)
 Callback to free resource stored in THD. More...
 
typedef struct s_mysql_mysql_thd_store mysql_service_mysql_thd_store_t
 A service to store an opaque pointer in MYSQL_THD. More...
 

Detailed Description

Connection event tracking.

Typedef Documentation

◆ free_resource_fn

typedef int(* free_resource_fn) (void *)

Callback to free resource stored in THD.

returns 0 for success, 1 otherwise.

◆ mysql_thd_store_slot

typedef struct mysql_thd_store_slot_imp* mysql_thd_store_slot