mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
Misc.
This commit is contained in:
parent
15e4367810
commit
a412ef75bf
@ -37,7 +37,7 @@ Firebird::IMaster* cached = NULL;
|
||||
#ifdef DEV_BUILD
|
||||
typedef Firebird::ReferenceCounterDebugger* ReferenceCounterDebuggerPtr;
|
||||
TLS_DECLARE(ReferenceCounterDebuggerPtr*, debugArray);
|
||||
#endif //DEV_BUILD
|
||||
#endif // DEV_BUILD
|
||||
}
|
||||
|
||||
namespace Firebird
|
||||
|
@ -4781,6 +4781,7 @@ bool CreateAlterExceptionNode::executeAlter(thread_db* tdbb, DsqlCompilerScratch
|
||||
return modified;
|
||||
}
|
||||
|
||||
|
||||
//----------------------
|
||||
|
||||
|
||||
|
@ -127,7 +127,7 @@ void SHUT_blocking_ast(thread_db* tdbb, bool ast)
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if ((flag & isc_dpb_shut_force) && !delay)
|
||||
{
|
||||
shutdown(tdbb, flag, ast);
|
||||
|
Loading…
Reference in New Issue
Block a user