102
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);
104
return rm_table(session, first_table, drop_if_exists, drop_temporary);
108
107
} /* namespace drizzled */