MySQL 9.0.0
Source Code Documentation
SP_TABLE Struct Reference

SP_TABLE represents all instances of one table in an optimized multi-set of tables used by a stored program. More...

Public Attributes

LEX_STRING qname
 
size_t db_length
 
size_t table_name_length
 
bool temp
 
thr_lock_type lock_type
 
uint lock_count
 
uint query_lock_count
 
uint8 trg_event_map
 

Detailed Description

SP_TABLE represents all instances of one table in an optimized multi-set of tables used by a stored program.

Member Data Documentation

◆ db_length

size_t SP_TABLE::db_length

◆ lock_count

uint SP_TABLE::lock_count

◆ lock_type

thr_lock_type SP_TABLE::lock_type

◆ qname

LEX_STRING SP_TABLE::qname

◆ query_lock_count

uint SP_TABLE::query_lock_count

◆ table_name_length

size_t SP_TABLE::table_name_length

◆ temp

bool SP_TABLE::temp

◆ trg_event_map

uint8 SP_TABLE::trg_event_map

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