mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix: fix dchecks (#1681)
Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
parent
b9e8a2c0da
commit
663c1f9e1b
2 changed files with 1 additions and 4 deletions
|
@ -66,9 +66,6 @@ Transaction::~Transaction() {
|
|||
}
|
||||
|
||||
void Transaction::InitBase(DbIndex dbid, CmdArgList args) {
|
||||
// Switching db index is only possible for non-atomic execution
|
||||
DCHECK(!multi_ || (db_index_ == dbid || multi_->mode == NON_ATOMIC));
|
||||
|
||||
global_ = false;
|
||||
db_index_ = dbid;
|
||||
full_args_ = args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue