rocksdb/table
Lei Jin 8d9a46fcd1 initialize decoded_internal_key_valid
Summary:
ReadInternalKey() will assign correct value anyway. Initialize it to
true to suppress compiler error reported
https://github.com/facebook/rocksdb/issues/186

Test Plan: I cannot reproduce it but this is obvious

Reviewers: sdong, yhchiang

Reviewed By: yhchiang

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D19467
2014-07-03 23:13:08 -07:00
..
adaptive_table_factory.cc
adaptive_table_factory.h
block.cc
block.h
block_based_table_builder.cc
block_based_table_builder.h
block_based_table_factory.cc
block_based_table_factory.h
block_based_table_reader.cc Remove seek compaction 2014-06-20 10:23:02 +02:00
block_based_table_reader.h Remove seek compaction 2014-06-20 10:23:02 +02:00
block_builder.cc
block_builder.h
block_hash_index.cc
block_hash_index.h
block_hash_index_test.cc
block_prefix_index.cc [RocksDB] Fix unit test 2014-06-19 01:37:21 -07:00
block_prefix_index.h
block_test.cc
filter_block.cc
filter_block.h
filter_block_test.cc
flush_block_policy.cc
format.cc
format.h
iter_heap.h
iterator.cc
iterator_wrapper.h
merger.cc
merger.h
meta_blocks.cc
meta_blocks.h
plain_table_builder.cc PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key 2014-06-18 20:41:52 -07:00
plain_table_builder.h PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key 2014-06-18 20:41:52 -07:00
plain_table_factory.cc PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key 2014-06-18 20:41:52 -07:00
plain_table_factory.h PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key 2014-06-18 20:41:52 -07:00
plain_table_key_coding.cc initialize decoded_internal_key_valid 2014-07-03 23:13:08 -07:00
plain_table_key_coding.h fix make shared_lib compilation error 2014-06-19 10:12:26 -07:00
plain_table_reader.cc use arena to allocate memtable's bloomfilter and hashskiplist's buckets_ 2014-06-30 15:54:31 -07:00
plain_table_reader.h Remove seek compaction 2014-06-20 10:23:02 +02:00
table_builder.h
table_properties.cc
table_reader.h Remove seek compaction 2014-06-20 10:23:02 +02:00
table_reader_bench.cc Fix compile 2014-06-20 10:36:48 +02:00
table_test.cc Remove seek compaction 2014-06-20 10:23:02 +02:00
two_level_iterator.cc
two_level_iterator.h