From: <fir...@us...> - 2011-02-01 03:27:07
|
Revision: 52246 http://firebird.svn.sourceforge.net/firebird/?rev=52246&view=rev Author: firebirds Date: 2011-02-01 03:26:59 +0000 (Tue, 01 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-01 03:16:41 UTC (rev 52245) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-01 03:26:59 UTC (rev 52246) @@ -1,3 +1,31 @@ + 2011-01-31 10:32 hvlad + M src/jrd/dfw.epp +Fixed bug CORE-3095 : Client receive event's with count equal to 1 despite of how many times EVENT was POSTed in same transaction + + 2011-01-30 14:31 asfernandes + M src/dsql/pass1.cpp +Backported fix for CORE-3320 - Some MERGE syntax can crash the server. + + 2011-01-29 12:15 dimitr + M src/jrd/met.epp +Attempted to fix CORE-3314: Dependencies are not removed after dropping the procedure and the table it depends on in the same transaction. +The main goal of MET_clear_cache() is to release the cached requests, not to cleanup the metadata at all (and it's not done for triggers, BTW). So setting PRC_obsolete and keeping the object cached seems safe, it will be rescanned upon the next reference. +The fix is to be field tested by the customer. + + 2011-01-29 11:30 dimitr + M src/jrd/Optimizer.cpp +These checks don't seem required for the new ODS 11 optimizer logic. But they may cause bad effects, see the second example in CORE-3312: Sub-optimal join plan when the slave table depends on the master one via the OR predicate. +Let's remove them and see whether any regressions arise. + + 2011-01-28 16:52 alexpeshkoff + M configure.in + M src/remote/inet.cpp +Fixed CORE-3194: Number of connections to linux superclassic has limit equal 508 + + 2011-01-28 09:17 hvlad + M src/jrd/trace/TraceDSQLHelpers.h +Fixed bug CORE-3315 : Audit plugin records a sencond *FAILED* EXECUTE_STATEMENT_FINISH after a "normal" one + 2011-01-20 07:00 dimitr M src/jrd/Optimizer.cpp Fixed CORE-3312: Sub-optimal join plan when the slave table depends on the master one via the OR predicate. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-01 03:16:41 UTC (rev 52245) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-01 03:26:59 UTC (rev 52246) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26182 + FORMAL BUILD NUMBER:26188 */ -#define PRODUCT_VER_STRING "2.5.1.26182" -#define FILE_VER_STRING "WI-V2.5.1.26182" -#define LICENSE_VER_STRING "WI-V2.5.1.26182" -#define FILE_VER_NUMBER 2, 5, 1, 26182 +#define PRODUCT_VER_STRING "2.5.1.26188" +#define FILE_VER_STRING "WI-V2.5.1.26188" +#define LICENSE_VER_STRING "WI-V2.5.1.26188" +#define FILE_VER_NUMBER 2, 5, 1, 26188 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26182" +#define FB_BUILD_NO "26188" #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-01 03:16:41 UTC (rev 52245) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-01 03:26:59 UTC (rev 52246) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26182 +BuildNum=26188 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. |
From: <fir...@us...> - 2011-02-02 03:24:59
|
Revision: 52256 http://firebird.svn.sourceforge.net/firebird/?rev=52256&view=rev Author: firebirds Date: 2011-02-02 03:24:52 +0000 (Wed, 02 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-02 03:15:58 UTC (rev 52255) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-02 03:24:52 UTC (rev 52256) @@ -1,3 +1,16 @@ + 2011-02-01 15:17 hvlad + M src/lock/lock.cpp +Warnings + + 2011-02-01 15:05 hvlad + M src/lock/lock.cpp +Misc + + 2011-02-01 15:01 hvlad + M src/lock/lock.cpp + M src/lock/lock_proto.h +Move VALIDATE_LOCK_TABLE from lock.h into lock.cpp : at allows to rebuild just lock.cpp if some need to disable validation of lock table in DEBUG build or enable validation in RELEASE build. + 2011-01-31 10:32 hvlad M src/jrd/dfw.epp Fixed bug CORE-3095 : Client receive event's with count equal to 1 despite of how many times EVENT was POSTed in same transaction Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-02 03:15:58 UTC (rev 52255) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-02 03:24:52 UTC (rev 52256) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26188 + FORMAL BUILD NUMBER:26191 */ -#define PRODUCT_VER_STRING "2.5.1.26188" -#define FILE_VER_STRING "WI-V2.5.1.26188" -#define LICENSE_VER_STRING "WI-V2.5.1.26188" -#define FILE_VER_NUMBER 2, 5, 1, 26188 +#define PRODUCT_VER_STRING "2.5.1.26191" +#define FILE_VER_STRING "WI-V2.5.1.26191" +#define LICENSE_VER_STRING "WI-V2.5.1.26191" +#define FILE_VER_NUMBER 2, 5, 1, 26191 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26188" +#define FB_BUILD_NO "26191" #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-02 03:15:58 UTC (rev 52255) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-02 03:24:52 UTC (rev 52256) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26188 +BuildNum=26191 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. |
From: <fir...@us...> - 2011-02-04 03:22:03
|
Revision: 52287 http://firebird.svn.sourceforge.net/firebird/?rev=52287&view=rev Author: firebirds Date: 2011-02-04 03:21:56 +0000 (Fri, 04 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-04 03:15:45 UTC (rev 52286) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-04 03:21:56 UTC (rev 52287) @@ -1,3 +1,52 @@ + 2011-02-03 08:00 dimitr + M src/jrd/cch.cpp +Removed the supposedly wrong checkout (it was added in v2.0), as theoretically it can lead to race conditions in the page cache. + + 2011-02-02 14:55 hvlad + M src/remote/server.cpp +Fixed bug CORE-3327 : Thread pool in network server could create more threads than necessary + + 2011-02-02 12:10 hvlad + M src/jrd/isc.h + M src/jrd/isc_sync.cpp +Fixed bug CORE-3326 : Fast mutex could be left in locked state by dead process + + 2011-02-02 11:50 hvlad + M src/jrd/isc_sync.cpp +Fixed bug CORE-3325 : At high load it is possible that new process could fail to map shared memory + + 2011-02-02 11:36 hvlad + M src/utilities/fbtracemgr/traceMgrMain.cpp +Improvement CORE-3324 : ftracemgr should flush its output from time to time + + 2011-02-02 11:31 alexpeshkoff + M src/jrd/scl.epp +Backported fix for CORE-3329:Windows administrator gets RDB$ADMIN role when this is not expected + + 2011-02-02 10:27 hvlad + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/lck.cpp + M src/jrd/lck_proto.h + M src/jrd/pag.cpp + M src/jrd/shut.cpp + M src/jrd/tra.cpp + M src/lock/lock.cpp + M src/lock/lock_proto.h +Improvement CORE-3323 : Ability to cancel waiting in lock manager + + 2011-02-02 10:12 dimitr + M src/dsql/parse.y +Fixed CORE-3245: SUBSTRING on long blobs truncates result to 32767 if third argument not present. + + 2011-02-02 08:15 dimitr + M src/lock/lock.cpp +Backported Adriano's correction. + + 2011-02-02 07:54 alexpeshkoff + M src/remote/inet.cpp +Fixed deadlock caused by my commit for CORE-3194 + 2011-02-01 15:17 hvlad M src/lock/lock.cpp Warnings Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-04 03:15:45 UTC (rev 52286) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-04 03:21:56 UTC (rev 52287) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26191 + FORMAL BUILD NUMBER:26201 */ -#define PRODUCT_VER_STRING "2.5.1.26191" -#define FILE_VER_STRING "WI-V2.5.1.26191" -#define LICENSE_VER_STRING "WI-V2.5.1.26191" -#define FILE_VER_NUMBER 2, 5, 1, 26191 +#define PRODUCT_VER_STRING "2.5.1.26201" +#define FILE_VER_STRING "WI-V2.5.1.26201" +#define LICENSE_VER_STRING "WI-V2.5.1.26201" +#define FILE_VER_NUMBER 2, 5, 1, 26201 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26191" +#define FB_BUILD_NO "26201" #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-04 03:15:45 UTC (rev 52286) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-04 03:21:56 UTC (rev 52287) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26191 +BuildNum=26201 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. |
From: <fir...@us...> - 2011-02-05 03:21:34
|
Revision: 52300 http://firebird.svn.sourceforge.net/firebird/?rev=52300&view=rev Author: firebirds Date: 2011-02-05 03:21:27 +0000 (Sat, 05 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-05 03:14:15 UTC (rev 52299) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-05 03:21:27 UTC (rev 52300) @@ -1,3 +1,7 @@ + 2011-02-04 08:41 dimitr + M src/jrd/SysFunction.cpp +Fixed CORE-3335: Wrong results (internal wrapping occured) for the multi-byte blob SUBSTRING function and its boundary arguments. + 2011-02-03 08:00 dimitr M src/jrd/cch.cpp Removed the supposedly wrong checkout (it was added in v2.0), as theoretically it can lead to race conditions in the page cache. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-05 03:14:15 UTC (rev 52299) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-05 03:21:27 UTC (rev 52300) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26201 + FORMAL BUILD NUMBER:26202 */ -#define PRODUCT_VER_STRING "2.5.1.26201" -#define FILE_VER_STRING "WI-V2.5.1.26201" -#define LICENSE_VER_STRING "WI-V2.5.1.26201" -#define FILE_VER_NUMBER 2, 5, 1, 26201 +#define PRODUCT_VER_STRING "2.5.1.26202" +#define FILE_VER_STRING "WI-V2.5.1.26202" +#define LICENSE_VER_STRING "WI-V2.5.1.26202" +#define FILE_VER_NUMBER 2, 5, 1, 26202 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26201" +#define FB_BUILD_NO "26202" #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-05 03:14:15 UTC (rev 52299) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-05 03:21:27 UTC (rev 52300) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26201 +BuildNum=26202 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. |
From: <fir...@us...> - 2011-02-08 03:23:02
|
Revision: 52316 http://firebird.svn.sourceforge.net/firebird/?rev=52316&view=rev Author: firebirds Date: 2011-02-08 03:22:55 +0000 (Tue, 08 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-08 03:16:43 UTC (rev 52315) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-08 03:22:55 UTC (rev 52316) @@ -1,3 +1,7 @@ + 2011-02-07 14:32 asfernandes + M src/jrd/cmp.cpp +Backport simplified fix for CORE-3255 - The server could crash using views with GROUP BY. + 2011-02-04 08:41 dimitr M src/jrd/SysFunction.cpp Fixed CORE-3335: Wrong results (internal wrapping occured) for the multi-byte blob SUBSTRING function and its boundary arguments. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-08 03:16:43 UTC (rev 52315) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-08 03:22:55 UTC (rev 52316) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26202 + FORMAL BUILD NUMBER:26203 */ -#define PRODUCT_VER_STRING "2.5.1.26202" -#define FILE_VER_STRING "WI-V2.5.1.26202" -#define LICENSE_VER_STRING "WI-V2.5.1.26202" -#define FILE_VER_NUMBER 2, 5, 1, 26202 +#define PRODUCT_VER_STRING "2.5.1.26203" +#define FILE_VER_STRING "WI-V2.5.1.26203" +#define LICENSE_VER_STRING "WI-V2.5.1.26203" +#define FILE_VER_NUMBER 2, 5, 1, 26203 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26202" +#define FB_BUILD_NO "26203" #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-08 03:16:43 UTC (rev 52315) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-08 03:22:55 UTC (rev 52316) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26202 +BuildNum=26203 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. |
From: <fir...@us...> - 2011-02-10 03:27:22
|
Revision: 52328 http://firebird.svn.sourceforge.net/firebird/?rev=52328&view=rev Author: firebirds Date: 2011-02-10 03:27:16 +0000 (Thu, 10 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-10 03:16:17 UTC (rev 52327) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-10 03:27:16 UTC (rev 52328) @@ -1,3 +1,7 @@ + 2011-02-09 10:47 dimitr + M src/jrd/exe.cpp +Simplified fix for CORE-3340 (Error in autonomous transaction with empty exception handler: can insert duplicate values into PK/UK column) and its cousin CORE-3341 (Events might not be posted inside the autonomous transaction). It's actually the same bug with different visible effects. + 2011-02-07 14:32 asfernandes M src/jrd/cmp.cpp Backport simplified fix for CORE-3255 - The server could crash using views with GROUP BY. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-10 03:16:17 UTC (rev 52327) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-10 03:27:16 UTC (rev 52328) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26203 + FORMAL BUILD NUMBER:26204 */ -#define PRODUCT_VER_STRING "2.5.1.26203" -#define FILE_VER_STRING "WI-V2.5.1.26203" -#define LICENSE_VER_STRING "WI-V2.5.1.26203" -#define FILE_VER_NUMBER 2, 5, 1, 26203 +#define PRODUCT_VER_STRING "2.5.1.26204" +#define FILE_VER_STRING "WI-V2.5.1.26204" +#define LICENSE_VER_STRING "WI-V2.5.1.26204" +#define FILE_VER_NUMBER 2, 5, 1, 26204 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26203" +#define FB_BUILD_NO "26204" #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-10 03:16:17 UTC (rev 52327) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-10 03:27:16 UTC (rev 52328) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26203 +BuildNum=26204 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. |
From: <fir...@us...> - 2011-02-14 03:21:58
|
Revision: 52352 http://firebird.svn.sourceforge.net/firebird/?rev=52352&view=rev Author: firebirds Date: 2011-02-14 03:21:51 +0000 (Mon, 14 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-14 03:15:41 UTC (rev 52351) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-14 03:21:51 UTC (rev 52352) @@ -1,3 +1,7 @@ + 2011-02-13 19:14 hvlad + M doc/sql.extensions/README.execute_statement2 +Correction + 2011-02-09 10:47 dimitr M src/jrd/exe.cpp Simplified fix for CORE-3340 (Error in autonomous transaction with empty exception handler: can insert duplicate values into PK/UK column) and its cousin CORE-3341 (Events might not be posted inside the autonomous transaction). It's actually the same bug with different visible effects. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-14 03:15:41 UTC (rev 52351) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-14 03:21:51 UTC (rev 52352) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26204 + FORMAL BUILD NUMBER:26205 */ -#define PRODUCT_VER_STRING "2.5.1.26204" -#define FILE_VER_STRING "WI-V2.5.1.26204" -#define LICENSE_VER_STRING "WI-V2.5.1.26204" -#define FILE_VER_NUMBER 2, 5, 1, 26204 +#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 FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26204" +#define FB_BUILD_NO "26205" #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-14 03:15:41 UTC (rev 52351) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-14 03:21:51 UTC (rev 52352) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26204 +BuildNum=26205 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. |
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. |
From: <fir...@us...> - 2011-02-16 03:22:02
|
Revision: 52377 http://firebird.svn.sourceforge.net/firebird/?rev=52377&view=rev Author: firebirds Date: 2011-02-16 03:21:56 +0000 (Wed, 16 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-16 03:15:34 UTC (rev 52376) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-16 03:21:56 UTC (rev 52377) @@ -1,3 +1,16 @@ + 2011-02-15 10:07 hvlad + M src/remote/inet.cpp + M src/remote/xdr.h +Fixed bug CORE-3351 : Windows client could put 10054 error messages into firebird.log at connection time + + 2011-02-15 08:38 dimitr + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/DatabaseSnapshot.h + M src/jrd/RecordBuffer.cpp + M src/jrd/RecordBuffer.h + M src/jrd/VirtualTable.cpp +Reworked my yesterday's fix to simplify it. + 2011-02-14 17:05 dimitr M src/jrd/Database.cpp M src/jrd/Database.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-16 03:15:34 UTC (rev 52376) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-16 03:21:56 UTC (rev 52377) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26208 + FORMAL BUILD NUMBER:26210 */ -#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 PRODUCT_VER_STRING "2.5.1.26210" +#define FILE_VER_STRING "WI-V2.5.1.26210" +#define LICENSE_VER_STRING "WI-V2.5.1.26210" +#define FILE_VER_NUMBER 2, 5, 1, 26210 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26208" +#define FB_BUILD_NO "26210" #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-16 03:15:34 UTC (rev 52376) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-16 03:21:56 UTC (rev 52377) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26208 +BuildNum=26210 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. |
From: <fir...@us...> - 2011-02-18 03:21:42
|
Revision: 52394 http://firebird.svn.sourceforge.net/firebird/?rev=52394&view=rev Author: firebirds Date: 2011-02-18 03:21:36 +0000 (Fri, 18 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-18 03:15:18 UTC (rev 52393) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-18 03:21:36 UTC (rev 52394) @@ -1,3 +1,21 @@ + 2011-02-17 17:25 dimitr + M src/jrd/evl.cpp +Fixed inability to execute LIKE/STARTING/etc if the second argument is a small (<32KB) blob and the first one is a blob of charset NONE. This is partially related to CORE-3233, see my comment there. + + 2011-02-17 07:38 dimitr + M src/dsql/pass1.cpp +Fixed CORE-3353: Predicate (blob_field LIKE ?) describes the parameter as VARCHAR(30) rather than as BLOB. +Also, let's never transfer the CS_dynamic pseudo-charset to the client side. + + 2011-02-17 06:00 dimitr + M src/jrd/dfw.epp + M src/jrd/met.epp + M src/jrd/met_proto.h + M src/jrd/par.cpp + M src/jrd/tra.h + M src/jrd/vio.cpp +Fixed CORE-3058: New generators are created with wrong value when more than 32K generators was previously created. + 2011-02-15 10:07 hvlad M src/remote/inet.cpp M src/remote/xdr.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-18 03:15:18 UTC (rev 52393) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-18 03:21:36 UTC (rev 52394) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26210 + FORMAL BUILD NUMBER:26213 */ -#define PRODUCT_VER_STRING "2.5.1.26210" -#define FILE_VER_STRING "WI-V2.5.1.26210" -#define LICENSE_VER_STRING "WI-V2.5.1.26210" -#define FILE_VER_NUMBER 2, 5, 1, 26210 +#define PRODUCT_VER_STRING "2.5.1.26213" +#define FILE_VER_STRING "WI-V2.5.1.26213" +#define LICENSE_VER_STRING "WI-V2.5.1.26213" +#define FILE_VER_NUMBER 2, 5, 1, 26213 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26210" +#define FB_BUILD_NO "26213" #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-18 03:15:18 UTC (rev 52393) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-18 03:21:36 UTC (rev 52394) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26210 +BuildNum=26213 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. |
From: <fir...@us...> - 2011-02-19 03:25:44
|
Revision: 52405 http://firebird.svn.sourceforge.net/firebird/?rev=52405&view=rev Author: firebirds Date: 2011-02-19 03:25:38 +0000 (Sat, 19 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-19 03:15:06 UTC (rev 52404) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-19 03:25:38 UTC (rev 52405) @@ -1,3 +1,31 @@ + 2011-02-18 06:52 dimitr + M src/isql/isql.epp +Restored the pre-v2.5 logic by the customer request. + + 2011-02-18 06:26 dimitr + M src/jrd/evl.cpp +Fixed the main reason for CORE-3233: LIKE, STARTING and CONTAINING fail if second operand >= 32K. Thanks to Adriano. + + 2011-02-18 04:37 robocop + M src/jrd/SysFunction.cpp +Make sure at least one operand is promoted to FB_UINT64 before doing the multiplication. + + 2011-02-18 04:35 robocop + M src/remote/server.cpp +Misc. + + 2011-02-18 04:33 robocop + M src/jrd/scl.epp +Misc. + + 2011-02-18 04:32 robocop + M src/jrd/lck.cpp +Misc. + + 2011-02-18 04:30 robocop + M src/jrd/isc_sync.cpp +Simplification. + 2011-02-17 17:25 dimitr M src/jrd/evl.cpp Fixed inability to execute LIKE/STARTING/etc if the second argument is a small (<32KB) blob and the first one is a blob of charset NONE. This is partially related to CORE-3233, see my comment there. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-19 03:15:06 UTC (rev 52404) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-19 03:25:38 UTC (rev 52405) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26213 + FORMAL BUILD NUMBER:26220 */ -#define PRODUCT_VER_STRING "2.5.1.26213" -#define FILE_VER_STRING "WI-V2.5.1.26213" -#define LICENSE_VER_STRING "WI-V2.5.1.26213" -#define FILE_VER_NUMBER 2, 5, 1, 26213 +#define PRODUCT_VER_STRING "2.5.1.26220" +#define FILE_VER_STRING "WI-V2.5.1.26220" +#define LICENSE_VER_STRING "WI-V2.5.1.26220" +#define FILE_VER_NUMBER 2, 5, 1, 26220 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26213" +#define FB_BUILD_NO "26220" #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-19 03:15:06 UTC (rev 52404) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-19 03:25:38 UTC (rev 52405) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26213 +BuildNum=26220 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. |
From: <fir...@us...> - 2011-02-21 03:21:34
|
Revision: 52418 http://firebird.svn.sourceforge.net/firebird/?rev=52418&view=rev Author: firebirds Date: 2011-02-21 03:21:28 +0000 (Mon, 21 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-21 03:15:13 UTC (rev 52417) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-21 03:21:28 UTC (rev 52418) @@ -1,3 +1,9 @@ + 2011-02-20 13:25 dimitr + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h + M src/jrd/opt.cpp +Fixed CORE-3176: View with "subselect" column join table and not use index. + 2011-02-18 06:52 dimitr M src/isql/isql.epp Restored the pre-v2.5 logic by the customer request. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-21 03:15:13 UTC (rev 52417) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-21 03:21:28 UTC (rev 52418) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26220 + FORMAL BUILD NUMBER:26221 */ -#define PRODUCT_VER_STRING "2.5.1.26220" -#define FILE_VER_STRING "WI-V2.5.1.26220" -#define LICENSE_VER_STRING "WI-V2.5.1.26220" -#define FILE_VER_NUMBER 2, 5, 1, 26220 +#define PRODUCT_VER_STRING "2.5.1.26221" +#define FILE_VER_STRING "WI-V2.5.1.26221" +#define LICENSE_VER_STRING "WI-V2.5.1.26221" +#define FILE_VER_NUMBER 2, 5, 1, 26221 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26220" +#define FB_BUILD_NO "26221" #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-21 03:15:13 UTC (rev 52417) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-21 03:21:28 UTC (rev 52418) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26220 +BuildNum=26221 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. |
From: <fir...@us...> - 2011-02-22 03:24:25
|
Revision: 52430 http://firebird.svn.sourceforge.net/firebird/?rev=52430&view=rev Author: firebirds Date: 2011-02-22 03:24:18 +0000 (Tue, 22 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-22 03:17:22 UTC (rev 52429) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-22 03:24:18 UTC (rev 52430) @@ -1,3 +1,23 @@ + 2011-02-21 20:56 dimitr + M src/jrd/Database.cpp +Correction. + + 2011-02-21 11:12 dimitr + M src/jrd/Optimizer.cpp + M src/jrd/btr.cpp + M src/jrd/btr_proto.h + M src/jrd/opt.cpp +Cleanup. + + 2011-02-21 11:05 dimitr + M src/jrd/btr.cpp +Fixed CORE-3355: Wrong comparison of DATE and TIMESTAMP if index is used. + + 2011-02-21 07:51 dimitr + M src/dsql/pass1.cpp + M src/jrd/rse.cpp +Fixed CORE-3173: Empty result when select from SP that contains two CTE (second of them with GROUP BY clause) and INNER join. + 2011-02-20 13:25 dimitr M src/jrd/Optimizer.cpp M src/jrd/Optimizer.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-22 03:17:22 UTC (rev 52429) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-22 03:24:18 UTC (rev 52430) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26221 + FORMAL BUILD NUMBER:26225 */ -#define PRODUCT_VER_STRING "2.5.1.26221" -#define FILE_VER_STRING "WI-V2.5.1.26221" -#define LICENSE_VER_STRING "WI-V2.5.1.26221" -#define FILE_VER_NUMBER 2, 5, 1, 26221 +#define PRODUCT_VER_STRING "2.5.1.26225" +#define FILE_VER_STRING "WI-V2.5.1.26225" +#define LICENSE_VER_STRING "WI-V2.5.1.26225" +#define FILE_VER_NUMBER 2, 5, 1, 26225 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26221" +#define FB_BUILD_NO "26225" #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-22 03:17:22 UTC (rev 52429) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-22 03:24:18 UTC (rev 52430) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26221 +BuildNum=26225 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. |
From: <fir...@us...> - 2011-02-23 03:24:22
|
Revision: 52447 http://firebird.svn.sourceforge.net/firebird/?rev=52447&view=rev Author: firebirds Date: 2011-02-23 03:24:16 +0000 (Wed, 23 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-23 03:17:12 UTC (rev 52446) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-23 03:24:16 UTC (rev 52447) @@ -1,3 +1,25 @@ + 2011-02-22 14:30 hvlad + M src/jrd/err.cpp +Fixed bug CORE-3125 : AV in Worker::shutdown + + 2011-02-22 12:25 dimitr + M src/jrd/Optimizer.cpp + M src/jrd/btr.cpp + M src/jrd/opt.cpp +Better solution for CORE-3355, as suggested by Vlad. + + 2011-02-22 10:12 dimitr + M src/jrd/cmp.cpp + M src/jrd/exe.h + M src/jrd/par.cpp +Misc. + + 2011-02-22 10:11 dimitr + M src/jrd/dfw.epp + M src/jrd/dyn_def.epp + M src/jrd/vio.cpp +Reworked fix for CORE-3058. The new one is a poor man's solution which doesn't handle direct system table updates, but a more generic solution seems being an overkill for a point release. + 2011-02-21 20:56 dimitr M src/jrd/Database.cpp Correction. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-23 03:17:12 UTC (rev 52446) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-23 03:24:16 UTC (rev 52447) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26225 + FORMAL BUILD NUMBER:26229 */ -#define PRODUCT_VER_STRING "2.5.1.26225" -#define FILE_VER_STRING "WI-V2.5.1.26225" -#define LICENSE_VER_STRING "WI-V2.5.1.26225" -#define FILE_VER_NUMBER 2, 5, 1, 26225 +#define PRODUCT_VER_STRING "2.5.1.26229" +#define FILE_VER_STRING "WI-V2.5.1.26229" +#define LICENSE_VER_STRING "WI-V2.5.1.26229" +#define FILE_VER_NUMBER 2, 5, 1, 26229 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26225" +#define FB_BUILD_NO "26229" #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-23 03:17:12 UTC (rev 52446) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-23 03:24:16 UTC (rev 52447) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26225 +BuildNum=26229 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. |
From: <fir...@us...> - 2011-02-24 03:22:49
|
Revision: 52453 http://firebird.svn.sourceforge.net/firebird/?rev=52453&view=rev Author: firebirds Date: 2011-02-24 03:22:43 +0000 (Thu, 24 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-23 17:08:35 UTC (rev 52452) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-24 03:22:43 UTC (rev 52453) @@ -1,3 +1,8 @@ + 2011-02-23 14:08 dimitr + M src/jrd/Database.cpp + M src/jrd/Database.h +More conservative implementation. It should also fix CORE-3356. + 2011-02-22 14:30 hvlad M src/jrd/err.cpp Fixed bug CORE-3125 : AV in Worker::shutdown Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-23 17:08:35 UTC (rev 52452) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-24 03:22:43 UTC (rev 52453) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26229 + FORMAL BUILD NUMBER:26230 */ -#define PRODUCT_VER_STRING "2.5.1.26229" -#define FILE_VER_STRING "WI-V2.5.1.26229" -#define LICENSE_VER_STRING "WI-V2.5.1.26229" -#define FILE_VER_NUMBER 2, 5, 1, 26229 +#define PRODUCT_VER_STRING "2.5.1.26230" +#define FILE_VER_STRING "WI-V2.5.1.26230" +#define LICENSE_VER_STRING "WI-V2.5.1.26230" +#define FILE_VER_NUMBER 2, 5, 1, 26230 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26229" +#define FB_BUILD_NO "26230" #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-23 17:08:35 UTC (rev 52452) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-24 03:22:43 UTC (rev 52453) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26229 +BuildNum=26230 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. |
From: <fir...@us...> - 2011-02-26 03:23:24
|
Revision: 52467 http://firebird.svn.sourceforge.net/firebird/?rev=52467&view=rev Author: firebirds Date: 2011-02-26 03:23:16 +0000 (Sat, 26 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-26 03:16:03 UTC (rev 52466) +++ firebird/branches/B2_5_Release/ChangeLog 2011-02-26 03:23:16 UTC (rev 52467) @@ -1,3 +1,11 @@ + 2011-02-25 12:48 dimitr + M src/jrd/Optimizer.cpp +Fixed the regression I introduced recently. This is the simplest version of the fix. + + 2011-02-25 09:42 dimitr + M src/jrd/cmp.cpp +Let's process the sub-node before using it in CMP_get_desc. It helps to avoid a crash if the sub-node is a variable (its e_var_variable argument is not assigned yet). + 2011-02-23 14:08 dimitr M src/jrd/Database.cpp M src/jrd/Database.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-26 03:16:03 UTC (rev 52466) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-02-26 03:23:16 UTC (rev 52467) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26230 + FORMAL BUILD NUMBER:26232 */ -#define PRODUCT_VER_STRING "2.5.1.26230" -#define FILE_VER_STRING "WI-V2.5.1.26230" -#define LICENSE_VER_STRING "WI-V2.5.1.26230" -#define FILE_VER_NUMBER 2, 5, 1, 26230 +#define PRODUCT_VER_STRING "2.5.1.26232" +#define FILE_VER_STRING "WI-V2.5.1.26232" +#define LICENSE_VER_STRING "WI-V2.5.1.26232" +#define FILE_VER_NUMBER 2, 5, 1, 26232 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26230" +#define FB_BUILD_NO "26232" #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-26 03:16:03 UTC (rev 52466) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-02-26 03:23:16 UTC (rev 52467) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26230 +BuildNum=26232 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. |
From: <fir...@us...> - 2011-03-01 03:22:48
|
Revision: 52489 http://firebird.svn.sourceforge.net/firebird/?rev=52489&view=rev Author: firebirds Date: 2011-03-01 03:22:42 +0000 (Tue, 01 Mar 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-03-01 03:15:48 UTC (rev 52488) +++ firebird/branches/B2_5_Release/ChangeLog 2011-03-01 03:22:42 UTC (rev 52489) @@ -1,3 +1,7 @@ + 2011-02-28 16:03 hvlad + M src/jrd/cmp.cpp +System requests should run with valid attachment assigned + 2011-02-25 12:48 dimitr M src/jrd/Optimizer.cpp Fixed the regression I introduced recently. This is the simplest version of the fix. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-01 03:15:48 UTC (rev 52488) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-01 03:22:42 UTC (rev 52489) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26232 + FORMAL BUILD NUMBER:26233 */ -#define PRODUCT_VER_STRING "2.5.1.26232" -#define FILE_VER_STRING "WI-V2.5.1.26232" -#define LICENSE_VER_STRING "WI-V2.5.1.26232" -#define FILE_VER_NUMBER 2, 5, 1, 26232 +#define PRODUCT_VER_STRING "2.5.1.26233" +#define FILE_VER_STRING "WI-V2.5.1.26233" +#define LICENSE_VER_STRING "WI-V2.5.1.26233" +#define FILE_VER_NUMBER 2, 5, 1, 26233 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26232" +#define FB_BUILD_NO "26233" #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-03-01 03:15:48 UTC (rev 52488) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-03-01 03:22:42 UTC (rev 52489) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26232 +BuildNum=26233 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. |
From: <fir...@us...> - 2011-03-03 03:27:46
|
Revision: 52495 http://firebird.svn.sourceforge.net/firebird/?rev=52495&view=rev Author: firebirds Date: 2011-03-03 03:27:40 +0000 (Thu, 03 Mar 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-03-03 03:17:05 UTC (rev 52494) +++ firebird/branches/B2_5_Release/ChangeLog 2011-03-03 03:27:40 UTC (rev 52495) @@ -1,3 +1,7 @@ + 2011-03-02 12:25 hvlad + M src/jrd/cmp.cpp +When system requests are released there is no more attachments in database. + 2011-02-28 16:03 hvlad M src/jrd/cmp.cpp System requests should run with valid attachment assigned Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-03 03:17:05 UTC (rev 52494) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-03 03:27:40 UTC (rev 52495) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26233 + FORMAL BUILD NUMBER:26234 */ -#define PRODUCT_VER_STRING "2.5.1.26233" -#define FILE_VER_STRING "WI-V2.5.1.26233" -#define LICENSE_VER_STRING "WI-V2.5.1.26233" -#define FILE_VER_NUMBER 2, 5, 1, 26233 +#define PRODUCT_VER_STRING "2.5.1.26234" +#define FILE_VER_STRING "WI-V2.5.1.26234" +#define LICENSE_VER_STRING "WI-V2.5.1.26234" +#define FILE_VER_NUMBER 2, 5, 1, 26234 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26233" +#define FB_BUILD_NO "26234" #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-03-03 03:17:05 UTC (rev 52494) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-03-03 03:27:40 UTC (rev 52495) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26233 +BuildNum=26234 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. |
From: <fir...@us...> - 2011-03-05 03:27:15
|
Revision: 52510 http://firebird.svn.sourceforge.net/firebird/?rev=52510&view=rev Author: firebirds Date: 2011-03-05 03:27:08 +0000 (Sat, 05 Mar 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-03-05 03:17:02 UTC (rev 52509) +++ firebird/branches/B2_5_Release/ChangeLog 2011-03-05 03:27:08 UTC (rev 52510) @@ -1,3 +1,7 @@ + 2011-03-04 17:59 dimitr + M src/jrd/vio.cpp +The simplest possible fix for CORE-3374: Server may crash or corrupt data if SELECT WITH LOCK is issued against records not in the latest format. Thanks to Vlad. + 2011-03-02 12:25 hvlad M src/jrd/cmp.cpp When system requests are released there is no more attachments in database. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-05 03:17:02 UTC (rev 52509) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-05 03:27:08 UTC (rev 52510) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26234 + FORMAL BUILD NUMBER:26235 */ -#define PRODUCT_VER_STRING "2.5.1.26234" -#define FILE_VER_STRING "WI-V2.5.1.26234" -#define LICENSE_VER_STRING "WI-V2.5.1.26234" -#define FILE_VER_NUMBER 2, 5, 1, 26234 +#define PRODUCT_VER_STRING "2.5.1.26235" +#define FILE_VER_STRING "WI-V2.5.1.26235" +#define LICENSE_VER_STRING "WI-V2.5.1.26235" +#define FILE_VER_NUMBER 2, 5, 1, 26235 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26234" +#define FB_BUILD_NO "26235" #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-03-05 03:17:02 UTC (rev 52509) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-03-05 03:27:08 UTC (rev 52510) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26234 +BuildNum=26235 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. |
From: <fir...@us...> - 2011-03-08 03:29:28
|
Revision: 52530 http://firebird.svn.sourceforge.net/firebird/?rev=52530&view=rev Author: firebirds Date: 2011-03-08 03:29:22 +0000 (Tue, 08 Mar 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-03-08 03:17:44 UTC (rev 52529) +++ firebird/branches/B2_5_Release/ChangeLog 2011-03-08 03:29:22 UTC (rev 52530) @@ -1,3 +1,9 @@ + 2011-03-07 14:30 hvlad + M src/jrd/why.cpp + M src/remote/interface.cpp + M src/remote/server.cpp +Fixed bug CORE-3328 : Client writes error messages into firebird.log when database is shutted down + 2011-03-04 17:59 dimitr M src/jrd/vio.cpp The simplest possible fix for CORE-3374: Server may crash or corrupt data if SELECT WITH LOCK is issued against records not in the latest format. Thanks to Vlad. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-08 03:17:44 UTC (rev 52529) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-08 03:29:22 UTC (rev 52530) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26235 + FORMAL BUILD NUMBER:26236 */ -#define PRODUCT_VER_STRING "2.5.1.26235" -#define FILE_VER_STRING "WI-V2.5.1.26235" -#define LICENSE_VER_STRING "WI-V2.5.1.26235" -#define FILE_VER_NUMBER 2, 5, 1, 26235 +#define PRODUCT_VER_STRING "2.5.1.26236" +#define FILE_VER_STRING "WI-V2.5.1.26236" +#define LICENSE_VER_STRING "WI-V2.5.1.26236" +#define FILE_VER_NUMBER 2, 5, 1, 26236 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26235" +#define FB_BUILD_NO "26236" #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-03-08 03:17:44 UTC (rev 52529) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-03-08 03:29:22 UTC (rev 52530) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26235 +BuildNum=26236 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. |
From: <ale...@us...> - 2011-03-09 11:59:38
|
Revision: 52533 http://firebird.svn.sourceforge.net/firebird/?rev=52533&view=rev Author: alexpeshkoff Date: 2011-03-09 11:59:31 +0000 (Wed, 09 Mar 2011) Log Message: ----------- Fixed CORE-3377: During firebird build records about missing fbintl.conf are attempted to be placed in firebird.log in destination (not build) directory Modified Paths: -------------- firebird/branches/B2_5_Release/builds/posix/Makefile.in.client.util firebird/branches/B2_5_Release/builds/posix/Makefile.in.codes firebird/branches/B2_5_Release/builds/posix/Makefile.in.embed.util firebird/branches/B2_5_Release/builds/posix/Makefile.in.examples firebird/branches/B2_5_Release/builds/posix/Makefile.in.firebird firebird/branches/B2_5_Release/builds/posix/Makefile.in.msgs firebird/branches/B2_5_Release/builds/posix/Makefile.in.refDatabases firebird/branches/B2_5_Release/configure.in Added Paths: ----------- firebird/branches/B2_5_Release/builds/posix/Makefile.in.static.createdb Modified: firebird/branches/B2_5_Release/builds/posix/Makefile.in.client.util =================================================================== --- firebird/branches/B2_5_Release/builds/posix/Makefile.in.client.util 2011-03-09 03:16:38 UTC (rev 52532) +++ firebird/branches/B2_5_Release/builds/posix/Makefile.in.client.util 2011-03-09 11:59:31 UTC (rev 52533) @@ -53,11 +53,6 @@ $(CLUMPLETS_Objects) $(FBCONFIG_Objects) -CREATEDB_Files= create_db.cpp -CREATEDB_Sources = $(addprefix utilities/, $(CREATEDB_Files)) -CREATEDB_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(CREATEDB_Sources)))) - - DROP_Other_Sources = common/utils.cpp lock/lock.cpp jrd/isc_sync.cpp jrd/isc.cpp \ common/config/config.cpp common/config/config_file.cpp $(OS_SPECIFIC_Sources) @@ -133,7 +128,7 @@ RELAY_Sources = $(addprefix utilities/, $(RELAY_Files)) RELAY_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(RELAY_Sources)))) -AllObjects = $(CREATEDB_Object) $(DROP_Object) $(GSTAT_Object) $(FBGUARD_Objects) \ +AllObjects = $(DROP_Object) $(GSTAT_Object) $(FBGUARD_Objects) \ $(FBMGR_Objects) $(REBUILD_Objects) $(RELAY_Objects) $(FBSVCMGR_Objects) \ $(FBTRACEMGR_Objects) @@ -141,17 +136,11 @@ Dependencies = $(AllObjects:.o=.d) -.PHONY: all gstat gsec fbguard fbmgr_bin nbackup gds_drop gds_relay create_db fb_lock_print \ +.PHONY: all gstat gsec fbguard fbmgr_bin nbackup gds_drop gds_relay fb_lock_print \ fbsvcmgr fbtracemgr all: $(CLIENT_UTIL_TARGETS) -create_db: $(CREATE_DB) - -$(CREATE_DB): $(CREATEDB_Objects) - $(STATICEXE_LINK) $(LINK_OPTS) $(CREATEDB_Objects) -o $@ -L$(LIB) -lfbclient $(LINK_LIBS) - - nbackup: $(LIBFBCLIENT_SO) $(NBACKUP) $(NBACKUP): $(NBACKUP_Objects) $(CLUMPLETS_Objects) $(COMMON_Objects) Modified: firebird/branches/B2_5_Release/builds/posix/Makefile.in.codes =================================================================== --- firebird/branches/B2_5_Release/builds/posix/Makefile.in.codes 2011-03-09 03:16:38 UTC (rev 52532) +++ firebird/branches/B2_5_Release/builds/posix/Makefile.in.codes 2011-03-09 11:59:31 UTC (rev 52533) @@ -22,7 +22,8 @@ # # ROOT=.. -ObjModuleType=std +ObjModuleType=boot +CXXFLAGS+= -DBOOT_BUILD include $(ROOT)/gen/make.defaults include $(ROOT)/gen/make.platform Modified: firebird/branches/B2_5_Release/builds/posix/Makefile.in.embed.util =================================================================== --- firebird/branches/B2_5_Release/builds/posix/Makefile.in.embed.util 2011-03-09 03:16:38 UTC (rev 52532) +++ firebird/branches/B2_5_Release/builds/posix/Makefile.in.embed.util 2011-03-09 11:59:31 UTC (rev 52533) @@ -56,11 +56,6 @@ $(FBCONFIG_Objects) -CREATEDB_Files= create_db.cpp -CREATEDB_Sources = $(addprefix utilities/, $(CREATEDB_Files)) -CREATEDB_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(CREATEDB_Sources)))) - - DROP_Other_Sources += common/utils.cpp jrd/isc_sync.cpp jrd/isc.cpp \ common/config/config.cpp common/config/config_file.cpp $(OS_SPECIFIC_Sources) @@ -128,30 +123,19 @@ RELAY_Sources = $(addprefix utilities/, $(RELAY_Files)) RELAY_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(RELAY_Sources)))) -AllObjects = $(CREATEDB_Object) $(DROP_Object) $(FBSVCMGR_Objects) \ +AllObjects = $(DROP_Object) $(FBSVCMGR_Objects) \ $(GSEC_Objects) $(GSTAT_Object) $(FBGUARD_Objects) \ $(IBMGR_Objects) $(REBUILD_Objects) $(RELAY_Objects) $(CLUMPLETS_Objects) Dependencies = $(AllObjects:.o=.d) -.PHONY: create_db gstat gds_drop gds_relay gsec fbguard ibmgr_bin nbackup fb_lock_print \ +.PHONY: gstat gds_drop gds_relay gsec fbguard ibmgr_bin nbackup fb_lock_print \ fbsvcmgr fbtracemgr all: $(EMBED_UTIL_TARGETS) -# it's important to note here that create_db is linked against the static -# 'boot' libraries rather than the later embedded shared library. The -# other utilities are released but create_db is used in construction. -# MOD 29-July-2002 - -create_db: $(CREATE_DB) - -$(CREATE_DB): $(CREATEDB_Objects) $(COMMON_Objects) $(LIBFBSTATIC_A) - $(STATICEXE_LINK) $(LINK_OPTS) $^ -o $@ -L$(LIB) $(LINK_LIBS) $(ICU_LIBS) - - nbackup: $(LIBFBEMBED_SO) $(NBACKUP) $(NBACKUP): $(NBACKUP_Objects) $(CLUMPLETS_Objects) $(COMMON_Objects) Modified: firebird/branches/B2_5_Release/builds/posix/Makefile.in.examples =================================================================== --- firebird/branches/B2_5_Release/builds/posix/Makefile.in.examples 2011-03-09 03:16:38 UTC (rev 52532) +++ firebird/branches/B2_5_Release/builds/posix/Makefile.in.examples 2011-03-09 11:59:31 UTC (rev 52533) @@ -29,7 +29,8 @@ # # ROOT=../.. -ObjModuleType=std +ObjModuleType=boot +CXXFLAGS+= -DBOOT_BUILD # Add the install include directory to the search path since the # examples need to build using those headers values. Modified: firebird/branches/B2_5_Release/builds/posix/Makefile.in.firebird =================================================================== --- firebird/branches/B2_5_Release/builds/posix/Makefile.in.firebird 2011-03-09 03:16:38 UTC (rev 52532) +++ firebird/branches/B2_5_Release/builds/posix/Makefile.in.firebird 2011-03-09 11:59:31 UTC (rev 52533) @@ -263,7 +263,7 @@ $(ISC_GDB): create_db empty_db gbak_static isql_static ref_databases create_db: - $(MAKE) -f $(GEN_ROOT)/Makefile.embed.util $(CREATE_DB) + $(MAKE) -f $(GEN_ROOT)/Makefile.static.createdb gbak_static: $(MAKE) $(CPU_OPTION) -f $(GEN_ROOT)/Makefile.static.gbak @@ -286,8 +286,7 @@ #-------------------------------------------------------------------------- #Phase3: Now we start building the tools we are actually going to use -# against the shared library. -# an empty database (lock manager and create_db). Then we rebuild all the +# against the shared library. Then we rebuild all the # items we have built in the static library into a dynamic library. # (It's probably possible to directly build the dynamic library - but thats # for another day). We still don't have the security database stuff. Modified: firebird/branches/B2_5_Release/builds/posix/Makefile.in.msgs =================================================================== --- firebird/branches/B2_5_Release/builds/posix/Makefile.in.msgs 2011-03-09 03:16:38 UTC (rev 52532) +++ firebird/branches/B2_5_Release/builds/posix/Makefile.in.msgs 2011-03-09 11:59:31 UTC (rev 52533) @@ -28,7 +28,8 @@ # # ROOT=.. -ObjModuleType=std +ObjModuleType=boot +CXXFLAGS+= -DBOOT_BUILD include $(ROOT)/gen/make.defaults include $(ROOT)/gen/make.platform Modified: firebird/branches/B2_5_Release/builds/posix/Makefile.in.refDatabases =================================================================== --- firebird/branches/B2_5_Release/builds/posix/Makefile.in.refDatabases 2011-03-09 03:16:38 UTC (rev 52532) +++ firebird/branches/B2_5_Release/builds/posix/Makefile.in.refDatabases 2011-03-09 11:59:31 UTC (rev 52533) @@ -29,7 +29,8 @@ # # ROOT=.. -ObjModuleType=std +ObjModuleType=boot +CXXFLAGS+= -DBOOT_BUILD include $(ROOT)/gen/make.defaults include $(ROOT)/gen/make.platform @@ -53,8 +54,8 @@ .PHONY: empty_db refDatabases -# This is where you are going to have trouble if there is one, at creating -# the first empty database. Things to watch out for, $INTERBASE variable +# This is where you are going to have trouble if there is one, at creating +# the first empty database. Things to watch out for, $INTERBASE variable # pointing in the wrong place, shared library path LD_LIBRARY_PATH # not pointing to new stuff (mind you this point it should be creating # using create_db statically linked). @@ -62,7 +63,7 @@ empty_db : empty.fdb yachts.lnk empty.fdb : $(CREATE_DB) - $(MAKE) -f $(GEN_ROOT)/Makefile.embed.util $(BIN)/create_db + $(MAKE) -f $(GEN_ROOT)/Makefile.static.createdb -$(RM) $@ $(BIN)/create_db $@ $(TOUCH) $@ Added: firebird/branches/B2_5_Release/builds/posix/Makefile.in.static.createdb =================================================================== --- firebird/branches/B2_5_Release/builds/posix/Makefile.in.static.createdb (rev 0) +++ firebird/branches/B2_5_Release/builds/posix/Makefile.in.static.createdb 2011-03-09 11:59:31 UTC (rev 52533) @@ -0,0 +1,66 @@ +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# You may obtain a copy of the Licence at +# http://www.gnu.org/licences/lgpl.html +# +# As a special exception this file can also be included in modules +# with other source code as long as that source code has been +# released under an Open Source Initiative certificed licence. +# More information about OSI certification can be found at: +# http://www.opensource.org +# +# This module is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public Licence for more details. +# +# This module was created by members of the firebird development +# team. All individual contributions remain the Copyright (C) of +# those individuals and all rights are reserved. Contributors to +# this file are either listed below or can be obtained from a CVS +# history command. +# +# Created by: Mark O'Donohue <mar...@lu...> +# +# Contributor(s): +# +# +# +ROOT=.. +ObjModuleType=boot +CXXFLAGS+= -DBOOT_BUILD + +include $(ROOT)/gen/make.defaults +include $(ROOT)/gen/make.platform +include $(ROOT)/gen/make.rules +include $(ROOT)/gen/make.shared.variables + + +@SET_MAKE@ + + +CREATEDB_Files= create_db.cpp +CREATEDB_Sources = $(addprefix utilities/, $(CREATEDB_Files)) +CREATEDB_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(CREATEDB_Sources)))) + + +AllObjects = $(CREATEDB_Object) $(CLUMPLETS_Objects) + +Dependencies = $(AllObjects:.o=.d) + + +.PHONY: all create_db + +all: create_db + +create_db: $(CREATE_DB) + +$(CREATE_DB): $(CREATEDB_Objects) $(COMMON_Objects) $(LIBFBSTATIC_A) + $(STATICEXE_LINK) $(LINK_OPTS) $^ -o $@ -L$(LIB) $(LINK_LIBS) $(ICU_LIBS) + + +include $(ROOT)/gen/make.shared.targets + +-include $(Dependencies) Property changes on: firebird/branches/B2_5_Release/builds/posix/Makefile.in.static.createdb ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:eol-style + native Modified: firebird/branches/B2_5_Release/configure.in =================================================================== --- firebird/branches/B2_5_Release/configure.in 2011-03-09 03:16:38 UTC (rev 52532) +++ firebird/branches/B2_5_Release/configure.in 2011-03-09 11:59:31 UTC (rev 52533) @@ -1388,6 +1388,7 @@ gen/Makefile.static.gpre:${MAKE_SRC_DIR}/Makefile.in.static.gpre gen/Makefile.static.gbak:${MAKE_SRC_DIR}/Makefile.in.static.gbak gen/Makefile.static.isql:${MAKE_SRC_DIR}/Makefile.in.static.isql +gen/Makefile.static.createdb:${MAKE_SRC_DIR}/Makefile.in.static.createdb gen/Makefile.refDatabases:${MAKE_SRC_DIR}/Makefile.in.refDatabases gen/Makefile.fbserver:${MAKE_SRC_DIR}/Makefile.in.fbserver gen/Makefile.smp_server:${MAKE_SRC_DIR}/Makefile.in.smp_server This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-03-10 03:30:29
|
Revision: 52534 http://firebird.svn.sourceforge.net/firebird/?rev=52534&view=rev Author: firebirds Date: 2011-03-10 03:30:19 +0000 (Thu, 10 Mar 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-03-09 11:59:31 UTC (rev 52533) +++ firebird/branches/B2_5_Release/ChangeLog 2011-03-10 03:30:19 UTC (rev 52534) @@ -1,3 +1,15 @@ + 2011-03-09 11:59 alexpeshkoff + M builds/posix/Makefile.in.client.util + M builds/posix/Makefile.in.codes + M builds/posix/Makefile.in.embed.util + M builds/posix/Makefile.in.examples + M builds/posix/Makefile.in.firebird + M builds/posix/Makefile.in.msgs + M builds/posix/Makefile.in.refDatabases + A builds/posix/Makefile.in.static.createdb + M configure.in +Fixed CORE-3377: During firebird build records about missing fbintl.conf are attempted to be placed in firebird.log in destination (not build) directory + 2011-03-07 14:30 hvlad M src/jrd/why.cpp M src/remote/interface.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-09 11:59:31 UTC (rev 52533) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-10 03:30:19 UTC (rev 52534) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26236 + FORMAL BUILD NUMBER:26237 */ -#define PRODUCT_VER_STRING "2.5.1.26236" -#define FILE_VER_STRING "WI-V2.5.1.26236" -#define LICENSE_VER_STRING "WI-V2.5.1.26236" -#define FILE_VER_NUMBER 2, 5, 1, 26236 +#define PRODUCT_VER_STRING "2.5.1.26237" +#define FILE_VER_STRING "WI-V2.5.1.26237" +#define LICENSE_VER_STRING "WI-V2.5.1.26237" +#define FILE_VER_NUMBER 2, 5, 1, 26237 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26236" +#define FB_BUILD_NO "26237" #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-03-09 11:59:31 UTC (rev 52533) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-03-10 03:30:19 UTC (rev 52534) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26236 +BuildNum=26237 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. |
From: <fir...@us...> - 2011-03-17 03:28:28
|
Revision: 52548 http://firebird.svn.sourceforge.net/firebird/?rev=52548&view=rev Author: firebirds Date: 2011-03-17 03:28:21 +0000 (Thu, 17 Mar 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-03-17 03:17:01 UTC (rev 52547) +++ firebird/branches/B2_5_Release/ChangeLog 2011-03-17 03:28:21 UTC (rev 52548) @@ -1,3 +1,7 @@ + 2011-03-16 20:44 hvlad + M src/dsql/dsql.cpp +Fixed bug CORE-3389 : isc_dsql_exec_immed2 with zero transaction handle could lead to a BUGCHECK(147) + 2011-03-09 11:59 alexpeshkoff M builds/posix/Makefile.in.client.util M builds/posix/Makefile.in.codes Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-17 03:17:01 UTC (rev 52547) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-17 03:28:21 UTC (rev 52548) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26237 + FORMAL BUILD NUMBER:26238 */ -#define PRODUCT_VER_STRING "2.5.1.26237" -#define FILE_VER_STRING "WI-V2.5.1.26237" -#define LICENSE_VER_STRING "WI-V2.5.1.26237" -#define FILE_VER_NUMBER 2, 5, 1, 26237 +#define PRODUCT_VER_STRING "2.5.1.26238" +#define FILE_VER_STRING "WI-V2.5.1.26238" +#define LICENSE_VER_STRING "WI-V2.5.1.26238" +#define FILE_VER_NUMBER 2, 5, 1, 26238 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26237" +#define FB_BUILD_NO "26238" #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-03-17 03:17:01 UTC (rev 52547) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-03-17 03:28:21 UTC (rev 52548) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26237 +BuildNum=26238 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. |
From: <fir...@us...> - 2011-03-18 03:22:29
|
Revision: 52556 http://firebird.svn.sourceforge.net/firebird/?rev=52556&view=rev Author: firebirds Date: 2011-03-18 03:22:22 +0000 (Fri, 18 Mar 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-03-18 03:15:44 UTC (rev 52555) +++ firebird/branches/B2_5_Release/ChangeLog 2011-03-18 03:22:22 UTC (rev 52556) @@ -1,3 +1,8 @@ + 2011-03-17 11:17 hvlad + M src/jrd/idx.cpp +Fixed bug CORE-3394 : Failed attempt to violate unique constraint could leave unneeded "lock conflict" error in status-vector. +Backported more conservative version of patch + 2011-03-16 20:44 hvlad M src/dsql/dsql.cpp Fixed bug CORE-3389 : isc_dsql_exec_immed2 with zero transaction handle could lead to a BUGCHECK(147) Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-18 03:15:44 UTC (rev 52555) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-18 03:22:22 UTC (rev 52556) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26238 + FORMAL BUILD NUMBER:26239 */ -#define PRODUCT_VER_STRING "2.5.1.26238" -#define FILE_VER_STRING "WI-V2.5.1.26238" -#define LICENSE_VER_STRING "WI-V2.5.1.26238" -#define FILE_VER_NUMBER 2, 5, 1, 26238 +#define PRODUCT_VER_STRING "2.5.1.26239" +#define FILE_VER_STRING "WI-V2.5.1.26239" +#define LICENSE_VER_STRING "WI-V2.5.1.26239" +#define FILE_VER_NUMBER 2, 5, 1, 26239 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26238" +#define FB_BUILD_NO "26239" #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-03-18 03:15:44 UTC (rev 52555) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-03-18 03:22:22 UTC (rev 52556) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26238 +BuildNum=26239 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. |
From: <fir...@us...> - 2011-03-19 03:24:37
|
Revision: 52569 http://firebird.svn.sourceforge.net/firebird/?rev=52569&view=rev Author: firebirds Date: 2011-03-19 03:24:31 +0000 (Sat, 19 Mar 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-03-19 03:17:42 UTC (rev 52568) +++ firebird/branches/B2_5_Release/ChangeLog 2011-03-19 03:24:31 UTC (rev 52569) @@ -1,3 +1,9 @@ + 2011-03-18 17:48 alexpeshkoff + M builds/posix/Makefile.in.fbtrace + M src/common/fb_exception.cpp + M src/jrd/os/posix/mod_loader.cpp +Fixed CORE-3397: Unresolved symbols in intl and trace libraries + 2011-03-17 11:17 hvlad M src/jrd/idx.cpp Fixed bug CORE-3394 : Failed attempt to violate unique constraint could leave unneeded "lock conflict" error in status-vector. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-19 03:17:42 UTC (rev 52568) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-03-19 03:24:31 UTC (rev 52569) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26239 + FORMAL BUILD NUMBER:26240 */ -#define PRODUCT_VER_STRING "2.5.1.26239" -#define FILE_VER_STRING "WI-V2.5.1.26239" -#define LICENSE_VER_STRING "WI-V2.5.1.26239" -#define FILE_VER_NUMBER 2, 5, 1, 26239 +#define PRODUCT_VER_STRING "2.5.1.26240" +#define FILE_VER_STRING "WI-V2.5.1.26240" +#define LICENSE_VER_STRING "WI-V2.5.1.26240" +#define FILE_VER_NUMBER 2, 5, 1, 26240 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26239" +#define FB_BUILD_NO "26240" #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-03-19 03:17:42 UTC (rev 52568) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-03-19 03:24:31 UTC (rev 52569) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26239 +BuildNum=26240 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. |