|
From: <fir...@us...> - 2011-07-15 03:24:20
|
Revision: 53305
http://firebird.svn.sourceforge.net/firebird/?rev=53305&view=rev
Author: firebirds
Date: 2011-07-15 03:24:13 +0000 (Fri, 15 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-14 15:56:40 UTC (rev 53304)
+++ firebird/trunk/ChangeLog 2011-07-15 03:24:13 UTC (rev 53305)
@@ -1,3 +1,35 @@
+ 2011-07-14 15:56 asfernandes
+ M src/common/config/config_file.cpp
+ M src/include/gen/ids.h
+Correction and improvement to the config system.
+
+ 2011-07-14 15:34 dimitr
+ M src/include/gen/ids.h
+ M src/jrd/names.h
+ M src/jrd/relations.h
+Removed the accidentally committed lines.
+
+ 2011-07-14 15:27 dimitr
+ M src/burp/backup.epp
+ M src/burp/burp.h
+ M src/burp/restore.epp
+ M src/dsql/DdlNodes.epp
+ M src/dsql/DdlNodes.h
+ M src/dsql/Nodes.h
+ M src/include/gen/ids.h
+ M src/jrd/names.h
+ M src/jrd/relations.h
+Added the missing RDB$SYSTEM_FLAG and RDB$DESCRIPTION columns into RDB$FUNCTION_ARGUMENTS.
+
+ 2011-07-14 12:31 dimitr
+ M src/jrd/btr.cpp
+Fixed CORE-2709: Many indexed reads in a compound index with NULLs. Note that it's an ODS change, so nullable compound indices may require recreation.
+
+ 2011-07-14 11:54 dimitr
+ M src/dsql/ExprNodes.cpp
+ M src/jrd/Optimizer.cpp
+Methinks this is a more correct logic than the one committed yesterday. Also, fixed the stream comparison for views.
+
2011-07-13 15:15 dimitr
M src/jrd/btr.cpp
M src/jrd/sort.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-07-14 15:56:40 UTC (rev 53304)
+++ firebird/trunk/src/jrd/build_no.h 2011-07-15 03:24:13 UTC (rev 53305)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29489
+ FORMAL BUILD NUMBER:29494
*/
-#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 PRODUCT_VER_STRING "3.0.0.29494"
+#define FILE_VER_STRING "WI-T3.0.0.29494"
+#define LICENSE_VER_STRING "WI-T3.0.0.29494"
+#define FILE_VER_NUMBER 3, 0, 0, 29494
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29489"
+#define FB_BUILD_NO "29494"
#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-14 15:56:40 UTC (rev 53304)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-07-15 03:24:13 UTC (rev 53305)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29489
+BuildNum=29494
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|