|
From: <fir...@us...> - 2014-03-26 00:49:52
|
Revision: 59316
http://sourceforge.net/p/firebird/code/59316
Author: firebirds
Date: 2014-03-26 00:49:49 +0000 (Wed, 26 Mar 2014)
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 2014-03-25 14:43:14 UTC (rev 59315)
+++ firebird/trunk/ChangeLog 2014-03-26 00:49:49 UTC (rev 59316)
@@ -1,3 +1,21 @@
+ 2014-03-25 14:43 dimitr
+ M src/jrd/opt.cpp
+ M src/jrd/recsrc/IndexTableScan.cpp
+ M src/jrd/recsrc/RecordSource.h
+Allowed conditional bitmap scans for the index navigation.
+
+ 2014-03-25 13:52 dimitr
+ M src/dsql/StmtNodes.cpp
+Cleanup.
+
+ 2014-03-25 13:51 dimitr
+ M src/jrd/Function.epp
+ M src/jrd/jrd.h
+ M src/jrd/met.epp
+ M src/jrd/met_proto.h
+ M src/jrd/recsrc/ProcedureScan.cpp
+Fixed CORE-4371: Create function/sp which references to non-existent exception: error message is "Error while parsing function's BLR" instead of "exception not defined".
+
2014-03-24 09:46 alexpeshkoff
M src/common/classes/sparse_bitmap.h
fixed build
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-03-25 14:43:14 UTC (rev 59315)
+++ firebird/trunk/src/jrd/build_no.h 2014-03-26 00:49:49 UTC (rev 59316)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30988
+ FORMAL BUILD NUMBER:30991
*/
-#define PRODUCT_VER_STRING "3.0.0.30988"
-#define FILE_VER_STRING "WI-T3.0.0.30988"
-#define LICENSE_VER_STRING "WI-T3.0.0.30988"
-#define FILE_VER_NUMBER 3, 0, 0, 30988
+#define PRODUCT_VER_STRING "3.0.0.30991"
+#define FILE_VER_STRING "WI-T3.0.0.30991"
+#define LICENSE_VER_STRING "WI-T3.0.0.30991"
+#define FILE_VER_NUMBER 3, 0, 0, 30991
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30988"
+#define FB_BUILD_NO "30991"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-03-25 14:43:14 UTC (rev 59315)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-03-26 00:49:49 UTC (rev 59316)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30988
+BuildNum=30991
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|