|
From: <fir...@us...> - 2014-09-02 01:21:56
|
Revision: 60023
http://sourceforge.net/p/firebird/code/60023
Author: firebirds
Date: 2014-09-02 01:21:47 +0000 (Tue, 02 Sep 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-09-01 13:22:55 UTC (rev 60022)
+++ firebird/trunk/ChangeLog 2014-09-02 01:21:47 UTC (rev 60023)
@@ -1,3 +1,25 @@
+ 2014-09-01 13:22 dimitr
+ M src/jrd/Database.cpp
+Correction.
+
+ 2014-09-01 13:19 dimitr
+ M src/jrd/Database.cpp
+ M src/jrd/Database.h
+ M src/jrd/Monitoring.cpp
+ M src/jrd/cch.cpp
+ M src/jrd/cch_proto.h
+ M src/jrd/jrd.cpp
+ M src/jrd/lck.cpp
+Refactored the shared cache checks. Optimized the shared counter for SS.
+
+ 2014-09-01 09:44 alexpeshkoff
+ M src/jrd/Mapping.cpp
+Misc
+
+ 2014-09-01 08:29 dimitr
+ M src/jrd/vio.cpp
+Count record reads performed by the IDX code.
+
2014-08-29 11:15 roman-simakov
M src/dsql/parse.y
Removed ANY keyword in DDL REVOKE permission statements for DATABASE
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-09-01 13:22:55 UTC (rev 60022)
+++ firebird/trunk/src/jrd/build_no.h 2014-09-02 01:21:47 UTC (rev 60023)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31319
+ FORMAL BUILD NUMBER:31323
*/
-#define PRODUCT_VER_STRING "3.0.0.31319"
-#define FILE_VER_STRING "WI-T3.0.0.31319"
-#define LICENSE_VER_STRING "WI-T3.0.0.31319"
-#define FILE_VER_NUMBER 3, 0, 0, 31319
+#define PRODUCT_VER_STRING "3.0.0.31323"
+#define FILE_VER_STRING "WI-T3.0.0.31323"
+#define LICENSE_VER_STRING "WI-T3.0.0.31323"
+#define FILE_VER_NUMBER 3, 0, 0, 31323
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31319"
+#define FB_BUILD_NO "31323"
#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-09-01 13:22:55 UTC (rev 60022)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-09-02 01:21:47 UTC (rev 60023)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31319
+BuildNum=31323
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|