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

nightly update

This commit is contained in:
firebirds 2014-02-07 00:29:25 +00:00
parent 994b04ea98
commit 08ab181329
3 changed files with 26 additions and 7 deletions

View File

@ -1,3 +1,22 @@
2014-02-06 09:52 dimitr
M src/jrd/Optimizer.cpp
Fixed the assertion.
2014-02-06 06:53 robocop
M src/dsql/DdlNodes.epp
M src/dsql/ExprNodes.cpp
M src/dsql/StmtNodes.cpp
M src/dsql/dsql.h
Give names to the old and new streams in triggers.
2014-02-06 06:53 robocop
M src/gpre/obj_cxx.cpp
Misc.
2014-02-06 00:37 asfernandes
M src/dsql/DdlNodes.epp
Misc.
2014-02-05 17:59 dimitr
M src/jrd/exe.cpp
Fixed some refactoring errors of mine. This should cure CORE-4334: Resources (e.g. sort files) owned by trigger may not be released when it's interrupted asynchronously.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30876
FORMAL BUILD NUMBER:30880
*/
#define PRODUCT_VER_STRING "3.0.0.30876"
#define FILE_VER_STRING "WI-T3.0.0.30876"
#define LICENSE_VER_STRING "WI-T3.0.0.30876"
#define FILE_VER_NUMBER 3, 0, 0, 30876
#define PRODUCT_VER_STRING "3.0.0.30880"
#define FILE_VER_STRING "WI-T3.0.0.30880"
#define LICENSE_VER_STRING "WI-T3.0.0.30880"
#define FILE_VER_NUMBER 3, 0, 0, 30880
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30876"
#define FB_BUILD_NO "30880"
#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=30876
BuildNum=30880
NowAt=`pwd`
cd `dirname $0`