23#ifndef SQL_RESTART_SERVER_H_
24#define SQL_RESTART_SERVER_H_
Sql_cmd_restart_server represents the RESTART server statement.
Definition: sql_restart_server.h:40
bool execute(THD *thd) override
Execute this SQL statement.
Definition: sql_restart_server.cc:67
enum_sql_command sql_command_code() const override
Return the command code for this statement.
Definition: sql_restart_server.h:43
Representation of an SQL command.
Definition: sql_cmd.h:64
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:33
enum_sql_command
Definition: my_sqlcommand.h:45
@ SQLCOM_RESTART_SERVER
Definition: my_sqlcommand.h:202
Representation of an SQL command.
bool is_mysqld_managed()
Check if mysqld is managed by an external supervisor.
Definition: sql_restart_server.cc:56