MySQL 9.1.0
Source Code Documentation
|
A service that provides the apis for mysql command session thread init and thread end. More...
#include <mysql_command_services.h>
Public Attributes | |
mysql_service_status_t(* | init )(void) |
Calls session init_thread() to initialize a thread to use the session service. More... | |
void(* | end )(void) |
Calls session deinit_thread() to deinitialize a thread that has been using the session service. More... | |
A service that provides the apis for mysql command session thread init and thread end.
void(* s_mysql_mysql_command_thread::end) (void) |
Calls session deinit_thread() to deinitialize a thread that has been using the session service.
mysql_service_status_t(* s_mysql_mysql_command_thread::init) (void) |
Calls session init_thread() to initialize a thread to use the session service.
true | failure |
false | success |