Imported Upstream version 1.4 65/118865/1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 14 Mar 2017 09:50:34 +0000 (18:50 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 14 Mar 2017 09:50:34 +0000 (18:50 +0900)
commit155835a18499c4d370a7245cdfc71939e84a7ec1
treeb6aad4f973f87487c3caa5600e7596219c79f645
parentdbc71457343ec2c991dfe1d84bfc12a80781da1d
Imported Upstream version 1.4

Change-Id: I10d84deff39c4341604ad0478708d7f467ee5247
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
38 files changed:
.gitignore
Makefile
build_detect_platform [changed mode: 0644->0755]
db/c.cc
db/c_test.c
db/db_bench.cc
db/db_impl.cc
db/db_impl.h
db/db_test.cc
db/dbformat.cc
db/dbformat.h
db/repair.cc
db/table_cache.cc
db/table_cache.h
db/version_set.cc
doc/index.html
doc/table_format.txt
include/leveldb/c.h
include/leveldb/db.h
include/leveldb/filter_policy.h [new file with mode: 0644]
include/leveldb/options.h
include/leveldb/table.h
include/leveldb/table_builder.h
port/port_android.h
table/block.cc
table/block.h
table/filter_block.cc [new file with mode: 0644]
table/filter_block.h [new file with mode: 0644]
table/filter_block_test.cc [new file with mode: 0644]
table/format.cc
table/format.h
table/table.cc
table/table_builder.cc
table/table_test.cc
util/bloom.cc [new file with mode: 0644]
util/bloom_test.cc [new file with mode: 0644]
util/filter_policy.cc [new file with mode: 0644]
util/options.cc