From: <fir...@us...> - 2012-01-10 03:21:54
|
Revision: 53830 http://firebird.svn.sourceforge.net/firebird/?rev=53830&view=rev Author: firebirds Date: 2012-01-10 03:21:48 +0000 (Tue, 10 Jan 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-01-09 09:48:14 UTC (rev 53829) +++ firebird/trunk/ChangeLog 2012-01-10 03:21:48 UTC (rev 53830) @@ -1,3 +1,23 @@ + 2012-01-09 09:48 dimitr + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/Nodes.h + M src/dsql/PackageNodes.epp + M src/jrd/drq.h + M src/jrd/dyn.h + M src/jrd/ini.epp +1) Made the functions logic in sync with the procedures one. +2) Simplified the privileges creation code. + + 2012-01-09 08:57 dimitr + M src/jrd/idx.h +More indices to avoid full table scans on system tables (this time during the column modification). + + 2012-01-09 08:41 dimitr + M src/jrd/idx.h +Added a system index that helps to avoid a full table scan on RDB$PROCEDURE_PARAMETERS and RDB$FUNCTION_ARGUMENTS during domain deletion. +Also, simplified the system index definitions and removed the gaps in the ID numbering. + 2012-01-09 00:49 asfernandes M src/dsql/parse.y Misc. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-01-09 09:48:14 UTC (rev 53829) +++ firebird/trunk/src/jrd/build_no.h 2012-01-10 03:21:48 UTC (rev 53830) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29709 + FORMAL BUILD NUMBER:29712 */ -#define PRODUCT_VER_STRING "3.0.0.29709" -#define FILE_VER_STRING "WI-T3.0.0.29709" -#define LICENSE_VER_STRING "WI-T3.0.0.29709" -#define FILE_VER_NUMBER 3, 0, 0, 29709 +#define PRODUCT_VER_STRING "3.0.0.29712" +#define FILE_VER_STRING "WI-T3.0.0.29712" +#define LICENSE_VER_STRING "WI-T3.0.0.29712" +#define FILE_VER_NUMBER 3, 0, 0, 29712 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29709" +#define FB_BUILD_NO "29712" #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-01-09 09:48:14 UTC (rev 53829) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-01-10 03:21:48 UTC (rev 53830) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29709 +BuildNum=29712 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |