MCPcopy Create free account
hub / github.com/Tencent/phxsql / IsInitFile

Method IsInitFile

phxbinlogsvr/core/storage/event_file_manager.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool EventFileManager::IsInitFile(const EventDataInfo &data_info) {
68 string init_file_name = GenFileName(0);
69 return data_info.file_name() == init_file_name;
70}
71
72}
73

Callers 1

CheckGtidInDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected