MySQL 8.4.0
Source Code Documentation
row_mysql_drop_t Struct Reference

Chain node of the list of tables to drop in the background. More...

Public Member Functions

 UT_LIST_NODE_T (row_mysql_drop_t) row_mysql_drop_list
 list chain node More...
 

Public Attributes

char * table_name
 table name More...
 

Detailed Description

Chain node of the list of tables to drop in the background.

Member Function Documentation

◆ UT_LIST_NODE_T()

row_mysql_drop_t::UT_LIST_NODE_T ( row_mysql_drop_t  )

list chain node

Member Data Documentation

◆ table_name

char* row_mysql_drop_t::table_name

table name


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