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

nightly update

This commit is contained in:
firebirds 2014-04-14 00:37:10 +00:00
parent ae8f5bbc5a
commit aa898c544f
3 changed files with 38 additions and 7 deletions

View File

@ -1,3 +1,34 @@
2014-04-13 10:58 dimitr
M src/jrd/extds/InternalDS.cpp
Misc.
2014-04-13 08:27 dimitr
M src/jrd/recsrc/LockedStream.cpp
M src/jrd/vio.cpp
Attempted to fix CORE-4388: SELECT WITH LOCK may enter an infinite loop for a single record. To be field tested.
2014-04-13 01:46 asfernandes
M src/yvalve/why.cpp
Correction.
2014-04-13 01:42 asfernandes
M src/isql/show.epp
M src/jrd/Mapping.cpp
M src/jrd/constants.h
M src/jrd/dpm_proto.h
M src/jrd/fields.h
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/relations.h
M src/jrd/svc.cpp
M src/jrd/trace/TraceCmdLine.cpp
M src/utilities/gstat/dba.epp
M src/utilities/nbackup/nbackup.cpp
M src/yvalve/MasterImplementation.cpp
M src/yvalve/why.cpp
Misc.
2014-04-12 06:35 robocop
M src/dsql/DdlNodes.h
M src/dsql/Parser.cpp

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:31052
FORMAL BUILD NUMBER:31056
*/
#define PRODUCT_VER_STRING "3.0.0.31052"
#define FILE_VER_STRING "WI-T3.0.0.31052"
#define LICENSE_VER_STRING "WI-T3.0.0.31052"
#define FILE_VER_NUMBER 3, 0, 0, 31052
#define PRODUCT_VER_STRING "3.0.0.31056"
#define FILE_VER_STRING "WI-T3.0.0.31056"
#define LICENSE_VER_STRING "WI-T3.0.0.31056"
#define FILE_VER_NUMBER 3, 0, 0, 31056
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "31052"
#define FB_BUILD_NO "31056"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=31052
BuildNum=31056
NowAt=`pwd`
cd `dirname $0`