mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Fix #7486 - No initialization of rpb's runtime flags causes problems with SKIP LOCKED when config ReadConsistency = 0.
This commit is contained in:
parent
689c17b42a
commit
0eb87cb0ce
@ -902,6 +902,9 @@ void EXE_start(thread_db* tdbb, Request* request, jrd_tra* transaction)
|
||||
|
||||
request->req_records_affected.clear();
|
||||
|
||||
for (auto& rpb : request->req_rpb)
|
||||
rpb.rpb_runtime_flags = 0;
|
||||
|
||||
request->req_profiler_time = 0;
|
||||
|
||||
// Store request start time for timestamp work
|
||||
|
Loading…
Reference in New Issue
Block a user