mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Misc.
This commit is contained in:
parent
d9a9c4ad22
commit
ee46acd6bc
@ -129,9 +129,9 @@ private:
|
||||
namespace Firebird {
|
||||
|
||||
// Highly inefficient, but safe and portable implementation
|
||||
// We keep it for DEV build to start doing ports, but should be avoid in release
|
||||
// We keep it for DEV build to start doing ports, but should be avoided in release
|
||||
#ifndef DEV_BUILD
|
||||
#pragma FB_COMPILER_MESSAGE("Generic AtomicCounter: implement appropriate for your platform!"
|
||||
#pragma FB_COMPILER_MESSAGE("Generic AtomicCounter: implement appropriate code for your platform!"
|
||||
#endif
|
||||
class AtomicCounter
|
||||
{
|
||||
|
@ -4115,7 +4115,7 @@ static dsql_nod* pass1_dbkey( dsql_req* request, dsql_nod* input)
|
||||
if (rlxAlias == cfgRlxAlias)
|
||||
break;
|
||||
|
||||
rlxAlias = cfgRlxAlias ;
|
||||
rlxAlias = cfgRlxAlias;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -6092,7 +6092,7 @@ int API_ROUTINE fb_shutdown(unsigned int timeout)
|
||||
// shutdown yValve
|
||||
shutdownStarted = true; // since this moment no new thread will be able to enter yValve
|
||||
|
||||
FB_UINT64 timeLimit = getMilliTime() + timeout;
|
||||
const FB_UINT64 timeLimit = getMilliTime() + timeout;
|
||||
|
||||
for (;;)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user