| 40 | } |
| 41 | |
| 42 | StorageFileManager::StorageFileManager(const Option *option, const string &prefix, bool read_file_list) { |
| 43 | Init(option, option->GetBinLogSvrConfig()->GetEventDataBaseDir(), prefix, read_file_list); |
| 44 | } |
| 45 | |
| 46 | StorageFileManager::StorageFileManager(const Option *option, const string &datadir, const string &prefix, |
| 47 | bool read_file_list) { |
nothing calls this directly
no test coverage detected