MCPcopy 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
1900void close_file(IO_CACHE* info)
1901{
1902 end_io_cache(info);
1903 my_close(info->file, MYF(MY_WME));
1904}
1905
1906int main(int argc, char** argv)
1907{

Callers 1

mainFunction · 0.85

Calls 2

end_io_cacheFunction · 0.85
my_closeFunction · 0.85

Tested by

no test coverage detected