mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Corrections.
This commit is contained in:
parent
346aa8125a
commit
cd6f04ffb2
@ -87,6 +87,7 @@
|
|||||||
#include "../jrd/tra_proto.h"
|
#include "../jrd/tra_proto.h"
|
||||||
#include "../jrd/vio_proto.h"
|
#include "../jrd/vio_proto.h"
|
||||||
#include "../jrd/dyn_ut_proto.h"
|
#include "../jrd/dyn_ut_proto.h"
|
||||||
|
#include "../jrd/Function.h"
|
||||||
#include "../common/StatusArg.h"
|
#include "../common/StatusArg.h"
|
||||||
|
|
||||||
using namespace Jrd;
|
using namespace Jrd;
|
||||||
@ -1299,7 +1300,11 @@ void VIO_erase(thread_db* tdbb, record_param* rpb, jrd_tra* transaction)
|
|||||||
SCL_check_function(tdbb, &desc, SCL_delete);
|
SCL_check_function(tdbb, &desc, SCL_delete);
|
||||||
}
|
}
|
||||||
|
|
||||||
DFW_post_work(transaction, dfw_delete_function, &desc, 0);
|
EVL_field(0, rpb->rpb_record, f_fun_id, &desc2);
|
||||||
|
id = MOV_get_long(&desc2, 0);
|
||||||
|
|
||||||
|
DFW_post_work(transaction, dfw_delete_function, &desc, id, package_name);
|
||||||
|
Function::lookup(tdbb, id, false, true, 0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case rel_indices:
|
case rel_indices:
|
||||||
|
Loading…
Reference in New Issue
Block a user