8
0
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:
Dmitry Yemanov 2021-05-01 09:42:25 +03:00
parent 04ed073932
commit ae643883dc
2 changed files with 4 additions and 0 deletions

View File

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

View File

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