mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
Merge branch 'postgres_partitioning' into master_new
This commit is contained in:
@@ -273,7 +273,7 @@ CassandraBackend::doOnlineDelete(uint32_t minLedgerToKeep) const
|
||||
}
|
||||
|
||||
void
|
||||
CassandraBackend::open()
|
||||
CassandraBackend::open(bool readOnly)
|
||||
{
|
||||
std::cout << config_ << std::endl;
|
||||
auto getString = [this](std::string const& field) -> std::string {
|
||||
|
||||
Reference in New Issue
Block a user