From: <fir...@us...> - 2014-07-25 00:27:41
|
Revision: 59908 http://sourceforge.net/p/firebird/code/59908 Author: firebirds Date: 2014-07-25 00:27:38 +0000 (Fri, 25 Jul 2014) 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 2014-07-24 19:37:58 UTC (rev 59907) +++ firebird/trunk/ChangeLog 2014-07-25 00:27:38 UTC (rev 59908) @@ -1,3 +1,82 @@ + 2014-07-24 19:37 dimitr + M src/jrd/Optimizer.cpp + M src/jrd/opt.cpp + M src/jrd/recsrc/BitmapTableScan.cpp + M src/jrd/recsrc/IndexTableScan.cpp + M src/jrd/recsrc/RecordSource.h +Fixed CORE-4498: FB 3.0 crashes when getting an explained plan for a DBKEY based retrieval. + + 2014-07-24 08:38 roman-simakov + M doc/sql.extensions/README.ddl_access.txt +Correction + + 2014-07-24 06:41 alexpeshkoff + M src/alice/alice.cpp + M src/burp/backup.epp + M src/burp/burp.cpp + M src/burp/canonical.cpp + M src/burp/restore.epp + M src/common/StatusArg.cpp + M src/common/classes/AlignedBuffer.h + M src/common/classes/File.h + M src/common/classes/alloc.cpp + M src/common/classes/alloc.h + M src/common/classes/init.cpp + M src/common/classes/init.h + M src/common/isc_sync.cpp + A src/common/msg_encode.h (from /firebird/trunk/src/jrd/msg_encode.h:59898) + M src/common/utils.cpp + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/ExprNodes.cpp + M src/dsql/StmtNodes.cpp + M src/dsql/dsql.cpp + M src/dsql/gen.cpp + M src/gpre/msc.cpp + M src/include/fb_types.h + M src/jrd/CryptoManager.h + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/Function.epp + M src/jrd/RecordSourceNodes.cpp + M src/jrd/Routine.cpp + M src/jrd/SimilarToMatcher.h + M src/jrd/TempSpace.cpp + M src/jrd/UserManagement.cpp + M src/jrd/blb.cpp + M src/jrd/cch.cpp + M src/jrd/cmp.cpp + M src/jrd/event.cpp + M src/jrd/extds/IscDS.cpp + M src/jrd/fun.epp + M src/jrd/idx.cpp + M src/jrd/jrd.cpp + M src/jrd/met.epp + D src/jrd/msg.h + D src/jrd/msg_encode.h + M src/jrd/nbak.cpp + M src/jrd/ods.cpp + M src/jrd/opt.cpp + M src/jrd/pag.cpp + M src/jrd/recsrc/BufferedStream.cpp + M src/jrd/recsrc/IndexTableScan.cpp + M src/jrd/svc.cpp + M src/lock/lock.cpp + M src/misc/codes.epp + M src/msgs/build_file.epp + M src/qli/all.cpp + M src/qli/compile.cpp + M src/qli/gener.cpp + M src/remote/client/BlrFromMessage.cpp + M src/remote/parser.cpp + M src/utilities/gsec/gsec.cpp + M src/utilities/gstat/dba.epp + M src/utilities/nbackup/nbackup.cpp + M src/yvalve/gds.cpp + A src/yvalve/msg.h (from /firebird/trunk/src/jrd/msg.h:59898) + M src/yvalve/utl.cpp + M src/yvalve/why.cpp +Replaced macro FB_ALIGN with function fbAlign, minor related cleanup + 2014-07-22 18:44 skidder M builds/win32/make_all.bat Revert my change, as Dmitry fixed the same error a before me Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2014-07-24 19:37:58 UTC (rev 59907) +++ firebird/trunk/src/jrd/build_no.h 2014-07-25 00:27:38 UTC (rev 59908) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:31247 + FORMAL BUILD NUMBER:31250 */ -#define PRODUCT_VER_STRING "3.0.0.31247" -#define FILE_VER_STRING "WI-T3.0.0.31247" -#define LICENSE_VER_STRING "WI-T3.0.0.31247" -#define FILE_VER_NUMBER 3, 0, 0, 31247 +#define PRODUCT_VER_STRING "3.0.0.31250" +#define FILE_VER_STRING "WI-T3.0.0.31250" +#define LICENSE_VER_STRING "WI-T3.0.0.31250" +#define FILE_VER_NUMBER 3, 0, 0, 31250 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "31247" +#define FB_BUILD_NO "31250" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2014-07-24 19:37:58 UTC (rev 59907) +++ firebird/trunk/src/misc/writeBuildNum.sh 2014-07-25 00:27:38 UTC (rev 59908) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=31247 +BuildNum=31250 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |