|
From: <fir...@us...> - 2014-03-13 00:35:49
|
Revision: 59259
http://sourceforge.net/p/firebird/code/59259
Author: firebirds
Date: 2014-03-13 00:35:45 +0000 (Thu, 13 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-12 17:13:05 UTC (rev 59258)
+++ firebird/trunk/ChangeLog 2014-03-13 00:35:45 UTC (rev 59259)
@@ -1,3 +1,68 @@
+ 2014-03-12 17:13 roman-simakov
+ M src/jrd/jrd.h
+ M src/jrd/validation.cpp
+Misc
+
+ 2014-03-12 15:51 roman-simakov
+ M src/jrd/jrd.h
+ M src/jrd/validation.cpp
+Corrected gfix messages to avoid user's panic. Reviewed by Vlad.
+
+ 2014-03-12 09:32 alexpeshkoff
+ M src/common/MsgMetadata.cpp
+ M src/common/MsgMetadata.h
+ M src/include/firebird/Provider.h
+ M src/yvalve/why.cpp
+Make functions in IMessageMetadata non-const like the rest of interfaces
+
+ 2014-03-12 09:19 alexpeshkoff
+ M src/yvalve/why.cpp
+Patch from Dimitry Sibiryakov - enable access to messages longer than 64Kb from SQLDA. Slightly modified to avoid code duplication.
+
+ 2014-03-11 07:53 robocop
+ M src/isql/extract.epp
+ M src/isql/show.epp
+Include rdb$linger in SHOW DATABASE and-x (extract database).
+
+ 2014-03-11 07:47 robocop
+ M src/isql/isql.epp
+The new API requires checking for null pointer before, not after the call. Maybe there are other places that need adjustment.
+
+ 2014-03-11 07:40 robocop
+ M src/jrd/vio.cpp
+More restrictions on sys tables. Please report if you have problems with DDL or the utilities.
+
+ 2014-03-11 06:22 robocop
+ M src/isql/extract.epp
+ M src/isql/isql.epp
+ M src/isql/show.epp
+Gpre was generating code to connect isql to the build db (yachts) instead of the runtime db.
+
+ 2014-03-11 06:19 robocop
+ M src/gpre/obj_cxx.cpp
+- I was caught by a null pointer due to an error reported by the engine in embedded mode. I prefer the code generated by gpre to be redundant for now.
+- When starting multiple txns, the code was printing the next, not the current in the loop.
+
+ 2014-03-11 06:12 robocop
+ M src/gpre/boot/gpre_meta_boot.cpp
+Misc.
+
+ 2014-03-11 06:11 robocop
+ M src/jrd/ini.epp
+Add the missing ACL_end because walk_acl() doesn't detect the end of the stream and reads trash instead, producing the strange message (unrecognized ACL) instead of the denied access right.
+
+ 2014-03-11 06:09 robocop
+ M src/jrd/pag.cpp
+Use memset.
+
+ 2014-03-11 06:08 robocop
+ M src/isql/isql.epp
+isql embedded hangs when trying to quit after an error (thanks Vlad for solution).
+
+ 2014-03-11 06:07 robocop
+ M src/jrd/btr.cpp
+Misc.
+
2014-03-09 09:33 dimitr
M src/dsql/ExprNodes.cpp
Reworked one of my prior commits that caused regression CORE-4360: Select from derived table which contains GROUP BY on field with literal value returns wrong result.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-03-12 17:13:05 UTC (rev 59258)
+++ firebird/trunk/src/jrd/build_no.h 2014-03-13 00:35:45 UTC (rev 59259)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30953
+ FORMAL BUILD NUMBER:30967
*/
-#define PRODUCT_VER_STRING "3.0.0.30953"
-#define FILE_VER_STRING "WI-T3.0.0.30953"
-#define LICENSE_VER_STRING "WI-T3.0.0.30953"
-#define FILE_VER_NUMBER 3, 0, 0, 30953
+#define PRODUCT_VER_STRING "3.0.0.30967"
+#define FILE_VER_STRING "WI-T3.0.0.30967"
+#define LICENSE_VER_STRING "WI-T3.0.0.30967"
+#define FILE_VER_NUMBER 3, 0, 0, 30967
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30953"
+#define FB_BUILD_NO "30967"
#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-12 17:13:05 UTC (rev 59258)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-03-13 00:35:45 UTC (rev 59259)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30953
+BuildNum=30967
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|