8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 03:23:04 +01:00

nightly update

This commit is contained in:
firebirds 2015-08-17 00:08:28 +00:00
parent 6131cf1216
commit 87fe254d2d
3 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,14 @@
2015-08-16 15:47 dimitr
M src/jrd/recsrc/HashJoin.cpp
Fixed the hash-join part of CORE-4909: MERGE / HASH JOINs produce incorrect results when VARCHAR join keys differ only by trailing spaces.
2015-08-16 13:53 asfernandes
M src/jrd/btr.cpp
M src/jrd/validation.cpp
M src/utilities/ntrace/TracePluginImpl.cpp
M src/utilities/ntrace/TracePluginImpl.h
Misc.
2015-08-14 14:41 alexpeshkoff
M src/jrd/svc.cpp
Fixed CORE-4897: FBSVCMGR can produce broken log when restoring database

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31999
FORMAL BUILD NUMBER:32001
*/
#define PRODUCT_VER_STRING "3.0.0.31999"
#define FILE_VER_STRING "WI-V3.0.0.31999"
#define LICENSE_VER_STRING "WI-V3.0.0.31999"
#define FILE_VER_NUMBER 3, 0, 0, 31999
#define PRODUCT_VER_STRING "3.0.0.32001"
#define FILE_VER_STRING "WI-V3.0.0.32001"
#define LICENSE_VER_STRING "WI-V3.0.0.32001"
#define FILE_VER_NUMBER 3, 0, 0, 32001
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31999"
#define FB_BUILD_NO "32001"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31999
BuildNum=32001
NowAt=`pwd`
cd `dirname $0`