MySQL 8.4.0
Source Code Documentation
Call_close_conn Class Reference

This class implements callback function used by close_connections() to close vio connection for all thds in thd list. More...

Inheritance diagram for Call_close_conn:
[legend]

Public Member Functions

 Call_close_conn (bool server_shutdown)
 
void operator() (THD *closing_thd) override
 
- Public Member Functions inherited from Do_THD_Impl
virtual ~Do_THD_Impl ()=default
 

Private Attributes

bool is_server_shutdown
 

Detailed Description

This class implements callback function used by close_connections() to close vio connection for all thds in thd list.

Constructor & Destructor Documentation

◆ Call_close_conn()

Call_close_conn::Call_close_conn ( bool  server_shutdown)
inline

Member Function Documentation

◆ operator()()

void Call_close_conn::operator() ( THD closing_thd)
inlineoverridevirtual

Implements Do_THD_Impl.

Member Data Documentation

◆ is_server_shutdown

bool Call_close_conn::is_server_shutdown
private

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