Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ sqlcom_drop
Method
sqlcom_drop
sql/sp.h:482–485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
return SQLCOM_CREATE_TRIGGER;
481
}
482
enum_sql_command sqlcom_drop() const override
483
{
484
return SQLCOM_DROP_TRIGGER;
485
}
486
MDL_key::enum_mdl_namespace get_mdl_type() const override
487
{
488
DBUG_ASSERT(0);
Callers
1
stmt_drop_routine
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected