![]() |
MySQL 9.6.0
Source Code Documentation
|
A service allowing allocation thread specific memory for a calling thread. More...
#include <mysql_my_thread.h>
Public Attributes | |
| mysql_service_status_t(* | attach )() |
| mysql_service_status_t(* | detach )() |
| mysql_service_status_t(* | is_attached )() |
A service allowing allocation thread specific memory for a calling thread.
Specific memory is used by mysys and dbug purposes. The example below shows how to use the service by the std::thread that uses the mysql_service_mysql_debug_keyword_service service. keyword);
| mysql_service_status_t(* s_mysql_mysql_my_thread::attach) () |
| mysql_service_status_t(* s_mysql_mysql_my_thread::detach) () |
| mysql_service_status_t(* s_mysql_mysql_my_thread::is_attached) () |