24#ifndef SQL_COMMAND_MAPPING_H
25#define SQL_COMMAND_MAPPING_H
void init_command_maps()
Definition: command_mapping.cc:214
enum_server_command get_server_command(const char *server_command)
Definition: command_mapping.cc:226
const char * get_server_command_string(enum_server_command server_command)
Definition: command_mapping.cc:222
void denit_command_maps()
Definition: command_mapping.cc:217
const char * get_sql_command_string(enum_sql_command sql_command)
Definition: command_mapping.cc:231
enum_server_command
A list of all MySQL protocol commands.
Definition: my_command.h:48
enum_sql_command
Definition: my_sqlcommand.h:46