rocksdb/include/rocksdb
Dhruba Borthakur f1a60e5c3e The vector rep implementation was segfaulting because of incorrect initialization of vector.
Summary:
The constructor for Vector memtable has a parameter called 'count'
that specifies the capacity of the vector to be reserved at allocation
time. It was incorrectly used to initialize the size of the vector.

Test Plan: Enhanced db_test.

Reviewers: haobo, xjin, emayanke

Reviewed By: haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D13083
2013-09-25 11:33:52 -07:00
..
arena.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
c.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
cache.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
compaction_filter.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
comparator.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
db.h Update documentation for backups and LogData 2013-09-05 15:33:37 -07:00
env.h Implement apis in the Environment to clear out pages in the OS cache. 2013-09-23 22:05:03 -07:00
filter_policy.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
iterator.h Introduced a new flag non_blocking_io in ReadOptions. 2013-08-28 10:49:14 -07:00
ldb_tool.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
memtablerep.h The vector rep implementation was segfaulting because of incorrect initialization of vector. 2013-09-25 11:33:52 -07:00
merge_operator.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
options.h [RocksDB] Remove Log file immediately after memtable flush 2013-09-12 11:54:44 -07:00
perf_context.h [RocksDB] Added nano second stopwatch and new perf counters to track block read cost 2013-09-07 21:14:54 -07:00
slice.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
slice_transform.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
statistics.h An iterator may automatically invoke reseeks. 2013-09-06 11:50:53 -07:00
status.h Introduced a new flag non_blocking_io in ReadOptions. 2013-08-28 10:49:14 -07:00
table_builder.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
transaction_log.h Return pathname relative to db dir in LogFile and cleanup AppendSortedWalsOfType 2013-09-04 13:44:43 -07:00
types.h Replace include/leveldb with include/rocksdb. 2013-08-23 10:51:00 -07:00
universal_compaction.h Added a parameter to limit the maximum space amplification for universal compaction. 2013-09-13 16:27:18 -07:00
write_batch.h Update documentation for backups and LogData 2013-09-05 15:33:37 -07:00