introspection #75

Merged
peri4 merged 3 commits from introspection into master 2021-06-11 21:02:56 +03:00
Showing only changes of commit 00f76fa6b5 - Show all commits

View File

@@ -655,9 +655,7 @@ bool PIBinaryLog::createIndex() {
llong cp = file.pos();
file.seekToBegin();
index.clear();
index = PIVector<BinLogIndex>();
index_pos.clear();
index_pos = PIMap<llong, int>();
parseLog(&file, &binfo, &index);
file.seek(cp);
is_indexed = !index.isEmpty();