8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00
This commit is contained in:
robocop 2008-04-03 13:17:32 +00:00
parent d9a9c4ad22
commit ee46acd6bc
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -4115,7 +4115,7 @@ static dsql_nod* pass1_dbkey( dsql_req* request, dsql_nod* input)
if (rlxAlias == cfgRlxAlias)
break;
rlxAlias = cfgRlxAlias ;
rlxAlias = cfgRlxAlias;
}
}

View File

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