From: <fir...@us...> - 2011-02-03 13:05:52
|
Revision: 52284 http://firebird.svn.sourceforge.net/firebird/?rev=52284&view=rev Author: firebirds Date: 2011-02-03 13:05:45 +0000 (Thu, 03 Feb 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-02-03 09:35:57 UTC (rev 52283) +++ firebird/trunk/ChangeLog 2011-02-03 13:05:45 UTC (rev 52284) @@ -1,3 +1,105 @@ + 2011-02-03 09:35 dimitr + M src/jrd/dfw.epp + M src/jrd/met.epp +Simplification. Adriano, please review. + + 2011-02-03 08:01 dimitr + M src/jrd/cch.cpp +Removed the supposedly wrong checkout (it was added in v2.0), as theoretically it can lead to race conditions in the page cache. + + 2011-02-03 07:36 dimitr + M src/dsql/AggNodes.cpp +Fixed CORE-2957: count(*) from big table returns negative result. + + 2011-02-02 17:47 dimitr + M src/jrd/cch.cpp +Fixed the cache logic (manifested itself as infinite loops) after Alex's SLONG->ULONG changes for page numbers. There's still room for further changes. While being there, performed some related cleanup. + + 2011-02-02 14:58 hvlad + M src/remote/server/server.cpp +Fixed bug CORE-3327 : Thread pool in network server could create more threads than necessary + + 2011-02-02 14:41 asfernandes + M src/jrd/dfw.epp +Fixed CORE-3330 - Server crashes while recreating the table with a NULL -> NOT NULL change. + + 2011-02-02 13:11 dimitr + M src/dsql/AggNodes.cpp +Fixed CORE-1619: Some aggregate functions doesn't support NULL-constant in 3-d dialect. + + 2011-02-02 12:11 hvlad + M src/common/isc_s_proto.h + M src/common/isc_sync.cpp +Fixed bug CORE-3326 : Fast mutex could be left in locked state by dead process + + 2011-02-02 11:56 hvlad + M src/common/isc_sync.cpp +Correction for previous commit + + 2011-02-02 11:51 hvlad + M src/common/isc_sync.cpp +Fixed bug CORE-3325 : At high load it is possible that new process could fail to map shared memory + + 2011-02-02 11:37 hvlad + M src/utilities/fbtracemgr/traceMgrMain.cpp +Improvement CORE-3324 : ftracemgr should flush its output from time to time + + 2011-02-02 11:31 dimitr + M src/dsql/dsql.cpp + M src/dsql/dsql_proto.h + M src/jrd/inf.cpp + M src/jrd/inf_pub.h + M src/jrd/opt.cpp + M src/jrd/opt_proto.h + M src/jrd/recsrc/AggregatedStream.cpp + M src/jrd/recsrc/BitmapTableScan.cpp + M src/jrd/recsrc/BufferedStream.cpp + M src/jrd/recsrc/ExternalTableScan.cpp + M src/jrd/recsrc/FilteredStream.cpp + M src/jrd/recsrc/FirstRowsStream.cpp + M src/jrd/recsrc/FullOuterJoin.cpp + M src/jrd/recsrc/FullTableScan.cpp + M src/jrd/recsrc/HashJoin.cpp + M src/jrd/recsrc/IndexTableScan.cpp + M src/jrd/recsrc/LockedStream.cpp + M src/jrd/recsrc/MergeJoin.cpp + M src/jrd/recsrc/NestedLoopJoin.cpp + M src/jrd/recsrc/ProcedureScan.cpp + M src/jrd/recsrc/RecordSource.cpp + M src/jrd/recsrc/RecordSource.h + M src/jrd/recsrc/RecursiveStream.cpp + M src/jrd/recsrc/SingularStream.cpp + M src/jrd/recsrc/SkipRowsStream.cpp + M src/jrd/recsrc/SortedStream.cpp + M src/jrd/recsrc/Union.cpp + M src/jrd/recsrc/VirtualTableScan.cpp + M src/jrd/recsrc/WindowedStream.cpp + M src/jrd/trace/TraceObjects.cpp + M src/jrd/trace/TraceObjects.h +Implemented CORE-3332: Provide more detailed information about the query execution plan. Some details are still to be worked on. + + 2011-02-02 11:30 alexpeshkoff + M src/jrd/scl.epp +Fixed CORE-3329:Windows administrator gets RDB$ADMIN role when this is not expected + + 2011-02-02 11:20 hvlad + M src/jrd/Attachment.h + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/lck.cpp + M src/jrd/lck_proto.h + M src/jrd/pag.cpp + M src/jrd/shut.cpp + M src/jrd/tra.cpp + M src/lock/lock.cpp + M src/lock/lock_proto.h +Front ported improvement CORE-3323 : Ability to cancel waiting in lock manager +LM part will be changed to not rely on engine internals. + + 2011-02-02 10:16 dimitr + M src/dsql/parse.y +Fixed CORE-3245: SUBSTRING on long blobs truncates result to 32767 if third argument not present. + 2011-02-02 00:57 asfernandes M src/lock/lock.cpp Correction @@ -30182,7 +30284,7 @@ 2008-11-29 18:47 asfernandes M src/jrd/DataTypeUtil.cpp M src/jrd/DataTypeUtil.h -Fixed CORE-2019 ?\195?\162?\226?\130?\172?\226?\128?\156 UTF-8 conversion error (string truncation). +Fixed CORE-2019 – UTF-8 conversion error (string truncation). 2008-11-28 18:49 alexpeshkoff M src/common/classes/SafeArg.cpp @@ -32534,7 +32636,7 @@ 2008-07-16 14:16 asfernandes M src/jrd/idx.cpp -Fixed CORE-1989 - UTF8 UNICODE_CI collate can?\194?\180t be used in foreing key constraint +Fixed CORE-1989 - UTF8 UNICODE_CI collate can´t be used in foreing key constraint 2008-07-16 13:55 asfernandes M src/jrd/Optimizer.cpp @@ -33542,7 +33644,7 @@ 2008-06-14 02:17 asfernandes M doc/sql.extensions/README.similar_to.txt M src/jrd/SimilarToMatcher.h -1) Fixed CORE-1935 ?\195?\162?\226?\130?\172?\226?\128?\156 SIMILAR TO character classes are incorrectly recognized. +1) Fixed CORE-1935 – SIMILAR TO character classes are incorrectly recognized. 2) Improve the documentation after some questions from Claudio. 2008-06-13 14:01 dimitr @@ -45810,7 +45912,7 @@ 2007-05-09 15:23 asfernandes M doc/sql.extensions/README.list -Updated LIST documentation - thanks to Maycon Ferra?\195?\167a +Updated LIST documentation - thanks to Maycon Ferraça 2007-05-09 02:03 asfernandes M src/burp/burp.cpp @@ -47761,7 +47863,7 @@ 2007-03-22 13:07 asfernandes M doc/sql.extensions/README.context_variables2 -Document the new context variable - thanks to Maicon Ferra?\195?\167a +Document the new context variable - thanks to Maicon Ferraça 2007-03-22 12:53 dimitr M src/dsql/pass1.cpp @@ -49438,7 +49540,7 @@ 2006-12-14 10:30 asfernandes M doc/sql.extensions/README.returning -Correction - thanks to Maycon Ferra?\195?\167a +Correction - thanks to Maycon Ferraça 2006-12-14 09:14 dimitr A doc/README.monitoring_tables @@ -50882,7 +50984,7 @@ 2006-10-10 03:53 asfernandes M src/jrd/jrd.cpp -Fix problem reported by Carsten Sch?\195?\164fer in fbdevel of incorrect server start when using connection pooling +Fix problem reported by Carsten Schäfer in fbdevel of incorrect server start when using connection pooling 2006-10-10 03:39 asfernandes M src/jrd/os/posix/isc_ipc.cpp @@ -51231,7 +51333,7 @@ 2006-09-13 12:59 asfernandes M src/dsql/pass1.cpp -Fix the problem with CAST and parameters reported by Maycon Ferra?\195?\167a in fb-devel +Fix the problem with CAST and parameters reported by Maycon Ferraça in fb-devel 2006-09-12 16:31 asfernandes M src/jrd/opt.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-02-03 09:35:57 UTC (rev 52283) +++ firebird/trunk/src/jrd/build_no.h 2011-02-03 13:05:45 UTC (rev 52284) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29041 + FORMAL BUILD NUMBER:29056 */ -#define PRODUCT_VER_STRING "3.0.0.29041" -#define FILE_VER_STRING "WI-T3.0.0.29041" -#define LICENSE_VER_STRING "WI-T3.0.0.29041" -#define FILE_VER_NUMBER 3, 0, 0, 29041 +#define PRODUCT_VER_STRING "3.0.0.29056" +#define FILE_VER_STRING "WI-T3.0.0.29056" +#define LICENSE_VER_STRING "WI-T3.0.0.29056" +#define FILE_VER_NUMBER 3, 0, 0, 29056 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29041" +#define FB_BUILD_NO "29056" #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-02-03 09:35:57 UTC (rev 52283) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-02-03 13:05:45 UTC (rev 52284) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29041 +BuildNum=29056 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |