forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0a342ecc crl-release-23.1: db: fix bug with restricted checkpoints fb56da99 sstable: include SINGLEDELs within NumDeletions table property 8a10d6a0 sstable: reuse block property filterers in all cases Informs cockroachdb#100935. Release note: None Epic: none
- Loading branch information
1 parent
ca2fae8
commit 932d1f8
Showing
4 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -1555,10 +1555,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "f963a32494d37754f682f671622e87ca18011ebc36a1a724d16807cbec0e781a", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230403214621-6de4e6cb70d4", | ||
sha256 = "0e53f67a0ad782af55b3f06fb41552d8ee4f557ab65fd39f8ecfa07ae2af7ebb", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230420180701-0a342eccdea0", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230403214621-6de4e6cb70d4.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230420180701-0a342eccdea0.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