mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Misc.
This commit is contained in:
parent
c1d631349f
commit
f3091483ca
@ -5553,7 +5553,7 @@ static bool modify_function(thread_db* tdbb, SSHORT phase, DeferredWork* work, j
|
||||
|
||||
if (function->fun_existence_lock)
|
||||
{
|
||||
// Let function be deleted if only this transaction is using it
|
||||
// Let function be modified if only this transaction is using it
|
||||
|
||||
if (!LCK_convert(tdbb, function->fun_existence_lock, LCK_EX, transaction->getLockWait()))
|
||||
{
|
||||
|
@ -5014,7 +5014,8 @@ static void replace_record(thread_db* tdbb,
|
||||
}
|
||||
|
||||
|
||||
static SSHORT set_metadata_id(thread_db* tdbb, Record* record, USHORT field_id, drq_type_t dyn_id, const char* name)
|
||||
static SSHORT set_metadata_id(thread_db* tdbb, Record* record, USHORT field_id, drq_type_t dyn_id,
|
||||
const char* name)
|
||||
{
|
||||
/**************************************
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user