MySQL 8.3.0
Source Code Documentation
db_worker_hash_entry Struct Reference

Legends running throughout the module: More...

#include <rpl_rli_pdb.h>

Public Attributes

uint db_len
 
const char * db
 
Slave_workerworker
 
long usage
 
TABLE *volatile temporary_tables
 

Detailed Description

Legends running throughout the module:

C - Coordinator CP - checkpoint W - Worker

B-event event that Begins a group (a transaction) T-event event that Terminates a group (a transaction)

Member Data Documentation

◆ db

const char* db_worker_hash_entry::db

◆ db_len

uint db_worker_hash_entry::db_len

◆ temporary_tables

TABLE* volatile db_worker_hash_entry::temporary_tables

◆ usage

long db_worker_hash_entry::usage

◆ worker

Slave_worker* db_worker_hash_entry::worker

The documentation for this struct was generated from the following file: