8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +01:00

nightly update

This commit is contained in:
firebirds 2012-03-28 04:50:23 +00:00
parent 645c412ac4
commit c0fca27cca
3 changed files with 25 additions and 7 deletions

View File

@ -1,3 +1,21 @@
2012-03-27 13:16 alexpeshkoff
M configure.in
M src/common/classes/semaphore.cpp
Fixed CORE-3770: fbtracemgr loads CPU up to ~55% when no activity is present
2012-03-27 10:52 dimitr
M src/jrd/Database.cpp
M src/jrd/Database.h
Optimized the shared counter generator to avoid LM calls if there's no contention on the protecting lock.
2012-03-27 07:24 dimitr
M builds/install/misc/firebird.conf.in
M src/common/classes/TempFile.cpp
M src/common/config/config.cpp
M src/jrd/os/win32/winnt.cpp
M src/utilities/gstat/dba.epp
Fixed CORE-3791: Performance degrades when actively working with databases bigger than the available RAM amount.
2012-03-26 15:28 dimitr 2012-03-26 15:28 dimitr
M src/dsql/DdlNodes.epp M src/dsql/DdlNodes.epp
Fixed compilation. Fixed compilation.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT *** *** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29889 FORMAL BUILD NUMBER:29892
*/ */
#define PRODUCT_VER_STRING "3.0.0.29889" #define PRODUCT_VER_STRING "3.0.0.29892"
#define FILE_VER_STRING "WI-T3.0.0.29889" #define FILE_VER_STRING "WI-T3.0.0.29892"
#define LICENSE_VER_STRING "WI-T3.0.0.29889" #define LICENSE_VER_STRING "WI-T3.0.0.29892"
#define FILE_VER_NUMBER 3, 0, 0, 29889 #define FILE_VER_NUMBER 3, 0, 0, 29892
#define FB_MAJOR_VER "3" #define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0" #define FB_MINOR_VER "0"
#define FB_REV_NO "0" #define FB_REV_NO "0"
#define FB_BUILD_NO "29889" #define FB_BUILD_NO "29892"
#define FB_BUILD_TYPE "T" #define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3 MajorVer=3
MinorVer=0 MinorVer=0
RevNo=0 RevNo=0
BuildNum=29889 BuildNum=29892
NowAt=`pwd` NowAt=`pwd`
cd `dirname $0` cd `dirname $0`