From: <fir...@us...> - 2012-12-07 03:44:15
|
Revision: 57457 http://firebird.svn.sourceforge.net/firebird/?rev=57457&view=rev Author: firebirds Date: 2012-12-07 03:44:08 +0000 (Fri, 07 Dec 2012) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2012-12-07 01:22:02 UTC (rev 57456) +++ firebird/trunk/ChangeLog 2012-12-07 03:44:08 UTC (rev 57457) @@ -1,3 +1,29 @@ + 2012-12-07 01:22 asfernandes + M src/dsql/ExprNodes.cpp +Fixed CORE-4006 - Using a result from a procedure in a substring expression leads to server crash. + + 2012-12-06 14:51 hvlad + M src/jrd/cch.cpp + M src/jrd/jrd.h +Front ported fix for CORE-3034 (Bugche?\209?\129k 300 (can't find shared latch)) + + 2012-12-06 12:09 dimitr + M src/dsql/StmtNodes.cpp + M src/jrd/exe.cpp + M src/jrd/recsrc/ProcedureScan.cpp +Another bunch of changes for CORE-4004: Sometimes long-running operations cannot be interrupted by asynchronous shutdown / cancellation requests. The looper nodes should never ignore req_unwind and transform it to something else. +Review and testing would be appreciated, especially in regard to EXE_assignment. + + 2012-12-06 08:13 dimitr + M src/common/isc_s_proto.h + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/event.cpp + M src/jrd/trace/TraceConfigStorage.cpp + M src/jrd/trace/TraceLog.cpp + M src/lock/lock.cpp + M src/lock/print.cpp +Added the initialization timestamp to shmem regions. Modified the lock print output to report this timestamp. This is useful to know as all the counters inside the lock table are incremental and a baseline is required to make any time-based estimations. + 2012-12-05 14:31 asfernandes M src/dsql/Parser.h M src/dsql/parse.y Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-12-07 01:22:02 UTC (rev 57456) +++ firebird/trunk/src/jrd/build_no.h 2012-12-07 03:44:08 UTC (rev 57457) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:30151 + FORMAL BUILD NUMBER:30155 */ -#define PRODUCT_VER_STRING "3.0.0.30151" -#define FILE_VER_STRING "WI-T3.0.0.30151" -#define LICENSE_VER_STRING "WI-T3.0.0.30151" -#define FILE_VER_NUMBER 3, 0, 0, 30151 +#define PRODUCT_VER_STRING "3.0.0.30155" +#define FILE_VER_STRING "WI-T3.0.0.30155" +#define LICENSE_VER_STRING "WI-T3.0.0.30155" +#define FILE_VER_NUMBER 3, 0, 0, 30155 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "30151" +#define FB_BUILD_NO "30155" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2012-12-07 01:22:02 UTC (rev 57456) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-12-07 03:44:08 UTC (rev 57457) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=30151 +BuildNum=30155 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |