MCPcopy Create free account
hub / github.com/MariaDB/server / drop_table

Method drop_table

sql/handler.cc:5639–5643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5637
5638
5639void handler::drop_table(const char *name)
5640{
5641 ha_close();
5642 delete_table(name);
5643}
5644
5645
5646/**

Callers 7

ha_delete_tableFunction · 0.45
free_tmp_tableFunction · 0.45
execute_drop_tableFunction · 0.45
ddl_log_execute_actionFunction · 0.45
mysql_rm_tmp_tablesFunction · 0.45
rm_temporary_tableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected