diff --git a/ircd/db.cc b/ircd/db.cc index cca21a9ba..73d565007 100644 --- a/ircd/db.cc +++ b/ircd/db.cc @@ -1999,7 +1999,9 @@ ircd::db::database::column::column(database &d, ,cfilter{this, this->descriptor->compactor} ,stats { - std::make_shared(this->d, this) + descriptor.name != "default"s? + std::make_shared(this->d, this): + std::shared_ptr{}, } ,allocator {