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-08-30 03:51:38 +00:00
parent 161386ee2f
commit 3f32a604fa
3 changed files with 29 additions and 7 deletions

View File

@ -1,3 +1,25 @@
2012-08-29 16:22 dimitr
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/ods.h
Restored the ODS level compatibility with v2.5.1 index keys, while using the "old good" index key format in new indices. It allows to claim that CORE-3675 and CORE-3853 are fixed (after migration via backup/restore) but still operate almost correctly with keys created in v2.5.1. This is *much* better than silently returning wrong data if a v2.5.1 database is used with v2.5.2 without backup/restore.
2012-08-29 12:34 alexpeshkoff
M src/jrd/ibase.h
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
Use better name from trunk for CORE-3911
2012-08-29 11:35 alexpeshkoff
M src/jrd/ibase.h
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
Fixed CORE-3911: API entrypoints Bopen and BLOB_open are not visible on Darwin
2012-08-29 11:30 alexpeshkoff
M src/jrd/ThreadStart.cpp
Fixed CORE-3740: SELECT using IN list with >413 elements causes crash on Mac
2012-08-28 18:00 dimitr
M src/jrd/tra.cpp
Misc.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:26530
FORMAL BUILD NUMBER:26534
*/
#define PRODUCT_VER_STRING "2.5.2.26530"
#define FILE_VER_STRING "WI-V2.5.2.26530"
#define LICENSE_VER_STRING "WI-V2.5.2.26530"
#define FILE_VER_NUMBER 2, 5, 2, 26530
#define PRODUCT_VER_STRING "2.5.2.26534"
#define FILE_VER_STRING "WI-V2.5.2.26534"
#define LICENSE_VER_STRING "WI-V2.5.2.26534"
#define FILE_VER_NUMBER 2, 5, 2, 26534
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "2"
#define FB_BUILD_NO "26530"
#define FB_BUILD_NO "26534"
#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=26530
BuildNum=26534
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds