mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
nightly update
This commit is contained in:
parent
58cef69fab
commit
af7d0384b8
13
ChangeLog
13
ChangeLog
@ -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.
|
||||
|
@ -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"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=1
|
||||
RevNo=5
|
||||
BuildNum=18471
|
||||
BuildNum=18474
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user