Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ close_file
Function
close_file
mysys/mf_iocache.c:1900–1904 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1898
}
1899
1900
void close_file(IO_CACHE* info)
1901
{
1902
end_io_cache(info);
1903
my_close(info->file, MYF(MY_WME));
1904
}
1905
1906
int main(int argc, char** argv)
1907
{
Callers
1
main
Function · 0.85
Calls
2
end_io_cache
Function · 0.85
my_close
Function · 0.85
Tested by
no test coverage detected