mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
ircd::db: Minor cleanup.
This commit is contained in:
parent
10434c96c5
commit
d4b98e04e9
1 changed files with 8 additions and 4 deletions
|
@ -5024,12 +5024,16 @@ ircd::db::sort(column &column,
|
|||
{
|
||||
database::column &c(column);
|
||||
database &d(*c.d);
|
||||
|
||||
rocksdb::FlushOptions opts;
|
||||
opts.wait = blocking;
|
||||
log.debug("'%s':'%s' @%lu FLUSH (sort)",
|
||||
log::debug
|
||||
{
|
||||
log, "'%s':'%s' @%lu FLUSH (sort)",
|
||||
name(d),
|
||||
name(c),
|
||||
sequence(d));
|
||||
sequence(d)
|
||||
};
|
||||
|
||||
throw_on_error
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue