mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Complete postfix for #6778
This commit is contained in:
parent
04ed073932
commit
ae643883dc
@ -90,6 +90,8 @@ bool ExternalTableScan::getRecord(thread_db* tdbb) const
|
||||
return false;
|
||||
}
|
||||
|
||||
rpb->rpb_runtime_flags &= ~RPB_CLEAR_FLAGS;
|
||||
|
||||
if (EXT_get(tdbb, rpb, impure->irsb_position))
|
||||
{
|
||||
rpb->rpb_number.increment();
|
||||
|
@ -85,6 +85,8 @@ bool VirtualTableScan::getRecord(thread_db* tdbb) const
|
||||
return false;
|
||||
}
|
||||
|
||||
rpb->rpb_runtime_flags &= ~RPB_CLEAR_FLAGS;
|
||||
|
||||
rpb->rpb_number.increment();
|
||||
|
||||
if (retrieveRecord(tdbb, m_relation, rpb->rpb_number.getValue(), rpb->rpb_record))
|
||||
|
Loading…
Reference in New Issue
Block a user