|
From: <fir...@us...> - 2011-07-14 03:17:11
|
Revision: 53296
http://firebird.svn.sourceforge.net/firebird/?rev=53296&view=rev
Author: firebirds
Date: 2011-07-14 03:16:59 +0000 (Thu, 14 Jul 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-07-13 15:15:34 UTC (rev 53295)
+++ firebird/trunk/ChangeLog 2011-07-14 03:16:59 UTC (rev 53296)
@@ -1,3 +1,13 @@
+ 2011-07-13 15:15 dimitr
+ M src/jrd/btr.cpp
+ M src/jrd/sort.cpp
+ M src/jrd/sort.h
+Front ported CORE-3547: Floating-point negative zero doesn't match positive zero in the index.
+
+ 2011-07-13 14:50 dimitr
+ M src/dsql/ExprNodes.cpp
+Poor man's attempt to fix the expression indices. In the old code, we didn't require node1->stream and node2->stream to be the same, we just needed node2->stream to be the one we considered for index matching. Different contexts don't necessarily mean different nodes, the relation could still be the same.
+
2011-07-13 02:10 asfernandes
M src/include/firebird/ExternalEngine.h
M src/jrd/ExtEngineManager.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-07-13 15:15:34 UTC (rev 53295)
+++ firebird/trunk/src/jrd/build_no.h 2011-07-14 03:16:59 UTC (rev 53296)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29487
+ FORMAL BUILD NUMBER:29489
*/
-#define PRODUCT_VER_STRING "3.0.0.29487"
-#define FILE_VER_STRING "WI-T3.0.0.29487"
-#define LICENSE_VER_STRING "WI-T3.0.0.29487"
-#define FILE_VER_NUMBER 3, 0, 0, 29487
+#define PRODUCT_VER_STRING "3.0.0.29489"
+#define FILE_VER_STRING "WI-T3.0.0.29489"
+#define LICENSE_VER_STRING "WI-T3.0.0.29489"
+#define FILE_VER_NUMBER 3, 0, 0, 29489
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29487"
+#define FB_BUILD_NO "29489"
#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-07-13 15:15:34 UTC (rev 53295)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-07-14 03:16:59 UTC (rev 53296)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29487
+BuildNum=29489
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|