Skip to content

Commit

Permalink
New patch for CORE-3468
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlad committed Mar 22, 2012
1 parent e67ae1a commit bd96e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jrd/cch.cpp
Expand Up @@ -874,7 +874,7 @@ void CCH_fetch_page(thread_db* tdbb, WIN* window, const bool read_shadow)
CCH_unwind(tdbb, true);
}

if (page->pag_type == 0)
if (page->pag_type == 0 && page->pag_generation == 0 && page->pag_scn == 0)
{
// We encountered a page which was allocated, but never written to the
// difference file. In this case we try to read the page from database. With
Expand Down

0 comments on commit bd96e2c

Please sign in to comment.