88
88
bool statement::DropTable::execute()
92
92
assert(first_table == all_tables && first_table != 0);
103
102
/* DDL and binlog write order protected by table::Cache::singleton().mutex() */
103
bool res= rm_table(session, first_table, drop_if_exists, drop_temporary);
105
return rm_table(getSession(), first_table, drop_if_exists, drop_temporary);
108
108
} /* namespace drizzled */