MySQL 9.0.0
Source Code Documentation
sql_service_command.h File Reference

Go to the source code of this file.

Classes

class  Sql_service_commands
 
struct  st_session_method
 
class  Session_plugin_thread
 
class  Sql_service_command_interface
 

Macros

#define GR_PLUGIN_SESSION_THREAD_TIMEOUT   10
 

Enumerations

enum  enum_plugin_con_isolation { PSESSION_USE_THREAD , PSESSION_INIT_THREAD , PSESSION_DEDICATED_THREAD }
 What is the policy when creation a new server session for SQL execution. More...
 

Macro Definition Documentation

◆ GR_PLUGIN_SESSION_THREAD_TIMEOUT

#define GR_PLUGIN_SESSION_THREAD_TIMEOUT   10

Enumeration Type Documentation

◆ enum_plugin_con_isolation

What is the policy when creation a new server session for SQL execution.

Enumerator
PSESSION_USE_THREAD 

Use the current thread.

PSESSION_INIT_THREAD 

Use the current thread but initialize it.

PSESSION_DEDICATED_THREAD 

Use a dedicated thread to open a session.