Home
last modified time | relevance | path

Searched refs:correct (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/db/
Dcorruption_test.cc125 int correct = 0; in Check() local
147 correct++; in Check()
154 min_expected, max_expected, correct, bad_keys, bad_values, in Check()
156 ASSERT_LE(min_expected, correct); in Check()
157 ASSERT_GE(max_expected, correct); in Check()
Dcolumn_family_test.cc145 int correct = 0; in CheckMissed() local
164 correct++; in CheckMissed()
173 (void)correct; in CheckMissed()
/rocksdb-6.9/docs/_posts/
D2014-09-12-new-bloom-filter-format.markdown30 1. Using the "data block ID", we goes to the filter block and get the correct "offset of filter".
/rocksdb-6.9/docs/
DCONTRIBUTING.md29 … matter; what is important is the `docid` being unique and the `permalink` correct and unique too).
/rocksdb-6.9/
DHISTORY.md14 …hen calling load table handles after a flush or compaction. The value is correct to 1. The bug sho…
92 …n caused by output of intra-L0 compaction on ingested file not being placed in correct order in L0.