24#ifndef SQL_COMMAND_MAPPING_H
25#define SQL_COMMAND_MAPPING_H
void init_command_maps()
Definition: command_mapping.cc:220
enum_server_command get_server_command(const char *server_command)
Definition: command_mapping.cc:232
const char * get_server_command_string(enum_server_command server_command)
Definition: command_mapping.cc:228
void denit_command_maps()
Definition: command_mapping.cc:223
const char * get_sql_command_string(enum_sql_command sql_command)
Definition: command_mapping.cc:237
enum_server_command
A list of all MySQL protocol commands.
Definition: my_command.h:48
enum_sql_command
Definition: my_sqlcommand.h:46