mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-30 22:47:16 +08:00
mdbx: отключение уже ненужной отладки внутри txn_merge()
.
This commit is contained in:
parent
7c69493473
commit
45377f20c5
@ -11940,7 +11940,7 @@ static __inline void txn_merge(MDBX_txn *const parent, MDBX_txn *const txn,
|
||||
}
|
||||
++w;
|
||||
}
|
||||
NOTICE("squash to begin for extending-merge %zu -> %zu", d, w - 1);
|
||||
VERBOSE("squash to begin for extending-merge %zu -> %zu", d, w - 1);
|
||||
d = w - 1;
|
||||
continue;
|
||||
}
|
||||
@ -11982,7 +11982,7 @@ static __inline void txn_merge(MDBX_txn *const parent, MDBX_txn *const txn,
|
||||
}
|
||||
--w;
|
||||
}
|
||||
NOTICE("squash to end for shrinking-merge %zu -> %zu", d, w + 1);
|
||||
VERBOSE("squash to end for shrinking-merge %zu -> %zu", d, w + 1);
|
||||
d = w + 1;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user