mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
Optimization. Removed redundant NBAK calls (they are pretty expensive).
This commit is contained in:
parent
f7127c4c74
commit
fd7a702e7d
@ -1823,7 +1823,6 @@ void CCH_mark_must_write(thread_db* tdbb, WIN * window)
|
||||
bdb->bdb_flags |= (BDB_dirty | BDB_must_write);
|
||||
|
||||
CCH_MARK(tdbb, window);
|
||||
update_write_direction(tdbb, bdb);
|
||||
}
|
||||
|
||||
|
||||
@ -1847,7 +1846,6 @@ void CCH_must_write(WIN * window)
|
||||
}
|
||||
|
||||
bdb->bdb_flags |= (BDB_dirty | BDB_must_write);
|
||||
update_write_direction(JRD_get_thread_data(), bdb);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user