MySQL 8.4.0
Source Code Documentation
mysql_command_services_imp.h File Reference

Go to the source code of this file.

Classes

struct  Mysql_handle
 
struct  Mysql_res_handle
 
struct  mysql_command_service_extn
 This structure is used by mysql command service. More...
 
class  mysql_command_services_imp
 An implementation of mysql command services apis. More...
 
class  mysql_command_consumer_refs
 This is a wrapper class of all the mysql_text_consumer services refs. More...
 

Macros

#define MYSQL_SESSION_USER   "mysql.session"
 
#define MYSQL_SYS_HOST   "localhost"
 
#define MYSQL_COMMAND_SERVICE_EXTN(H)
 

Macro Definition Documentation

◆ MYSQL_COMMAND_SERVICE_EXTN

#define MYSQL_COMMAND_SERVICE_EXTN (   H)
Value:
reinterpret_cast<struct mysql_command_service_extn *>( \
MYSQL_EXTENSION_PTR(H)->mcs_extn)
This structure is used by mysql command service.
Definition: mysql_command_services_imp.h:60

◆ MYSQL_SESSION_USER

#define MYSQL_SESSION_USER   "mysql.session"

◆ MYSQL_SYS_HOST

#define MYSQL_SYS_HOST   "localhost"