Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ type
Method
type
sql/sql_prepare.cc:4225–4228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4223
4224
4225
Query_arena::Type Prepared_statement::type() const
4226
{
4227
return PREPARED_STATEMENT;
4228
}
4229
4230
4231
bool Prepared_statement::cleanup_stmt(bool restore_set_statement_vars)
Callers
2
check_all_placeholders_set
Method · 0.45
find_prepared_statement
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected