Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5639
void handler::drop_table(const char *name)
5640
{
5641
ha_close();
5642
delete_table(name);
5643
}
5644
5645
5646
/**
Callers
7
ha_delete_table
Function · 0.45
create_internal_tmp_table_from_heap
Function · 0.45
free_tmp_table
Function · 0.45
execute_drop_table
Function · 0.45
ddl_log_execute_action
Function · 0.45
mysql_rm_tmp_tables
Function · 0.45
rm_temporary_table
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected