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

nightly update

This commit is contained in:
firebirds 2012-03-16 05:37:32 +00:00
parent 58cef69fab
commit af7d0384b8
3 changed files with 20 additions and 7 deletions

View File

@ -1,3 +1,16 @@
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:38 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:27 dimitr
M src/jrd/DatabaseSnapshot.cpp
Fixed CORE-3625: MON$IO_STATS doesn't report page writes performed asynchronously (at the AST level).
2012-03-14 17:45 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:18471
FORMAL BUILD NUMBER:18474
*/
#define PRODUCT_VER_STRING "2.1.5.18471"
#define FILE_VER_STRING "WI-V2.1.5.18471"
#define LICENSE_VER_STRING "WI-V2.1.5.18471"
#define FILE_VER_NUMBER 2, 1, 5, 18471
#define PRODUCT_VER_STRING "2.1.5.18474"
#define FILE_VER_STRING "WI-V2.1.5.18474"
#define LICENSE_VER_STRING "WI-V2.1.5.18474"
#define FILE_VER_NUMBER 2, 1, 5, 18474
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "1"
#define FB_REV_NO "5"
#define FB_BUILD_NO "18471"
#define FB_BUILD_NO "18474"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.1"

View File

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