1. 01 3月, 2014 1 次提交
    • I
      [CF] CreateColumnFamily fix · 510f84b6
      Igor Canadi 提交于
      Summary:
      This fixes few bugs with CreateColumnFamily
      * We first have to LogAndApply and then call VersionSet::CreateColumnFamily. Otherwise, WriteSnapshot might be invoked, writing out column family add inside of LogAndApply, even though it's not really committed
      * Fix LogAndApplyHelper() to not apply log number to column_family_data, which is in case of column family add, just a dummy (default) column family
      * Create SuperVerion when creating column family
      
      Test Plan: column_family_test
      
      Reviewers: dhruba, haobo
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D16443
      510f84b6
  2. 28 2月, 2014 4 次提交
  3. 27 2月, 2014 7 次提交
  4. 26 2月, 2014 10 次提交
  5. 25 2月, 2014 6 次提交
  6. 24 2月, 2014 2 次提交
  7. 21 2月, 2014 2 次提交
  8. 20 2月, 2014 4 次提交
  9. 19 2月, 2014 2 次提交
  10. 15 2月, 2014 2 次提交