MySQL 8.4.0
Source Code Documentation
my_cs_file_info Struct Reference

Public Attributes

char csname [MY_CS_NAME_SIZE]
 
char name [MY_CS_NAME_SIZE]
 
uint8_t ctype [MY_CS_CTYPE_TABLE_SIZE]
 
uint8_t to_lower [MY_CS_TO_LOWER_TABLE_SIZE]
 
uint8_t to_upper [MY_CS_TO_UPPER_TABLE_SIZE]
 
uint8_t sort_order [MY_CS_SORT_ORDER_TABLE_SIZE]
 
uint16_t tab_to_uni [MY_CS_TO_UNI_TABLE_SIZE]
 
char comment [MY_CS_CSDESCR_SIZE]
 
char * tailoring
 
size_t tailoring_length
 
size_t tailoring_alloced_length
 
char context [MY_CS_CONTEXT_SIZE]
 
CHARSET_INFO cs
 
MY_CHARSET_LOADERloader
 

Member Data Documentation

◆ comment

char my_cs_file_info::comment[MY_CS_CSDESCR_SIZE]

◆ context

char my_cs_file_info::context[MY_CS_CONTEXT_SIZE]

◆ cs

CHARSET_INFO my_cs_file_info::cs

◆ csname

char my_cs_file_info::csname[MY_CS_NAME_SIZE]

◆ ctype

uint8_t my_cs_file_info::ctype[MY_CS_CTYPE_TABLE_SIZE]

◆ loader

MY_CHARSET_LOADER* my_cs_file_info::loader

◆ name

char my_cs_file_info::name[MY_CS_NAME_SIZE]

◆ sort_order

uint8_t my_cs_file_info::sort_order[MY_CS_SORT_ORDER_TABLE_SIZE]

◆ tab_to_uni

uint16_t my_cs_file_info::tab_to_uni[MY_CS_TO_UNI_TABLE_SIZE]

◆ tailoring

char* my_cs_file_info::tailoring

◆ tailoring_alloced_length

size_t my_cs_file_info::tailoring_alloced_length

◆ tailoring_length

size_t my_cs_file_info::tailoring_length

◆ to_lower

uint8_t my_cs_file_info::to_lower[MY_CS_TO_LOWER_TABLE_SIZE]

◆ to_upper

uint8_t my_cs_file_info::to_upper[MY_CS_TO_UPPER_TABLE_SIZE]

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