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

Method package_routine_handler

sql/sp.cc:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107const Sp_handler *Sp_handler_procedure::package_routine_handler() const
108{
109 return &sp_handler_package_procedure;
110}
111
112
113const Sp_handler *Sp_handler_function::package_routine_handler() const

Callers 2

try_resolve_in_schemaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected