8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
robocop 2009-12-25 04:41:10 +00:00
parent c1d631349f
commit f3091483ca
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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)
{
/**************************************
*