50typedef std::deque<const char *, ut::allocator<const char *>>
dict_names_t;
The index tree general types.
std::deque< const char *, ut::allocator< const char * > > dict_names_t
A stack of table names related through foreign key constraints.
Definition: dict0load.h:50
void dict_get_and_save_space_name(dict_table_t *table)
Make sure the tablespace name is saved in dict_table_t if the table uses a general tablespace.
Definition: dict0load.cc:110
void dict_save_data_dir_path(dict_table_t *table, char *filepath)
Using the table->heap, copy the null-terminated filepath into table->data_dir_path.
Definition: dict0load.cc:78
Data dictionary global types.
The low-level file system.
static const char * filepath
Definition: myisamlog.cc:97
static PFS_engine_table_share_proxy table
Definition: pfs.cc:61
Data structure for a database table.
Definition: dict0mem.h:1925
Transaction system global type definitions.
Version control for database, common definitions, and include files.
Utilities for byte operations.
Dynamic memory allocation routines and custom allocators specifically crafted to support memory instr...