mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
Bugfix CORE-5456: Migrating Firebird 2.5.2 to 3.0.1 gbak restore crashes at the end always
This commit is contained in:
parent
6102a813e3
commit
e8dd0b1aec
@ -1099,7 +1099,7 @@ ProcedureSourceNode* ProcedureSourceNode::copy(thread_db* tdbb, NodeCopier& copi
|
||||
newSource->procedure = procedure;
|
||||
newSource->view = view;
|
||||
CompilerScratch::csb_repeat* element = CMP_csb_element(copier.csb, newSource->stream);
|
||||
element->csb_procedure = newSource->procedure;
|
||||
element->csb_procedure = MET_lookup_procedure_id(tdbb, procedure->getId(), false, false, 0);
|
||||
element->csb_view = newSource->view;
|
||||
element->csb_view_stream = copier.remap[0];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user