cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go
BSD 3-Clause "New" or "Revised" License
4.95k stars 458 forks source link

crdbtest: fix KeySchema handling of byte-wise prefixes #4151

Closed jbowens closed 2 weeks ago

jbowens commented 2 weeks ago

This is a port of the Cockroach KeySchema bug fix in cockroachdb/cockroach#134349.

cockroach-teamcity commented 2 weeks ago

This change is Reviewable

jbowens commented 2 weeks ago

TFTR!