|
From: <fir...@us...> - 2015-12-30 00:12:05
|
Revision: 62747
http://sourceforge.net/p/firebird/code/62747
Author: firebirds
Date: 2015-12-30 00:12:03 +0000 (Wed, 30 Dec 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-12-29 19:00:05 UTC (rev 62746)
+++ firebird/trunk/ChangeLog 2015-12-30 00:12:03 UTC (rev 62747)
@@ -1,3 +1,23 @@
+ 2015-12-29 19:00 dimitr
+ M src/jrd/Monitoring.cpp
+ M src/jrd/Monitoring.h
+Fixed CORE-4708: Content of MON$EXPLAINED_PLAN in MON$STATEMENTS is truncated if exceeds the 32KB limit.
+
+ 2015-12-29 15:17 dimitr
+ M src/jrd/DbCreators.cpp
+ M src/jrd/Mapping.cpp
+ M src/jrd/Monitoring.cpp
+ M src/jrd/Monitoring.h
+ M src/jrd/UserManagement.cpp
+Tag the shmem session clumplets with username. This allows much faster lookups for non-locksmith users. Also, it allows to simplify some code. While being there, cleaned up some unused logic.
+
+ 2015-12-29 14:39 alexpeshkoff
+ M src/jrd/Mapping.cpp
+ M src/remote/client/interface.cpp
+ M src/remote/remote.cpp
+ M src/remote/remote.h
+Fixed CORE-5047: mapUser() routine establish secondary attach using wrong provider
+
2015-12-28 14:10 alexpeshkoff
M builds/install/arch-specific/linux/firebird.init.d.debian.in
M builds/install/arch-specific/linux/firebird.init.d.generic.in
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-12-29 19:00:05 UTC (rev 62746)
+++ firebird/trunk/src/jrd/build_no.h 2015-12-30 00:12:03 UTC (rev 62747)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:32253
+ FORMAL BUILD NUMBER:32256
*/
-#define PRODUCT_VER_STRING "3.0.0.32253"
-#define FILE_VER_STRING "WI-V3.0.0.32253"
-#define LICENSE_VER_STRING "WI-V3.0.0.32253"
-#define FILE_VER_NUMBER 3, 0, 0, 32253
+#define PRODUCT_VER_STRING "3.0.0.32256"
+#define FILE_VER_STRING "WI-V3.0.0.32256"
+#define LICENSE_VER_STRING "WI-V3.0.0.32256"
+#define FILE_VER_NUMBER 3, 0, 0, 32256
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "32253"
+#define FB_BUILD_NO "32256"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2015-12-29 19:00:05 UTC (rev 62746)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-12-30 00:12:03 UTC (rev 62747)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=32253
+BuildNum=32256
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|