MySQL 9.1.0
Source Code Documentation
|
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_cache_index_stmt (const POS &pos, MEM_ROOT *mem_root, Mem_root_array< PT_assign_to_keycache * > *tbl_index_lists, LEX_CSTRING key_cache_name) | |
Sql_cmd * | make_cmd (THD *thd) override |
Public Member Functions inherited from PT_table_ddl_stmt_base | |
PT_table_ddl_stmt_base (const POS &pos, MEM_ROOT *mem_root) | |
~PT_table_ddl_stmt_base () override=0 | |
Public Member Functions inherited from Parse_tree_root | |
virtual std::string | get_printable_parse_tree (THD *thd) |
Private Attributes | |
Mem_root_array< PT_assign_to_keycache * > * | m_tbl_index_lists |
const LEX_CSTRING | m_key_cache_name |
Additional Inherited Members | |
Public Attributes inherited from Parse_tree_root | |
POS | m_pos |
Textual location of a token just parsed. More... | |
Protected Member Functions inherited from Parse_tree_root | |
Parse_tree_root ()=default | |
Parse_tree_root (const POS &pos) | |
virtual | ~Parse_tree_root ()=default |
Protected Attributes inherited from PT_table_ddl_stmt_base | |
Alter_info | m_alter_info |
|
inline |
Implements Parse_tree_root.
|
private |
|
private |