8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00

Optimization. Removed redundant NBAK calls (they are pretty expensive).

This commit is contained in:
dimitr 2007-02-08 14:01:53 +00:00
parent f7127c4c74
commit fd7a702e7d

View File

@ -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);
}