mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Fixed my yesterday's commit once more.
This commit is contained in:
parent
6690dcdaa1
commit
b01c48b381
@ -1380,8 +1380,8 @@ void CCH_flush(thread_db* tdbb, USHORT flush_flag, SLONG tra_number)
|
||||
#ifdef SUPERSERVER
|
||||
if (bdb->bdb_flags & BDB_db_dirty) {
|
||||
if (all_flag
|
||||
|| (sweep_flag)
|
||||
&& (!bdb->bdb_parent && bdb != bcb->bcb_btree))
|
||||
|| (sweep_flag
|
||||
&& (!bdb->bdb_parent && bdb != bcb->bcb_btree)))
|
||||
{
|
||||
if (!write_buffer
|
||||
(tdbb, bdb, bdb->bdb_page, write_thru, status, true))
|
||||
|
Loading…
Reference in New Issue
Block a user