Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ cleanup_stmt
Method
cleanup_stmt
sql/sql_class.cc:4304–4308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4302
4303
4304
bool Query_arena::cleanup_stmt(bool /*restore_set_statement_vars*/)
4305
{
4306
DBUG_ASSERT(!
"Query_arena::cleanup_stmt() not implemented"
);
4307
return false;
4308
}
4309
4310
/*
4311
Statement functions
Callers
1
mysql_open_cursor
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected