|
From: <fir...@us...> - 2015-02-20 00:15:07
|
Revision: 60739
http://sourceforge.net/p/firebird/code/60739
Author: firebirds
Date: 2015-02-20 00:15:00 +0000 (Fri, 20 Feb 2015)
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 2015-02-19 19:52:28 UTC (rev 60738)
+++ firebird/trunk/ChangeLog 2015-02-20 00:15:00 UTC (rev 60739)
@@ -1,3 +1,74 @@
+ 2015-02-19 19:52 dimitr
+ M src/dsql/ExprNodes.cpp
+ M src/dsql/StmtNodes.cpp
+ M src/jrd/exe.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/tra.h
+Misc code simplification.
+
+ 2015-02-19 19:50 dimitr
+ M src/jrd/Record.h
+Small changes intended to fix SEGV in the release build.
+
+ 2015-02-19 15:58 dimitr
+ M src/jrd/tra.cpp
+Protection against exceptions thrown from VIO_verb_cleanup() during commit/rollback.
+
+ 2015-02-19 15:53 dimitr
+ M src/jrd/Record.h
+ M src/jrd/tra.h
+ M src/jrd/vio.cpp
+Misc.
+
+ 2015-02-19 14:56 dimitr
+ M src/jrd/idx.cpp
+Postfix for my big commit.
+
+ 2015-02-19 14:43 dimitr
+ M src/jrd/tra.cpp
+1) Fixed CORE-4382: User savepoints are not released on commit.
+2) Respect the "no-auto-undo" option when retaining a transaction context.
+Thanks to Dimitry Sibiryakov.
+
+ 2015-02-19 14:19 dimitr
+ M src/jrd/recsrc/ProcedureScan.cpp
+Misc.
+
+ 2015-02-19 14:15 dimitr
+ M src/dsql/ExprNodes.cpp
+ M src/dsql/StmtNodes.cpp
+ M src/jrd/Monitoring.cpp
+ A src/jrd/Record.h
+ M src/jrd/RecordBuffer.cpp
+ M src/jrd/Relation.h
+ M src/jrd/blb.cpp
+ M src/jrd/dpm.epp
+ M src/jrd/evl.cpp
+ M src/jrd/exe.cpp
+ M src/jrd/ext.cpp
+ M src/jrd/idx.cpp
+ M src/jrd/recsrc/BufferedStream.cpp
+ M src/jrd/recsrc/ProcedureScan.cpp
+ M src/jrd/recsrc/RecordSource.cpp
+ M src/jrd/recsrc/RecursiveStream.cpp
+ M src/jrd/recsrc/SingularStream.cpp
+ M src/jrd/recsrc/SortedStream.cpp
+ M src/jrd/req.h
+ M src/jrd/tra.cpp
+ M src/jrd/tra.h
+ M src/jrd/vio.cpp
+1) Fixed CORE-4383: Index and BLOBs garbage collection doesn't work for update_in_place().
+2) Applied the same approach to temporary GC records.
+3) Refactored the Record class to avoid reallocations, to improve encapsulation and to simplify the code.
+4) Slightly refactored UndoItem to isolate its logic from the Record class.
+5) Reduced the in-memory size of the undo log.
+6) Slightly better alternative to the legacy NULL reporting for outer joins.
+7) Minor fixes and adjustments in BufferedStream.
+
+ 2015-02-19 14:06 dimitr
+ M src/jrd/nbak.h
+Misc.
+
2015-02-18 15:01 asfernandes
M examples/dbcrypt/CryptApplication.cpp
M examples/dbcrypt/CryptKeyHolder.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-02-19 19:52:28 UTC (rev 60738)
+++ firebird/trunk/src/jrd/build_no.h 2015-02-20 00:15:00 UTC (rev 60739)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31661
+ FORMAL BUILD NUMBER:31670
*/
-#define PRODUCT_VER_STRING "3.0.0.31661"
-#define FILE_VER_STRING "WI-T3.0.0.31661"
-#define LICENSE_VER_STRING "WI-T3.0.0.31661"
-#define FILE_VER_NUMBER 3, 0, 0, 31661
+#define PRODUCT_VER_STRING "3.0.0.31670"
+#define FILE_VER_STRING "WI-T3.0.0.31670"
+#define LICENSE_VER_STRING "WI-T3.0.0.31670"
+#define FILE_VER_NUMBER 3, 0, 0, 31670
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31661"
+#define FB_BUILD_NO "31670"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2015-02-19 19:52:28 UTC (rev 60738)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-02-20 00:15:00 UTC (rev 60739)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31661
+BuildNum=31670
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|