From: <fir...@us...> - 2011-02-15 03:23:04
|
Revision: 52361 http://firebird.svn.sourceforge.net/firebird/?rev=52361&view=rev Author: firebirds Date: 2011-02-15 03:22:57 +0000 (Tue, 15 Feb 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-02-15 03:15:30 UTC (rev 52360) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-15 03:22:57 UTC (rev 52361) @@ -1,3 +1,26 @@ + 2011-02-14 17:05 dimitr + M src/jrd/Database.cpp + M src/jrd/Database.h + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/cmp.cpp + M src/jrd/jrd.cpp + M src/jrd/pag.cpp + M src/jrd/shut.cpp + M src/jrd/tra.cpp +Refactored the shared counter to support multiple number spaces. +Changed att_id and tra_id to be generated sequentially (without caching), as agreed with Vlad privately. +Fixed CORE-2305: Make mon$statement_id value constant among monitoring snapshots. + + 2011-02-14 15:20 hvlad + M doc/sql.extensions/README.execute_statement2 +Fixed bug CORE-3349 : Constants isc_lock_conflict / isc_eds_statement not recognized in PSQL + + 2011-02-14 11:10 dimitr + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/DatabaseSnapshot.h + M src/jrd/VirtualTable.cpp +Fixed CORE-3138: Internal error or crash occurs when accessing any MON$ table after altering its structure. + 2011-02-13 19:14 hvlad M doc/sql.extensions/README.execute_statement2 Correction Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-15 03:15:30 UTC (rev 52360) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-15 03:22:57 UTC (rev 52361) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26205 + FORMAL BUILD NUMBER:26208 */ -#define PRODUCT_VER_STRING "2.5.1.26205" -#define FILE_VER_STRING "WI-V2.5.1.26205" -#define LICENSE_VER_STRING "WI-V2.5.1.26205" -#define FILE_VER_NUMBER 2, 5, 1, 26205 +#define PRODUCT_VER_STRING "2.5.1.26208" +#define FILE_VER_STRING "WI-V2.5.1.26208" +#define LICENSE_VER_STRING "WI-V2.5.1.26208" +#define FILE_VER_NUMBER 2, 5, 1, 26208 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26205" +#define FB_BUILD_NO "26208" #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-02-15 03:15:30 UTC (rev 52360) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-15 03:22:57 UTC (rev 52361) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26205 +BuildNum=26208 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. |