#include <alter_info.h>
Public Types | |
| typedef std::list< AlterColumn > | alter_list_t |
Public Member Functions | |
| AlterInfo (const AlterInfo &, memory::Root *) | |
Public Attributes | |
| alter_list_t | alter_list |
| List< Key > | key_list |
| List< CreateField > | create_list |
| message::AddedFields | added_fields_proto |
| std::bitset< 32 > | flags |
| uint32_t | no_parts |
| bool | error_if_not_empty |
Contains information about the parsed CREATE or ALTER TABLE statement.
This structure contains a list of columns or indexes to be created, altered or dropped.
Definition at line 68 of file alter_info.h.