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

nightly update

This commit is contained in:
firebirds 2016-03-03 00:09:15 +00:00
parent 27395a0831
commit 21730b582a
3 changed files with 21 additions and 7 deletions

View File

@ -1,3 +1,17 @@
2016-03-02 15:33 aafemt
M src/dsql/ExprNodes.cpp
M src/dsql/StmtNodes.cpp
M src/jrd/exe.cpp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
Savepoints refactoring that fixes CORE-4701, CORE-4424 and CORE-4483
2016-03-02 15:23 paulbeach
M extern/cloop/src/tests/test1/CTest.c
malloc.h is no longer needed (LibreOffice)
2016-02-29 20:01 dimitr
M src/dsql/ExprNodes.cpp
Fixed CORE-5122: Expression index may not be used by the optimizer if created and used in different connection charsets.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:32371
FORMAL BUILD NUMBER:32373
*/
#define PRODUCT_VER_STRING "4.0.0.32371"
#define FILE_VER_STRING "WI-T4.0.0.32371"
#define LICENSE_VER_STRING "WI-T4.0.0.32371"
#define FILE_VER_NUMBER 4, 0, 0, 32371
#define PRODUCT_VER_STRING "4.0.0.32373"
#define FILE_VER_STRING "WI-T4.0.0.32373"
#define LICENSE_VER_STRING "WI-T4.0.0.32373"
#define FILE_VER_NUMBER 4, 0, 0, 32373
#define FB_MAJOR_VER "4"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "32371"
#define FB_BUILD_NO "32373"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 4.0 Unstable"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=4
MinorVer=0
RevNo=0
BuildNum=32371
BuildNum=32373
NowAt=`pwd`
cd `dirname $0`