1. 18 9月, 2014 2 次提交
  2. 03 9月, 2014 1 次提交
    • I
      Fix compile · 076bd01a
      Igor Canadi 提交于
      Summary: gcc on our dev boxes is not happy about __attribute__((unused))
      
      Test Plan: compiles now
      
      Reviewers: sdong, ljin
      
      Reviewed By: ljin
      
      Subscribers: leveldb
      
      Differential Revision: https://reviews.facebook.net/D22707
      076bd01a
  3. 26 8月, 2014 2 次提交
  4. 16 5月, 2014 1 次提交
  5. 11 4月, 2014 1 次提交
  6. 04 2月, 2014 1 次提交
  7. 17 11月, 2013 1 次提交
    • K
      Make the options in table_builder/block_builder less misleading · 7604e2f7
      Kai Liu 提交于
      Summary:
      By original design, the regular `block options` and index `block options` in table_builder is mutable. We can use ChangeOptions to change the options directly.
      
      However, with my last change, `BlockBuilder` no longer hold the reference to the index_block_options -- as a result, any changes made after the creation of index block builder will be of no effect.
      
      But still the code is very error-prone and developers can easily fall into the trap without aware of it. To avoid this problem from happening in the future, I deleted the `ChangeOptions` and the `index_block_options`, as well as many other changes to make it less misleading.
      
      Test Plan:
      make
      make check
      make release
      
      Reviewers: dhruba, haobo
      
      Reviewed By: haobo
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D13707
      7604e2f7
  8. 29 10月, 2013 1 次提交
    • S
      Make "Table" pluggable · d4eec30e
      Siying Dong 提交于
      Summary: This patch makes Table and TableBuilder a abstract class and make all the implementation of the current table into BlockedBasedTable and BlockedBasedTable Builder.
      
      Test Plan: Make db_test.cc to work with block based table. Add a new test simple_table_db_test.cc where a different simple table format is implemented.
      
      Reviewers: dhruba, haobo, kailiu, emayanke, vamsi
      
      Reviewed By: dhruba
      
      CC: leveldb
      
      Differential Revision: https://reviews.facebook.net/D13521
      d4eec30e
  9. 17 10月, 2013 1 次提交
  10. 05 10月, 2013 1 次提交
  11. 24 8月, 2013 1 次提交
  12. 23 4月, 2013 1 次提交
  13. 21 12月, 2012 1 次提交