MySQL 8.0.40
Source Code Documentation
|
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... | |
An implementation of mysql current thread reader service for mysql server.
|
staticnoexcept |
Return current thd.
[out] | thd | The placeholder to return the current THD in. |
false | success |
true | failure |