rocksdb/table/block_based
Jay Zhuang 8a8a01c642 Fix compile error for old gcc-4.8 (#7358)
Summary:
gcc-4.8 returns error when using the constructor. Not sure if it's a compiler bug/limitation or code issue:
```
table/block_based/block_based_table_reader.cc:3183:67: error: use of deleted function ‘rocksdb::WritableFileStringStreamAdapter::WritableFileStringStreamAdapter(rocksdb::WritableFileStringStreamAdapter&&)’
```

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7358

Reviewed By: pdillinger

Differential Revision: D23577651

Pulled By: jay-zhuang

fbshipit-source-id: b0197e3d3538da61a6f3866410d88d2047fb9695
2020-09-08 12:09:34 -07:00
..
binary_search_index_reader.cc
binary_search_index_reader.h
block_based_filter_block_test.cc
block_based_filter_block.cc
block_based_filter_block.h
block_based_table_builder.cc fix SstFileWriter with dictionary compression (#7323) 2020-09-03 15:49:57 -07:00
block_based_table_builder.h
block_based_table_factory.cc
block_based_table_factory.h
block_based_table_iterator.cc Clean up InternalIterator upper bound logic a little bit (#7200) 2020-08-05 10:44:57 -07:00
block_based_table_iterator.h Clean up InternalIterator upper bound logic a little bit (#7200) 2020-08-05 10:44:57 -07:00
block_based_table_reader_impl.h
block_based_table_reader_test.cc
block_based_table_reader.cc Fix compile error for old gcc-4.8 (#7358) 2020-09-08 12:09:34 -07:00
block_based_table_reader.h Add sst_file_dumper status check (#7315) 2020-09-04 19:26:42 -07:00
block_builder.cc
block_builder.h
block_prefetcher.cc Add buffer prefetch support for non directIO usecase (#7312) 2020-08-27 18:16:53 -07:00
block_prefetcher.h
block_prefix_index.cc
block_prefix_index.h
block_test.cc
block_type.h
block.cc Fix typo: rename "bounary" to "boundary" in block.cc (#7328) 2020-09-02 20:47:18 -07:00
block.h Add EnvTestWithParam::OptionsTest to the ASSERT_STATUS_CHECKED passes (#7283) 2020-08-20 19:18:35 -07:00
cachable_entry.h
data_block_footer.cc
data_block_footer.h
data_block_hash_index_test.cc
data_block_hash_index.cc
data_block_hash_index.h
filter_block_reader_common.cc
filter_block_reader_common.h
filter_block.h
filter_policy_internal.h
filter_policy.cc
flush_block_policy.cc
flush_block_policy.h
full_filter_block_test.cc
full_filter_block.cc
full_filter_block.h
hash_index_reader.cc
hash_index_reader.h
index_builder.cc
index_builder.h
index_reader_common.cc
index_reader_common.h
mock_block_based_table.h
parsed_full_filter_block.cc
parsed_full_filter_block.h
partitioned_filter_block_test.cc
partitioned_filter_block.cc
partitioned_filter_block.h
partitioned_index_iterator.cc
partitioned_index_iterator.h Clean up InternalIterator upper bound logic a little bit (#7200) 2020-08-05 10:44:57 -07:00
partitioned_index_reader.cc Get() to fail with underlying failures in PartitionIndexReader::CacheDependencies() (#7297) 2020-08-25 19:01:05 -07:00
partitioned_index_reader.h Get() to fail with underlying failures in PartitionIndexReader::CacheDependencies() (#7297) 2020-08-25 19:01:05 -07:00
reader_common.cc
reader_common.h
uncompression_dict_reader.cc
uncompression_dict_reader.h