2119
2119
thd->options|= OPTION_KEEP_LOG;
2121
2121
/* DDL and binlog write order protected by LOCK_open */
2122
res= mysql_rm_table(thd, first_table, lex->drop_if_exists,
2122
res= mysql_rm_table(thd, first_table, lex->drop_if_exists, lex->drop_temporary);
2126
2125
case SQLCOM_SHOW_PROCESSLIST: