forked from cerc-io/plugeth
vendor: update leveldb (#19201)
This commit is contained in:
parent
f9aa1cd21f
commit
603a85218b
6
vendor/github.com/syndtr/goleveldb/leveldb/version.go
generated
vendored
6
vendor/github.com/syndtr/goleveldb/leveldb/version.go
generated
vendored
@ -486,6 +486,12 @@ func (p *versionStaging) finish(trivial bool) *version {
|
|||||||
nt = append(nt, t)
|
nt = append(nt, t)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Avoid resort if only files in this level are deleted
|
||||||
|
if len(scratch.added) == 0 {
|
||||||
|
nv.levels[level] = nt
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
// For normal table compaction, one compaction will only involve two levels
|
// For normal table compaction, one compaction will only involve two levels
|
||||||
// of files. And the new files generated after merging the source level and
|
// of files. And the new files generated after merging the source level and
|
||||||
// source+1 level related files can be inserted as a whole into source+1 level
|
// source+1 level related files can be inserted as a whole into source+1 level
|
||||||
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
@ -455,10 +455,10 @@
|
|||||||
"revisionTime": "2017-07-05T02:17:15Z"
|
"revisionTime": "2017-07-05T02:17:15Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "4DuP8qJfeXFfdbcl4wr7l1VppcY=",
|
"checksumSHA1": "4vxle8JfbPDO0ndiBUjMmRXGBQM=",
|
||||||
"path": "github.com/syndtr/goleveldb/leveldb",
|
"path": "github.com/syndtr/goleveldb/leveldb",
|
||||||
"revision": "4217c9f31f5816db02addc94e56061da77f288d8",
|
"revision": "3a907f965fc16db5f7787e18d4434bbe46d47f6e",
|
||||||
"revisionTime": "2019-02-26T15:37:22Z"
|
"revisionTime": "2019-03-04T06:08:05Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "mPNraL2edpk/2FYq26rSXfMHbJg=",
|
"checksumSHA1": "mPNraL2edpk/2FYq26rSXfMHbJg=",
|
||||||
|
Loading…
Reference in New Issue
Block a user