Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Dcf_consistency_stress.cc545 uint32_t tmp_crc = 0; in ContinuouslyVerifyDb() local
552 status = checksum_column_family(it.get(), &tmp_crc); in ContinuouslyVerifyDb()
553 if (!status.ok() || tmp_crc != crc) { in ContinuouslyVerifyDb()
558 if (!status.ok() || tmp_crc != crc) { in ContinuouslyVerifyDb()