mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
fixup! ircd::db: Various improvements to DB subsystem.
This commit is contained in:
parent
b16dc9598a
commit
f1111b2695
1 changed files with 7 additions and 0 deletions
|
@ -109,12 +109,19 @@ void log_rdb_perf_context(const bool &all = true);
|
|||
#include "db/column.h"
|
||||
#include "db/cell.h"
|
||||
#include "db/row.h"
|
||||
#include "db/object.h"
|
||||
|
||||
namespace ircd {
|
||||
namespace db {
|
||||
|
||||
std::string merge_operator(const string_view &, const std::pair<string_view, string_view> &);
|
||||
|
||||
struct init
|
||||
{
|
||||
init();
|
||||
~init() noexcept;
|
||||
};
|
||||
|
||||
} // namespace db
|
||||
} // namespace ircd
|
||||
|
||||
|
|
Loading…
Reference in a new issue