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

Method EventFileManager

phxbinlogsvr/core/storage/event_file_manager.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#define EVENT_PATH_PREF "EVENTDATA"
22
23EventFileManager::EventFileManager(const Option *option, bool read_file_list) :
24 StorageFileManager(option, EVENT_PATH_PREF, read_file_list) {
25}
26
27EventFileManager::EventFileManager(const Option *option, const string &datadir) :
28 StorageFileManager(option, datadir, EVENT_PATH_PREF, true) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected