From: <fir...@us...> - 2014-06-11 00:47:06
|
Revision: 59693 http://sourceforge.net/p/firebird/code/59693 Author: firebirds Date: 2014-06-11 00:47:03 +0000 (Wed, 11 Jun 2014) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2014-06-11 00:33:19 UTC (rev 59692) +++ firebird/branches/B2_5_Release/ChangeLog 2014-06-11 00:47:03 UTC (rev 59693) @@ -1,3 +1,12 @@ + 2014-06-10 20:17 dimitr + M src/jrd/Database.cpp + M src/jrd/Database.h +Patch by Nickolay Samofatov: avoid an AST overhead for heavily-loaded systems with many requests. This is committed into v2.5 only, so far I doubt v3 needs that. + + 2014-06-10 20:05 dimitr + M src/jrd/opt.cpp +Fixed CORE-4460: Expressions containing some built-in functions may be badly optimized. + 2014-06-06 10:42 alexpeshkoff M src/jrd/extds/InternalDS.cpp Use GlobalPtr for static variable doing memory allocation Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2014-06-11 00:33:19 UTC (rev 59692) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2014-06-11 00:47:03 UTC (rev 59693) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26773 + FORMAL BUILD NUMBER:26775 */ -#define PRODUCT_VER_STRING "2.5.3.26773" -#define FILE_VER_STRING "WI-V2.5.3.26773" -#define LICENSE_VER_STRING "WI-V2.5.3.26773" -#define FILE_VER_NUMBER 2, 5, 3, 26773 +#define PRODUCT_VER_STRING "2.5.3.26775" +#define FILE_VER_STRING "WI-V2.5.3.26775" +#define LICENSE_VER_STRING "WI-V2.5.3.26775" +#define FILE_VER_NUMBER 2, 5, 3, 26775 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "3" -#define FB_BUILD_NO "26773" +#define FB_BUILD_NO "26775" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2014-06-11 00:33:19 UTC (rev 59692) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2014-06-11 00:47:03 UTC (rev 59693) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=3 -BuildNum=26773 +BuildNum=26775 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |