8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00
This commit is contained in:
asfernandes 2013-03-17 20:36:56 +00:00
parent 15e4367810
commit a412ef75bf
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -4781,6 +4781,7 @@ bool CreateAlterExceptionNode::executeAlter(thread_db* tdbb, DsqlCompilerScratch
return modified;
}
//----------------------

View File

@ -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);