|
const uint32_t | ibt::INIT_SIZE = 10 |
| The initial size of temporary tablespace pool. More...
|
|
const uint32_t | ibt::POOL_EXPAND_SIZE = 10 |
| The number of tablespaces added to the pool every time the pool is expanded. More...
|
|
const uint32_t | ibt::SLAVE_THREAD_ID = UINT32_MAX |
| Thread id for the replication thread. More...
|
|
static const char | ibt::DIR_NAME [] = "#innodb_temp" |
| Directory to store the session temporary tablespaces. More...
|
|
static const char | ibt::PREFIX_NAME [] = "temp_" |
| Filename prefix to identify the session temporary tablespaces. More...
|
|
static std::string | ibt::temp_tbsp_dir |
| Directory name where session temporary tablespaces are stored. More...
|
|
static Tablespace * | ibt::rpl_slave_tblsp = nullptr |
| Tablespace to be used by the replication thread. More...
|
|