-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` 0d8cae91 manifest: unref files with range keys when version refcnt is zero 8ed3a9e4 metamorphic: Flush before close if DisableWAL is true 4f0ec6bd db: fix FormatPrePebblev1Marked migration ab1e28f6 metamorphic: Copy data/wal dirs from initial state ``` Release note: None. Release justification: Fixes a high severity issue. Epic: None. Informs #90149.
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1425,10 +1425,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "abbea9a211cc11eafcc2b51993ebc52929ce0348a575a41de18e22ec33a8bd11", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20221019003737-20de6220b828", | ||
sha256 = "ee2a03b3cb1ed2dcdb10f428b54cad0070441f8b5d419d2c34d6e119f56d313b", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20221020225018-0d8cae91763c", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20221019003737-20de6220b828.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20221020225018-0d8cae91763c.zip", | ||
], | ||
) | ||
go_repository( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vendor
updated
4 files
+6 −0 | github.com/cockroachdb/pebble/db.go | |
+12 −0 | github.com/cockroachdb/pebble/format_major_version.go | |
+3 −0 | github.com/cockroachdb/pebble/internal/manifest/version.go | |
+1 −1 | modules.txt |