From: <fir...@us...> - 2010-09-21 03:14:30
|
Revision: 51581 http://firebird.svn.sourceforge.net/firebird/?rev=51581&view=rev Author: firebirds Date: 2010-09-21 03:14:24 +0000 (Tue, 21 Sep 2010) 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 2010-09-20 16:26:25 UTC (rev 51580) +++ firebird/trunk/ChangeLog 2010-09-21 03:14:24 UTC (rev 51581) @@ -1,3 +1,53 @@ + 2010-09-20 16:26 asfernandes + M src/jrd/cmp.cpp + M src/jrd/nod.h +Misc + + 2010-09-20 16:07 asfernandes + M src/dsql/BoolNodes.cpp + M src/dsql/BoolNodes.h + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/StmtNodes.h + M src/dsql/Visitors.h + M src/dsql/WinNodes.cpp + M src/dsql/make.cpp + M src/dsql/parse.y + M src/jrd/Function.epp + M src/jrd/JrdStatement.cpp + M src/jrd/JrdStatement.h + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h + M src/jrd/RecordSourceNodes.cpp + M src/jrd/RecordSourceNodes.h + M src/jrd/Relation.h + M src/jrd/cmp.cpp + M src/jrd/cmp_proto.h + M src/jrd/dfw.epp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/lls.h + M src/jrd/met.epp + M src/jrd/met_proto.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/opt_proto.h + M src/jrd/par.cpp + M src/jrd/par_proto.h + M src/jrd/pcmet.epp + M src/jrd/recsrc/FilteredStream.cpp + M src/jrd/recsrc/NestedLoopJoin.cpp + M src/jrd/recsrc/RecordSource.h + M src/jrd/rse.h + M src/misc/blrtable.cpp +1) Refactor nod_value_if. +2) Created ExprNode::expressionEqual method to replace a new big and ugly switch. +3) Make boolean referencers use BoolExprNode instead of jrd_nod, except nod_validate for now. This includes BinaryBoolNode and NotBoolNode working without jrd_nod references. +4) Rework in the impure allocation code (replace "csb_impure += ..." by CMP_impure calls). + 2010-09-18 18:19 asfernandes M src/dsql/parse.y Simplificate repetitive code Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-09-20 16:26:25 UTC (rev 51580) +++ firebird/trunk/src/jrd/build_no.h 2010-09-21 03:14:24 UTC (rev 51581) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28726 + FORMAL BUILD NUMBER:28728 */ -#define PRODUCT_VER_STRING "3.0.0.28726" -#define FILE_VER_STRING "WI-T3.0.0.28726" -#define LICENSE_VER_STRING "WI-T3.0.0.28726" -#define FILE_VER_NUMBER 3, 0, 0, 28726 +#define PRODUCT_VER_STRING "3.0.0.28728" +#define FILE_VER_STRING "WI-T3.0.0.28728" +#define LICENSE_VER_STRING "WI-T3.0.0.28728" +#define FILE_VER_NUMBER 3, 0, 0, 28728 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28726" +#define FB_BUILD_NO "28728" #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 2010-09-20 16:26:25 UTC (rev 51580) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-09-21 03:14:24 UTC (rev 51581) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28726 +BuildNum=28728 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. |