From: <fir...@us...> - 2011-01-15 03:32:09
|
Revision: 52123 http://firebird.svn.sourceforge.net/firebird/?rev=52123&view=rev Author: firebirds Date: 2011-01-15 03:32:02 +0000 (Sat, 15 Jan 2011) 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 2011-01-15 03:18:57 UTC (rev 52122) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-15 03:32:02 UTC (rev 52123) @@ -1,3 +1,11 @@ + 2011-01-14 06:47 dimitr + M src/jrd/met.epp +Correction. + + 2011-01-14 06:19 dimitr + M src/jrd/met.epp +Tuned the code a little in order to avoid redundant retrievals. As a side effect, it downgrades three-way joins to two-way ones, thus helping the optimizer to choose a good plan in the worst (zero selectivity) cases. This should resolve CORE-2933 (Very slow execution of a script that creates a lot of metadata) and CORE-3237 (Slow compilation of stored procedures) without tweaking the optimizer constants. + 2011-01-12 10:56 dimitr M doc/license/README.license.usage.txt Corrected the license URLs. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-15 03:18:57 UTC (rev 52122) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-15 03:32:02 UTC (rev 52123) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26167 + FORMAL BUILD NUMBER:26169 */ -#define PRODUCT_VER_STRING "2.5.1.26167" -#define FILE_VER_STRING "WI-V2.5.1.26167" -#define LICENSE_VER_STRING "WI-V2.5.1.26167" -#define FILE_VER_NUMBER 2, 5, 1, 26167 +#define PRODUCT_VER_STRING "2.5.1.26169" +#define FILE_VER_STRING "WI-V2.5.1.26169" +#define LICENSE_VER_STRING "WI-V2.5.1.26169" +#define FILE_VER_NUMBER 2, 5, 1, 26169 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26167" +#define FB_BUILD_NO "26169" #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 2011-01-15 03:18:57 UTC (rev 52122) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-15 03:32:02 UTC (rev 52123) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26167 +BuildNum=26169 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. |