MySQL 8.4.0
Source Code Documentation
s_mysql_mysql_command_thread Struct Reference

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...
 

Detailed Description

A service that provides the apis for mysql command session thread init and thread end.

Member Data Documentation

◆ end

void(* s_mysql_mysql_command_thread::end) (void)

Calls session deinit_thread() to deinitialize a thread that has been using the session service.

◆ init

mysql_service_status_t(* s_mysql_mysql_command_thread::init) (void)

Calls session init_thread() to initialize a thread to use the session service.

Return values
truefailure
falsesuccess

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