MySQL 9.1.0
Source Code Documentation
|
Literal values for columns used in the performance schema tables (implementation). More...
#include "storage/perfschema/pfs_column_types.h"
#include "lex_string.h"
#include "m_string.h"
#include "string_with_len.h"
#include "template_utils.h"
Classes | |
struct | s_object_type_map |
Functions | |
void | object_type_to_string (enum_object_type object_type, const char **string, size_t *length) |
void | string_to_object_type (const char *string, size_t length, enum_object_type *object_type) |
Variables | |
static s_object_type_map | object_type_map [] |
Literal values for columns used in the performance schema tables (implementation).
void object_type_to_string | ( | enum_object_type | object_type, |
const char ** | string, | ||
size_t * | length | ||
) |
void string_to_object_type | ( | const char * | string, |
size_t | length, | ||
enum_object_type * | object_type | ||
) |
|
static |