Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ ha_flush_logs
Function
ha_flush_logs
sql/handler.cc:3501–3505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3499
3500
3501
bool ha_flush_logs()
3502
{
3503
return plugin_foreach(NULL, flush_handlerton,
3504
MYSQL_STORAGE_ENGINE_PLUGIN, 0);
3505
}
3506
3507
3508
/**
Callers
2
reset_logs
Method · 0.85
reload_acl_and_cache
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected