MySQL 8.3.0
Source Code Documentation
rpl_tblmap.cc File Reference
#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
 

Macro Definition Documentation

◆ MAYBE_TABLE_NAME

#define MAYBE_TABLE_NAME (   T)    ((T) ? (T)->s->table_name.str : "<>")

◆ TABLE_ID_CHUNK

#define TABLE_ID_CHUNK   256

◆ TABLE_ID_HASH_SIZE

#define TABLE_ID_HASH_SIZE   32

Variable Documentation

◆ table_psi_key

const PSI_memory_key table_psi_key = key_memory_table_mapping_root
static