8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 03:23:04 +01:00
This commit is contained in:
Adriano dos Santos Fernandes 2016-07-31 12:16:04 -03:00
parent a1b244d043
commit fc3cd8f4be

View File

@ -2101,6 +2101,7 @@ ULONG PageSpace::lastUsedPage()
if (pip->pip_used != pageMgr.pagesPerPIP)
break;
UCHAR lastByte = pip->pip_bits[pageMgr.bytesBitPIP - 1];
if (lastByte & 0x80)
break;