mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03: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
|
#ifdef SUPERSERVER
|
||||||
if (bdb->bdb_flags & BDB_db_dirty) {
|
if (bdb->bdb_flags & BDB_db_dirty) {
|
||||||
if (all_flag
|
if (all_flag
|
||||||
|| (sweep_flag)
|
|| (sweep_flag
|
||||||
&& (!bdb->bdb_parent && bdb != bcb->bcb_btree))
|
&& (!bdb->bdb_parent && bdb != bcb->bcb_btree)))
|
||||||
{
|
{
|
||||||
if (!write_buffer
|
if (!write_buffer
|
||||||
(tdbb, bdb, bdb->bdb_page, write_thru, status, true))
|
(tdbb, bdb, bdb->bdb_page, write_thru, status, true))
|
||||||
|
Loading…
Reference in New Issue
Block a user