mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Misc
This commit is contained in:
parent
455404b4fd
commit
c979d91901
@ -27,8 +27,6 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.static.gpre,v 1.21 2008-02-14 10:08:04 alexpeshkoff Exp $
|
||||
#
|
||||
ROOT=..
|
||||
ObjModuleType=boot
|
||||
CFLAGS += -DBOOT_BUILD
|
||||
|
@ -6274,7 +6274,9 @@ static ISC_STATUS unwindAttach(const Firebird::Exception& ex,
|
||||
}
|
||||
}
|
||||
catch (const Firebird::Exception&)
|
||||
{} // no-op
|
||||
{
|
||||
// no-op
|
||||
}
|
||||
|
||||
tdbb->tdbb_status_vector = save_status;
|
||||
databases_mutex->leave();
|
||||
|
@ -2578,8 +2578,7 @@ static USHORT lock_state(lbl* lock)
|
||||
}
|
||||
|
||||
|
||||
static void post_blockage(lrq* request,
|
||||
lbl* lock)
|
||||
static void post_blockage(lrq* request, lbl* lock)
|
||||
{
|
||||
/**************************************
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user