From: <fir...@us...> - 2010-11-14 03:14:56
|
Revision: 51912 http://firebird.svn.sourceforge.net/firebird/?rev=51912&view=rev Author: firebirds Date: 2010-11-14 03:14:45 +0000 (Sun, 14 Nov 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-11-13 15:04:43 UTC (rev 51911) +++ firebird/trunk/ChangeLog 2010-11-14 03:14:45 UTC (rev 51912) @@ -1,3 +1,32 @@ + 2010-11-13 15:04 dimitr + M src/dsql/parse.y +Let's clearly distinguish between deterministic and invariant functions, they're not the same thing actually. Runtime optimization usage is to be re-considered, if necessary. +Warning: this includes an ODS change, please boot-build. + + 2010-11-13 15:03 dimitr + M src/burp/backup.epp + M src/burp/burp.h + M src/burp/restore.epp + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/ExprNodes.cpp + M src/include/gen/ids.h + M src/jrd/Function.epp + M src/jrd/Function.h + M src/jrd/dyn_def.epp + M src/jrd/names.h + M src/jrd/relations.h +Let's clearly distinguish between deterministic and invariant functions, they're not the same thing actually. Runtime optimization usage is to be re-considered, if necessary. +Warning: this includes an ODS change, please boot-build. + + 2010-11-13 08:56 dimitr + M src/jrd/Function.epp +Implemented support for deterministic (invariant) functions. + + 2010-11-13 08:54 dimitr + M src/dsql/DdlNodes.epp +Fixed inability to alter the [[NOT] DETERMINISTIC] clause. + 2010-11-13 01:50 asfernandes M src/common/os/posix/os_utils.cpp Misc Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-13 15:04:43 UTC (rev 51911) +++ firebird/trunk/src/jrd/build_no.h 2010-11-14 03:14:45 UTC (rev 51912) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28887 + FORMAL BUILD NUMBER:28891 */ -#define PRODUCT_VER_STRING "3.0.0.28887" -#define FILE_VER_STRING "WI-T3.0.0.28887" -#define LICENSE_VER_STRING "WI-T3.0.0.28887" -#define FILE_VER_NUMBER 3, 0, 0, 28887 +#define PRODUCT_VER_STRING "3.0.0.28891" +#define FILE_VER_STRING "WI-T3.0.0.28891" +#define LICENSE_VER_STRING "WI-T3.0.0.28891" +#define FILE_VER_NUMBER 3, 0, 0, 28891 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28887" +#define FB_BUILD_NO "28891" #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-11-13 15:04:43 UTC (rev 51911) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-14 03:14:45 UTC (rev 51912) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28887 +BuildNum=28891 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |