binlog fixes

This commit is contained in:
2020-08-13 18:03:25 +03:00
parent 31a347250f
commit e76a07a3f3
2 changed files with 34 additions and 29 deletions

View File

@@ -70,6 +70,7 @@ public:
PISystemTime start_time;
PISystemTime end_time;
PIMap<int, BinLogRecordInfo> records;
PIByteArray user_header;
};
//! \brief Struct contains position, ID and timestamp of record in file
@@ -319,7 +320,7 @@ private:
llong split_size, log_size;
int write_count, split_count, default_id, current_index;
bool is_started, is_thread_ok, is_indexed, rapid_start, is_pause;
PIByteArray user_header, user_header_readed;
PIByteArray user_header;
};
//! \relatesalso PICout \relatesalso PIBinaryLog::BinLogInfo \brief Output operator to PICout