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

nightly update

This commit is contained in:
firebirds 2012-09-25 03:39:07 +00:00
parent 5218168e06
commit 79ad8bf65b
3 changed files with 31 additions and 7 deletions

View File

@ -1,3 +1,27 @@
2012-09-24 16:14 asfernandes
M src/jrd/ini.epp
Fixed a problem when the default collation is changed.
2012-09-24 14:26 hvlad
M src/dsql/BoolNodes.cpp
M src/dsql/BoolNodes.h
M src/dsql/ExprNodes.cpp
M src/dsql/ExprNodes.h
M src/dsql/StmtNodes.cpp
M src/dsql/StmtNodes.h
M src/jrd/exe.h
M src/jrd/tra.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
Additional patch for improvement CORE-3362 : Cursors should ignore changes made by the same statement.
- SubQueryNode (sub-select's) and RseBoolNode (exists(), in\any\all) now knows if it is a part of some outer select (ForNode) or it is a standalone statement.
- VIO\get_undo_data was reworked to better fit undo-log implementation, corresponding changes in VIO_chase_record_version also done
- AV in VIO\get_undo_data was fixed
2012-09-24 07:07 hvlad
M src/utilities/ntrace/TracePluginImpl.cpp
Fixed bug CORE-3934 : Value of log_sweep parameter in trace configuration is ignored by trace plugin (assumed always true)
2012-09-24 01:40 asfernandes
M src/dsql/BoolNodes.cpp
M src/dsql/BoolNodes.h

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30078
FORMAL BUILD NUMBER:30081
*/
#define PRODUCT_VER_STRING "3.0.0.30078"
#define FILE_VER_STRING "WI-T3.0.0.30078"
#define LICENSE_VER_STRING "WI-T3.0.0.30078"
#define FILE_VER_NUMBER 3, 0, 0, 30078
#define PRODUCT_VER_STRING "3.0.0.30081"
#define FILE_VER_STRING "WI-T3.0.0.30081"
#define LICENSE_VER_STRING "WI-T3.0.0.30081"
#define FILE_VER_NUMBER 3, 0, 0, 30081
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30078"
#define FB_BUILD_NO "30081"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=30078
BuildNum=30081
NowAt=`pwd`
cd `dirname $0`