MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
UT_LIST_NODE_T (row_mysql_drop_t) row_mysql_drop_list |
Public Attributes | |
char * | table_name |
Chain node of the list of tables to drop in the background.
Definition at line 71 of file row0mysql.cc.
row_mysql_drop_t::UT_LIST_NODE_T | ( | row_mysql_drop_t | ) |
list chain node
char* row_mysql_drop_t::table_name |
table name
Definition at line 72 of file row0mysql.cc.