MySQL 8.4.0
Source Code Documentation
command_mapping.cc File Reference
#include <unordered_map>
#include "sql/command_mapping.h"
#include "sql/sql_parse.h"

Classes

class  anonymous_namespace{command_mapping.cc}::Command_maps
 

Namespaces

namespace  anonymous_namespace{command_mapping.cc}
 

Functions

void init_command_maps ()
 
void denit_command_maps ()
 
const char * get_server_command_string (enum_server_command server_command)
 
enum_server_command get_server_command (const char *server_command)
 
const char * get_sql_command_string (enum_sql_command sql_command)
 

Variables

Command_maps * anonymous_namespace{command_mapping.cc}::g_command_maps {nullptr}
 

Function Documentation

◆ denit_command_maps()

void denit_command_maps ( )

◆ get_server_command()

enum_server_command get_server_command ( const char *  server_command)

◆ get_server_command_string()

const char * get_server_command_string ( enum_server_command  server_command)

◆ get_sql_command_string()

const char * get_sql_command_string ( enum_sql_command  sql_command)

◆ init_command_maps()

void init_command_maps ( )