MySQL 8.3.0
Source Code Documentation
mysql_component_mysql_current_thread_reader_imp Class Reference

An implementation of mysql current thread reader service for mysql server. More...

#include <mysql_current_thread_reader_imp.h>

Static Public Member Functions

static mysql_service_status_t get (MYSQL_THD *arg) noexcept
 Return current thd. More...
 

Detailed Description

An implementation of mysql current thread reader service for mysql server.

Member Function Documentation

◆ get()

mysql_service_status_t mysql_component_mysql_current_thread_reader_imp::get ( MYSQL_THD thd)
staticnoexcept

Return current thd.

Parameters
[out]thdThe placeholder to return the current THD in.
Return values
falsesuccess
truefailure
See also
mysql_service_mysql_current_thread_reader_t

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