1. 09 4月, 2014 2 次提交
    • L
      macros for perf_context · 92c1eb02
      Lei Jin 提交于
      Summary: This will allow us to disable them completely for iOS or for better performance
      
      Test Plan: will run make all check
      
      Reviewers: igor, haobo, dhruba
      
      Reviewed By: haobo
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D17511
      92c1eb02
    • Y
      [JNI] Fixed a column family related compile error. · 5abae2c8
      Yueh-Hsuan Chiang 提交于
      Summary:
      Fixed the following column family related compile error.
      
      ./java/rocksjni/write_batch.cc:211:66: error: cannot initialize a parameter of type 'rocksdb::ColumnFamilyMemTables *' with an lvalue of type 'rocksdb::MemTable *'
        rocksdb::Status s = rocksdb::WriteBatchInternal::InsertInto(b, mem, &options);
                                                                         ^~~
      
      Test Plan:
      make jni
      make jtest
      
      Reviewers: igor, haobo
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D17577
      5abae2c8
  2. 08 4月, 2014 11 次提交
  3. 05 4月, 2014 9 次提交
  4. 04 4月, 2014 10 次提交
  5. 03 4月, 2014 8 次提交