26
26
#include <drizzled/statement/alter_table.h>
27
27
#include <drizzled/plugin/storage_engine.h>
32
31
bool statement::DropIndex::execute()
37
36
/* Chicken/Egg... we need to search for the table, to know if the table exists, so we can build a full identifier from it */
38
37
message::table::shared_ptr original_table_message;
40
39
identifier::Table identifier(first_table->getSchemaName(), first_table->getTableName());
43
42
my_error(ER_BAD_TABLE_ERROR, identifier);