• F
    fix dropping column family bug · 8438a193
    Feng Zhu 提交于
    Summary: 1. db/db_impl.cc:2324 (DBImpl::BackgroundCompaction) should not raise bg_error_ when column family is dropped during compaction.
    
    Test Plan: 1. db_stress
    
    Reviewers: ljin, yhchiang, dhruba, igor, sdong
    
    Reviewed By: igor
    
    Subscribers: leveldb
    
    Differential Revision: https://reviews.facebook.net/D22653
    8438a193
db_impl.cc 175.9 KB