MySQL 9.1.0
Source Code Documentation
|
#include "sql/rpl_tblmap.h"
#include <stddef.h>
#include <unordered_map>
#include <utility>
#include "sql/table.h"
#include "lex_string.h"
#include "my_dbug.h"
#include "my_sys.h"
#include "mysql/components/services/bits/psi_bits.h"
#include "sql/psi_memory_key.h"
#include "sql/thr_malloc.h"
Macros | |
#define | MAYBE_TABLE_NAME(T) ((T) ? (T)->s->table_name.str : "<>") |
#define | TABLE_ID_HASH_SIZE 32 |
#define | TABLE_ID_CHUNK 256 |
Variables | |
static const PSI_memory_key | table_psi_key = key_memory_table_mapping_root |
#define MAYBE_TABLE_NAME | ( | T | ) | ((T) ? (T)->s->table_name.str : "<>") |
#define TABLE_ID_CHUNK 256 |
#define TABLE_ID_HASH_SIZE 32 |
|
static |