MySQL 8.4.0
Source Code Documentation
s_mysql_thread_cleanup_handler Struct Reference

A service to cleanup thread resource. More...

#include <thread_cleanup_handler.h>

Public Attributes

mysql_service_status_t(* exit_handler )()
 Component thread exit handler, invoked by mysql_service_thread_cleanup_register. More...
 

Detailed Description

A service to cleanup thread resource.

Member Data Documentation

◆ exit_handler

mysql_service_status_t(* s_mysql_thread_cleanup_handler::exit_handler) ()

Component thread exit handler, invoked by mysql_service_thread_cleanup_register.

Returns
true if error false otherwise.

The documentation for this struct was generated from the following file: