mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
nightly update
This commit is contained in:
parent
ae8f5bbc5a
commit
aa898c544f
31
ChangeLog
31
ChangeLog
@ -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
|
2014-04-12 06:35 robocop
|
||||||
M src/dsql/DdlNodes.h
|
M src/dsql/DdlNodes.h
|
||||||
M src/dsql/Parser.cpp
|
M src/dsql/Parser.cpp
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
*** DO NOT EDIT ***
|
*** DO NOT EDIT ***
|
||||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||||
EDIT src/misc/writeBuildNum.sh
|
EDIT src/misc/writeBuildNum.sh
|
||||||
FORMAL BUILD NUMBER:31052
|
FORMAL BUILD NUMBER:31056
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "3.0.0.31052"
|
#define PRODUCT_VER_STRING "3.0.0.31056"
|
||||||
#define FILE_VER_STRING "WI-T3.0.0.31052"
|
#define FILE_VER_STRING "WI-T3.0.0.31056"
|
||||||
#define LICENSE_VER_STRING "WI-T3.0.0.31052"
|
#define LICENSE_VER_STRING "WI-T3.0.0.31056"
|
||||||
#define FILE_VER_NUMBER 3, 0, 0, 31052
|
#define FILE_VER_NUMBER 3, 0, 0, 31056
|
||||||
#define FB_MAJOR_VER "3"
|
#define FB_MAJOR_VER "3"
|
||||||
#define FB_MINOR_VER "0"
|
#define FB_MINOR_VER "0"
|
||||||
#define FB_REV_NO "0"
|
#define FB_REV_NO "0"
|
||||||
#define FB_BUILD_NO "31052"
|
#define FB_BUILD_NO "31056"
|
||||||
#define FB_BUILD_TYPE "T"
|
#define FB_BUILD_TYPE "T"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=T
|
|||||||
MajorVer=3
|
MajorVer=3
|
||||||
MinorVer=0
|
MinorVer=0
|
||||||
RevNo=0
|
RevNo=0
|
||||||
BuildNum=31052
|
BuildNum=31056
|
||||||
|
|
||||||
NowAt=`pwd`
|
NowAt=`pwd`
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user