mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix #26 by putting the implementation of CreateDBStatistics() to a cc file
This commit is contained in:
@@ -1047,7 +1047,7 @@ TEST(TableTest, BlockCacheTest) {
|
||||
|
||||
// -- PART 2: Open without block cache
|
||||
options.block_cache.reset();
|
||||
options.statistics = CreateDBStatistics(); // reset the props
|
||||
options.statistics = CreateDBStatistics(); // reset the stats
|
||||
c.Reopen(options);
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user