mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Remove incorrect assertion
This commit is contained in:
parent
07ab7a7dfc
commit
8ae12ef7ba
@ -3807,7 +3807,6 @@ static void store_big_record(thread_db* tdbb,
|
||||
// What's left fits on a page. Store it somewhere.
|
||||
|
||||
const auto inLength = in - rpb->rpb_address;
|
||||
// fb_assert(Compressor(tdbb, inLength, rpb->rpb_address).getPackedLength() == size);
|
||||
|
||||
stack.push(prior);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user