Searched defs:ManualCompaction (Results 1 – 2 of 2) sorted by relevance
80 struct ManualCompaction { struct81 int level;82 bool done;83 const InternalKey* begin; // null means beginning of key range84 const InternalKey* end; // null means end of key range85 InternalKey tmp_storage; // Used to keep track of compaction progress
1610 TEST_F(DBTest, ManualCompaction) { in TEST_F() argument