Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
603a8521
Commit
603a8521
authored
Mar 04, 2019
by
gary rong
Committed by
Péter Szilágyi
Mar 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vendor: update leveldb (#19201)
parent
f9aa1cd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
version.go
vendor/github.com/syndtr/goleveldb/leveldb/version.go
+6
-0
vendor.json
vendor/vendor.json
+3
-3
No files found.
vendor/github.com/syndtr/goleveldb/leveldb/version.go
View file @
603a8521
...
...
@@ -486,6 +486,12 @@ func (p *versionStaging) finish(trivial bool) *version {
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
// 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
...
...
vendor/vendor.json
View file @
603a8521
...
...
@@ -455,10 +455,10 @@
"revisionTime"
:
"2017-07-05T02:17:15Z"
},
{
"checksumSHA1"
:
"4
DuP8qJfeXFfdbcl4wr7l1VppcY
="
,
"checksumSHA1"
:
"4
vxle8JfbPDO0ndiBUjMmRXGBQM
="
,
"path"
:
"github.com/syndtr/goleveldb/leveldb"
,
"revision"
:
"
4217c9f31f5816db02addc94e56061da77f288d8
"
,
"revisionTime"
:
"2019-0
2-26T15:37:22
Z"
"revision"
:
"
3a907f965fc16db5f7787e18d4434bbe46d47f6e
"
,
"revisionTime"
:
"2019-0
3-04T06:08:05
Z"
},
{
"checksumSHA1"
:
"mPNraL2edpk/2FYq26rSXfMHbJg="
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment