mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
parent
4eed2c978a
commit
d345741594
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494257
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rocksdb
|
||||
PORTVERSION= 5.17.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 5.18.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1542125596
|
||||
SHA256 (facebook-rocksdb-v5.17.2_GH0.tar.gz) = 101f05858650a810c90e4872338222a1a3bf3b24de7b7d74466814e6a95c2d28
|
||||
SIZE (facebook-rocksdb-v5.17.2_GH0.tar.gz) = 5148191
|
||||
TIMESTAMP = 1551423981
|
||||
SHA256 (facebook-rocksdb-v5.18.3_GH0.tar.gz) = 7fb6738263d3f2b360d7468cf2ebe333f3109f3ba1ff80115abd145d75287254
|
||||
SIZE (facebook-rocksdb-v5.18.3_GH0.tar.gz) = 5418056
|
||||
|
@ -1,21 +0,0 @@
|
||||
--- tools/db_bench_tool.cc.orig 2018-11-12 19:57:32 UTC
|
||||
+++ tools/db_bench_tool.cc
|
||||
@@ -1973,7 +1973,9 @@ class Benchmark {
|
||||
int64_t max_num_range_tombstones_;
|
||||
WriteOptions write_options_;
|
||||
Options open_options_; // keep options around to properly destroy db later
|
||||
+#ifndef ROCKSDB_LITE
|
||||
TraceOptions trace_options_;
|
||||
+#endif
|
||||
int64_t reads_;
|
||||
int64_t deletes_;
|
||||
double read_random_exp_range_;
|
||||
@@ -4229,7 +4231,7 @@ void VerifyDBFromDB(std::string& truth_d
|
||||
}
|
||||
if (levelMeta.level == 0) {
|
||||
for (auto& fileMeta : levelMeta.files) {
|
||||
- fprintf(stdout, "Level[%d]: %s(size: %" PRIu64 " bytes)\n",
|
||||
+ fprintf(stdout, "Level[%d]: %s(size: %" ROCKSDB_PRIszt " bytes)\n",
|
||||
levelMeta.level, fileMeta.name.c_str(), fileMeta.size);
|
||||
}
|
||||
} else {
|
@ -32,6 +32,7 @@ include/rocksdb/iostats_context.h
|
||||
include/rocksdb/iterator.h
|
||||
include/rocksdb/ldb_tool.h
|
||||
include/rocksdb/listener.h
|
||||
include/rocksdb/memory_allocator.h
|
||||
include/rocksdb/memtablerep.h
|
||||
include/rocksdb/merge_operator.h
|
||||
include/rocksdb/metadata.h
|
||||
@ -45,6 +46,7 @@ include/rocksdb/slice_transform.h
|
||||
include/rocksdb/snapshot.h
|
||||
include/rocksdb/sst_dump_tool.h
|
||||
include/rocksdb/sst_file_manager.h
|
||||
include/rocksdb/sst_file_reader.h
|
||||
include/rocksdb/sst_file_writer.h
|
||||
include/rocksdb/statistics.h
|
||||
include/rocksdb/status.h
|
||||
|
Loading…
Reference in New Issue
Block a user