mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Renamed 'hybrid_compaction' tp be "Universal Compaction'.
Summary: All the universal compaction parameters are encapsulated in a new file universal_compaction.h Test Plan: make check
This commit is contained in:
@@ -1070,7 +1070,7 @@ void ApproxSizeCommand::DoCommand() {
|
||||
uint64_t sizes[1];
|
||||
db_->GetApproximateSizes(ranges, 1, sizes);
|
||||
fprintf(stdout, "%ld\n", sizes[0]);
|
||||
/* Wierd that GetApproximateSizes() returns void, although documentation
|
||||
/* Weird that GetApproximateSizes() returns void, although documentation
|
||||
* says that it returns a Status object.
|
||||
if (!st.ok()) {
|
||||
exec_state_ = LDBCommandExecuteResult::FAILED(st.ToString());
|
||||
|
||||
Reference in New Issue
Block a user