From: <fir...@us...> - 2011-10-03 03:19:09
|
Revision: 53499 http://firebird.svn.sourceforge.net/firebird/?rev=53499&view=rev Author: firebirds Date: 2011-10-03 03:19:02 +0000 (Mon, 03 Oct 2011) 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 2011-10-02 22:11:41 UTC (rev 53498) +++ firebird/trunk/ChangeLog 2011-10-03 03:19:02 UTC (rev 53499) @@ -1,3 +1,51 @@ + 2011-10-02 22:11 asfernandes + M src/common/classes/alloc.h + M src/dsql/BlrWriter.cpp + M src/dsql/BlrWriter.h + M src/dsql/DsqlCompilerScratch.cpp + M src/dsql/DsqlCompilerScratch.h + M src/dsql/ExprNodes.cpp + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/StmtNodes.h + M src/dsql/dsql.h + M src/dsql/gen.cpp + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/include/consts_pub.h + M src/jrd/BlrReader.h + M src/jrd/DebugInterface.cpp + M src/jrd/DebugInterface.h + M src/jrd/Function.epp + M src/jrd/JrdStatement.cpp + M src/jrd/JrdStatement.h + M src/jrd/RecordSourceNodes.cpp + M src/jrd/RecordSourceNodes.h + M src/jrd/Routine.h + M src/jrd/blp.h + M src/jrd/blr.h + M src/jrd/constants.h + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/jrd.cpp + M src/jrd/met.epp + M src/jrd/met_proto.h + M src/jrd/par.cpp + M src/yvalve/gds.cpp +Feature CORE-1288 - Sub Procedures. +They're very simple for now. No access to parent variables nor to call neighbour procedures. +Tests at http://firebird.cvs.sourceforge.net/viewvc/firebird/fbtcs/GTCS/tests/FB_SQL_SUBPROC_1.output. + + 2011-10-02 10:19 hvlad + M src/jrd/Database.h + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/EngineInterface.h + M src/jrd/cch.cpp + M src/jrd/jrd.cpp + M src/jrd/vio.cpp +Protect system attachments list with dedicated sync object. It prevents deadlocks with common sync object on process shutdown. + 2011-10-01 21:38 asfernandes M src/jrd/scl.epp Fix ACL checking. Alex, please review. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-10-02 22:11:41 UTC (rev 53498) +++ firebird/trunk/src/jrd/build_no.h 2011-10-03 03:19:02 UTC (rev 53499) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29555 + FORMAL BUILD NUMBER:29557 */ -#define PRODUCT_VER_STRING "3.0.0.29555" -#define FILE_VER_STRING "WI-T3.0.0.29555" -#define LICENSE_VER_STRING "WI-T3.0.0.29555" -#define FILE_VER_NUMBER 3, 0, 0, 29555 +#define PRODUCT_VER_STRING "3.0.0.29557" +#define FILE_VER_STRING "WI-T3.0.0.29557" +#define LICENSE_VER_STRING "WI-T3.0.0.29557" +#define FILE_VER_NUMBER 3, 0, 0, 29557 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29555" +#define FB_BUILD_NO "29557" #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 2011-10-02 22:11:41 UTC (rev 53498) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-10-03 03:19:02 UTC (rev 53499) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29555 +BuildNum=29557 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |