git-svn-id: svn://db.shs.com.ru/pip@551 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-10-30 13:35:13 +00:00
parent 8e3a3fc929
commit 245781e314
2 changed files with 29 additions and 2 deletions

View File

@@ -266,6 +266,7 @@ public:
//! Get binlog info and statistic
static BinLogInfo getLogInfo(const PIString & path);
static bool cutBinLog(const BinLogInfo & src, const PIString & dst, int from, int to);
protected:
PIString fullPathPrefix() const {return PIStringAscii("binlog");}