22
22
* @file Implementation of the AlterInfo class
26
26
#include "drizzled/alter_info.h"
27
27
#include "drizzled/alter_drop.h"
28
28
#include "drizzled/alter_column.h"
29
29
#include "drizzled/key.h"
30
30
#include "drizzled/create_field.h"
38
35
tablespace_op(NO_TABLESPACE_OP),
40
37
build_method(HA_BUILD_DEFAULT),
41
39
error_if_not_empty(false)