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

nightly update

This commit is contained in:
firebirds 2010-09-21 03:14:24 +00:00
parent 0eb26b8e97
commit cd75b18f00
3 changed files with 57 additions and 7 deletions

View File

@ -1,3 +1,53 @@
2010-09-20 16:26 asfernandes
M src/jrd/cmp.cpp
M src/jrd/nod.h
Misc
2010-09-20 16:07 asfernandes
M src/dsql/BoolNodes.cpp
M src/dsql/BoolNodes.h
M src/dsql/ExprNodes.cpp
M src/dsql/ExprNodes.h
M src/dsql/Nodes.h
M src/dsql/StmtNodes.cpp
M src/dsql/StmtNodes.h
M src/dsql/Visitors.h
M src/dsql/WinNodes.cpp
M src/dsql/make.cpp
M src/dsql/parse.y
M src/jrd/Function.epp
M src/jrd/JrdStatement.cpp
M src/jrd/JrdStatement.h
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
M src/jrd/RecordSourceNodes.cpp
M src/jrd/RecordSourceNodes.h
M src/jrd/Relation.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/dfw.epp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/lls.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nod.h
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/pcmet.epp
M src/jrd/recsrc/FilteredStream.cpp
M src/jrd/recsrc/NestedLoopJoin.cpp
M src/jrd/recsrc/RecordSource.h
M src/jrd/rse.h
M src/misc/blrtable.cpp
1) Refactor nod_value_if.
2) Created ExprNode::expressionEqual method to replace a new big and ugly switch.
3) Make boolean referencers use BoolExprNode instead of jrd_nod, except nod_validate for now. This includes BinaryBoolNode and NotBoolNode working without jrd_nod references.
4) Rework in the impure allocation code (replace "csb_impure += ..." by CMP_impure calls).
2010-09-18 18:19 asfernandes
M src/dsql/parse.y
Simplificate repetitive code

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:28726
FORMAL BUILD NUMBER:28728
*/
#define PRODUCT_VER_STRING "3.0.0.28726"
#define FILE_VER_STRING "WI-T3.0.0.28726"
#define LICENSE_VER_STRING "WI-T3.0.0.28726"
#define FILE_VER_NUMBER 3, 0, 0, 28726
#define PRODUCT_VER_STRING "3.0.0.28728"
#define FILE_VER_STRING "WI-T3.0.0.28728"
#define LICENSE_VER_STRING "WI-T3.0.0.28728"
#define FILE_VER_NUMBER 3, 0, 0, 28728
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "28726"
#define FB_BUILD_NO "28728"
#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=28726
BuildNum=28728
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds