mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
nightly update
This commit is contained in:
parent
d772560b24
commit
db0928b820
@ -1,3 +1,7 @@
|
|||||||
|
2015-02-02 08:48 dimitr
|
||||||
|
M src/jrd/par.cpp
|
||||||
|
Additional fix for CORE-4673: Computed index based on a computed column stores NULL for all its keys.
|
||||||
|
|
||||||
2015-01-29 19:17 dimitr
|
2015-01-29 19:17 dimitr
|
||||||
M src/jrd/idx.cpp
|
M src/jrd/idx.cpp
|
||||||
Fixed CORE-4075: Server bugchecks or crashes on exception in calculated index. More advanced solution is considered for the trunk.
|
Fixed CORE-4075: Server bugchecks or crashes on exception in calculated index. More advanced solution is considered for the trunk.
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
*** DO NOT EDIT ***
|
*** DO NOT EDIT ***
|
||||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||||
EDIT src/misc/writeBuildNum.sh
|
EDIT src/misc/writeBuildNum.sh
|
||||||
FORMAL BUILD NUMBER:26831
|
FORMAL BUILD NUMBER:26832
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRODUCT_VER_STRING "2.5.4.26831"
|
#define PRODUCT_VER_STRING "2.5.4.26832"
|
||||||
#define FILE_VER_STRING "WI-V2.5.4.26831"
|
#define FILE_VER_STRING "WI-V2.5.4.26832"
|
||||||
#define LICENSE_VER_STRING "WI-V2.5.4.26831"
|
#define LICENSE_VER_STRING "WI-V2.5.4.26832"
|
||||||
#define FILE_VER_NUMBER 2, 5, 4, 26831
|
#define FILE_VER_NUMBER 2, 5, 4, 26832
|
||||||
#define FB_MAJOR_VER "2"
|
#define FB_MAJOR_VER "2"
|
||||||
#define FB_MINOR_VER "5"
|
#define FB_MINOR_VER "5"
|
||||||
#define FB_REV_NO "4"
|
#define FB_REV_NO "4"
|
||||||
#define FB_BUILD_NO "26831"
|
#define FB_BUILD_NO "26832"
|
||||||
#define FB_BUILD_TYPE "V"
|
#define FB_BUILD_TYPE "V"
|
||||||
#define FB_BUILD_SUFFIX "Firebird 2.5"
|
#define FB_BUILD_SUFFIX "Firebird 2.5"
|
||||||
|
@ -9,7 +9,7 @@ BuildType=V
|
|||||||
MajorVer=2
|
MajorVer=2
|
||||||
MinorVer=5
|
MinorVer=5
|
||||||
RevNo=4
|
RevNo=4
|
||||||
BuildNum=26831
|
BuildNum=26832
|
||||||
|
|
||||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||||
# Normal builds
|
# Normal builds
|
||||||
|
Loading…
Reference in New Issue
Block a user