|
From: <fir...@us...> - 2015-11-18 00:10:11
|
Revision: 62579
http://sourceforge.net/p/firebird/code/62579
Author: firebirds
Date: 2015-11-18 00:10:08 +0000 (Wed, 18 Nov 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-11-17 17:01:08 UTC (rev 62578)
+++ firebird/trunk/ChangeLog 2015-11-18 00:10:08 UTC (rev 62579)
@@ -1,3 +1,23 @@
+ 2015-11-17 17:01 asfernandes
+ M src/dsql/Nodes.h
+Try to fix the performance problem noted by Arno.
+
+ 2015-11-17 16:24 aafemt
+ M extern/cloop/src/cloop/Generator.cpp
+MSVC2010 has no inttypes.h, may be stdint.h or cstdint was supposed?..
+
+ 2015-11-17 12:19 dimitr
+ M src/misc/writeBuildNum.sh
+Updated the version string.
+
+ 2015-11-17 11:46 dimitr
+ M src/dsql/dsql.cpp
+FB3 seems to be properly protected from CORE-4983 at the y-valve level, but I'm adding an additional protection for the engine anyway (call me paranoid).
+
+ 2015-11-17 10:47 dimitr
+ M src/jrd/Optimizer.cpp
+Fixed CORE-5220: Regression: ORDER BY clause on compound index may disable usage of other indices.
+
2015-11-16 20:33 dimitr
M src/jrd/opt.cpp
Reverted back my change from Jan-2014. I cannot reproduce the original problem anymore. Also, this resolves regression CORE-5018: Non-indexed predicates may not be applied immediately after retrieval when tables are being joined.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-11-17 17:01:08 UTC (rev 62578)
+++ firebird/trunk/src/jrd/build_no.h 2015-11-18 00:10:08 UTC (rev 62579)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:32179
+ FORMAL BUILD NUMBER:32184
*/
-#define PRODUCT_VER_STRING "3.0.0.32179"
-#define FILE_VER_STRING "WI-V3.0.0.32179"
-#define LICENSE_VER_STRING "WI-V3.0.0.32179"
-#define FILE_VER_NUMBER 3, 0, 0, 32179
+#define PRODUCT_VER_STRING "3.0.0.32184"
+#define FILE_VER_STRING "WI-V3.0.0.32184"
+#define LICENSE_VER_STRING "WI-V3.0.0.32184"
+#define FILE_VER_NUMBER 3, 0, 0, 32184
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "32179"
+#define FB_BUILD_NO "32184"
#define FB_BUILD_TYPE "V"
-#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
+#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2015-11-17 17:01:08 UTC (rev 62578)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-11-18 00:10:08 UTC (rev 62579)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=32179
+BuildNum=32184
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|