Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ free_memory
Method
free_memory
sql/sql_error.cc:548–552 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
546
}
547
548
void Warning_info::free_memory()
549
{
550
if (initialized)
551
free_root(&m_warn_root,MYF(0));
552
}
553
554
Warning_info::~Warning_info()
555
{
Callers
4
close_connections
Function · 0.45
clean_up
Function · 0.45
~THD
Method · 0.45
acl_free
Function · 0.45
Calls
1
free_root
Function · 0.85
Tested by
no test coverage detected