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

nightly update

This commit is contained in:
firebirds 2012-03-16 05:15:06 +00:00
parent 4a77cfbc42
commit e215392854
3 changed files with 21 additions and 7 deletions

View File

@ -1,3 +1,17 @@
2012-03-15 12:08 dimitr
M src/jrd/cmp.cpp
Fixed CORE-1992: bad BLR -- invalid stream for union select.
2012-03-15 10:39 dimitr
M src/jrd/exe.cpp
M src/jrd/req.h
Fixed CORE-3092: ROW_COUNT is not cleared before the singleton INSERT statement,
2012-03-15 09:28 dimitr
M src/jrd/DatabaseSnapshot.cpp
M src/jrd/RuntimeStatistics.h
Fixed CORE-3625: MON$IO_STATS doesn't report page writes performed asynchronously (at the AST level).
2012-03-14 17:46 dimitr
M src/msgs/messages2.sql
Pleased Paul V. so that CORE-3195 (Concatenation to CHAR(32766/7) impossible) could be resolved.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:26440
FORMAL BUILD NUMBER:26443
*/
#define PRODUCT_VER_STRING "2.5.2.26440"
#define FILE_VER_STRING "WI-V2.5.2.26440"
#define LICENSE_VER_STRING "WI-V2.5.2.26440"
#define FILE_VER_NUMBER 2, 5, 2, 26440
#define PRODUCT_VER_STRING "2.5.2.26443"
#define FILE_VER_STRING "WI-V2.5.2.26443"
#define LICENSE_VER_STRING "WI-V2.5.2.26443"
#define FILE_VER_NUMBER 2, 5, 2, 26443
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "2"
#define FB_BUILD_NO "26440"
#define FB_BUILD_NO "26443"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"

View File

@ -9,7 +9,7 @@ BuildType=V
MajorVer=2
MinorVer=5
RevNo=2
BuildNum=26440
BuildNum=26443
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds