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

nightly update

This commit is contained in:
firebirds 2011-02-10 03:16:17 +00:00
parent 305b989cf8
commit 289471e4e9
3 changed files with 28 additions and 7 deletions

View File

@ -1,3 +1,24 @@
2011-02-09 21:26 asfernandes
M src/dsql/Nodes.h
M src/dsql/StmtNodes.cpp
M src/jrd/exe.cpp
Fixed hang found with CORE-3340 test-case.
2011-02-09 21:25 asfernandes
M src/burp/split/spit.cpp
M src/jrd/trace/TraceCmdLine.cpp
M src/utilities/nbackup/nbackup.cpp
Warnings
2011-02-09 10:59 dimitr
M src/dsql/Nodes.h
M src/jrd/exe.cpp
Fixed CORE-3340 (Error in autonomous transaction with empty exception handler: can insert duplicate values into PK/UK column).
2011-02-09 10:57 dimitr
M src/dsql/StmtNodes.cpp
Misc.
2011-02-09 00:29 asfernandes
M src/jrd/recsrc/AggregatedStream.cpp
M src/jrd/recsrc/RecordSource.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:29078
FORMAL BUILD NUMBER:29082
*/
#define PRODUCT_VER_STRING "3.0.0.29078"
#define FILE_VER_STRING "WI-T3.0.0.29078"
#define LICENSE_VER_STRING "WI-T3.0.0.29078"
#define FILE_VER_NUMBER 3, 0, 0, 29078
#define PRODUCT_VER_STRING "3.0.0.29082"
#define FILE_VER_STRING "WI-T3.0.0.29082"
#define LICENSE_VER_STRING "WI-T3.0.0.29082"
#define FILE_VER_NUMBER 3, 0, 0, 29082
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "29078"
#define FB_BUILD_NO "29082"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

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