git-svn-id: svn://db.shs.com.ru/pip@167 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -179,10 +179,10 @@ public:
|
||||
int writeCount() const {return write_count;}
|
||||
|
||||
//! Read one record from BinLog file, with ID = id, if id = 0 than any id will be readed
|
||||
PIByteArray readBinLog(int id = 0);
|
||||
PIByteArray readBinLog(int id = 0, PISystemTime * time = 0);
|
||||
|
||||
//! Read one record from BinLog file, with ID = id, if id = 0 than any id will be readed
|
||||
int readBinLog(int id, void * read_to, int max_size);
|
||||
int readBinLog(int id, void * read_to, int max_size, PISystemTime * time = 0);
|
||||
|
||||
//! Returns binary log file size
|
||||
llong logSize() const {return file.size();}
|
||||
|
||||
Reference in New Issue
Block a user