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

Totally misc.

This commit is contained in:
robocop 2006-03-18 06:22:54 +00:00
parent dd7bee900a
commit a8c34522a8

View File

@ -306,7 +306,7 @@ void BLB_garbage_collect(
* update_in_place -- replace the top level record.
*
* hvlad: note that same blob_id can be reused by the staying record version
* in the different field than it was in going record. This is happened
* in the different field than it was in going record. This is happening
* with 3 blob fields and update_in_place
*
**************************************/
@ -340,7 +340,7 @@ void BLB_garbage_collect(
if (!cntGoing)
return;
// Make sure the blob doesn't stack in any record remaining
// Make sure the blob doesn't stay in any record remaining
for (RecordStack::iterator stack2(staying); stack2.hasData(); ++stack2)
{
Record* rec = stack2.object();