MySQL 8.0.40
Source Code Documentation
|
Go to the source code of this file.
Classes | |
class | FOREIGN_SERVER |
class | Server_options |
This class represent server options as set by the parser. More... | |
class | Sql_cmd_common_server |
This class has common code for CREATE/ALTER/DROP SERVER statements. More... | |
class | Sql_cmd_create_server |
This class implements the CREATE SERVER statement. More... | |
class | Sql_cmd_alter_server |
This class implements the ALTER SERVER statement. More... | |
class | Sql_cmd_drop_server |
This class implements the DROP SERVER statement. More... | |
Functions | |
bool | servers_init (THD *thd) |
bool | servers_reload (THD *thd) |
void | servers_free (bool end=false) |
FOREIGN_SERVER * | get_server_by_name (MEM_ROOT *mem, const char *server_name, FOREIGN_SERVER *server_buffer) |
FOREIGN_SERVER * get_server_by_name | ( | MEM_ROOT * | mem, |
const char * | server_name, | ||
FOREIGN_SERVER * | server_buffer | ||
) |
void servers_free | ( | bool | end = false | ) |
bool servers_init | ( | THD * | thd | ) |
bool servers_reload | ( | THD * | thd | ) |