mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:03:03 +01:00
nightly update
This commit is contained in:
parent
b0630cb0d3
commit
e40817b59d
42
ChangeLog
42
ChangeLog
@ -1,3 +1,45 @@
|
||||
2015-09-01 20:51 dimitr
|
||||
M src/jrd/RecordSourceNodes.cpp
|
||||
Fixed CORE-4921: Predicate IS [NOT] DISTINCT FROM is not pushed into unions/aggregates thus causing sub-optimal plans.
|
||||
|
||||
2015-09-01 15:55 asfernandes
|
||||
M src/dsql/BoolNodes.cpp
|
||||
M src/dsql/ExprNodes.cpp
|
||||
M src/jrd/RecordSourceNodes.cpp
|
||||
M src/jrd/cmp.cpp
|
||||
M src/jrd/exe.h
|
||||
Fixed possible similar problems to CORE-4497.
|
||||
|
||||
2015-09-01 10:50 dimitr
|
||||
M src/jrd/ods.h
|
||||
Ugly fix for MS compilers.
|
||||
|
||||
2015-09-01 07:42 dimitr
|
||||
M src/utilities/gstat/dba.epp
|
||||
Better correction.
|
||||
|
||||
2015-09-01 07:39 dimitr
|
||||
M src/utilities/gstat/dba.epp
|
||||
Correction.
|
||||
|
||||
2015-09-01 07:33 dimitr
|
||||
M src/jrd/dpm.epp
|
||||
M src/jrd/dpm_proto.h
|
||||
M src/utilities/gstat/dba.epp
|
||||
Core support for 32KB page size. Disabled so far.
|
||||
|
||||
2015-09-01 07:24 dimitr
|
||||
M src/burp/burp.cpp
|
||||
M src/jrd/CryptoManager.h
|
||||
M src/jrd/jrd.cpp
|
||||
M src/jrd/nbak.cpp
|
||||
M src/jrd/ods.h
|
||||
M src/jrd/os/posix/unix.cpp
|
||||
M src/jrd/pag.cpp
|
||||
M src/jrd/sdw.cpp
|
||||
M src/utilities/nbackup/nbackup.cpp
|
||||
Put some order to the page size macros and their usage. Changed the default page size to 8KB.
|
||||
|
||||
2015-08-31 15:26 asfernandes
|
||||
M src/dsql/DdlNodes.epp
|
||||
Fixed CORE-4917 - ALTER DOMAIN ... TO <new_name> allows to specify <new_name> matching to 'RDB$[[:DIGIT:]]*'.
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:32013
|
||||
FORMAL BUILD NUMBER:32020
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.32013"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32013"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32013"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32013
|
||||
#define PRODUCT_VER_STRING "3.0.0.32020"
|
||||
#define FILE_VER_STRING "WI-V3.0.0.32020"
|
||||
#define LICENSE_VER_STRING "WI-V3.0.0.32020"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 32020
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "32013"
|
||||
#define FB_BUILD_NO "32020"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
|
||||
|
@ -9,7 +9,7 @@ BuildType=V
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=32013
|
||||
BuildNum=32020
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user