• I
    [CF] Propagate correct options to WriteBatch::InsertInto · 8fa8a708
    Igor Canadi 提交于
    Summary:
    WriteBatch can have multiple column families in one batch. Every column family has different options. So we have to add a way for write batch to get options for an arbitrary column family.
    
    This required a bit more acrobatics since lots of interfaces had to be changed.
    
    Test Plan: make check
    
    Reviewers: dhruba, haobo, sdong, kailiu
    
    CC: leveldb
    
    Differential Revision: https://reviews.facebook.net/D15957
    8fa8a708
write_batch_test.cc 9.2 KB