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

nightly update

This commit is contained in:
firebirds 2010-11-15 03:14:56 +00:00
parent 4dea3a42a1
commit adc18b33d6
3 changed files with 63 additions and 7 deletions

View File

@ -1,3 +1,59 @@
2010-11-14 22:31 asfernandes
M src/dsql/AggNodes.cpp
M src/dsql/BoolNodes.cpp
M src/dsql/ExprNodes.cpp
M src/dsql/ExprNodes.h
M src/dsql/Nodes.h
M src/dsql/StmtNodes.cpp
M src/dsql/WinNodes.cpp
M src/jrd/Optimizer.cpp
M src/jrd/RecordSourceNodes.cpp
M src/jrd/btr.cpp
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.h
M src/jrd/opt.cpp
M src/jrd/recsrc/AggregatedStream.cpp
M src/jrd/trace/TraceObjects.cpp
Remove dependency of jrd_nod in ExprNode
2010-11-14 17:25 asfernandes
M src/dsql/BoolNodes.cpp
M src/dsql/DdlNodes.epp
M src/dsql/ExprNodes.cpp
M src/dsql/ExprNodes.h
M src/dsql/Nodes.h
M src/dsql/Visitors.h
M src/dsql/gen.cpp
M src/dsql/gen_proto.h
M src/dsql/make.cpp
M src/dsql/node.h
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/pass1_proto.h
M src/jrd/Optimizer.cpp
M src/jrd/RecordSourceNodes.cpp
M src/jrd/blb.cpp
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/constants.h
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/exe_proto.h
M src/jrd/extds/InternalDS.cpp
M src/jrd/lls.h
M src/jrd/nod.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/recsrc/AggregatedStream.cpp
M src/jrd/recsrc/SortedStream.cpp
M src/misc/blrtable.cpp
Refactored DSQL nodes: nod_derived_field, nod_map, nod_dbkey and nod_rec_version.
Refactored JRD nodes: blr_field (JRD side only), blr_dbkey, blr_record_version and blr_stmt_expr.
2010-11-13 15:04 dimitr
M src/dsql/parse.y
Let's clearly distinguish between deterministic and invariant functions, they're not the same thing actually. Runtime optimization usage is to be re-considered, if necessary.

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:28891
FORMAL BUILD NUMBER:28893
*/
#define PRODUCT_VER_STRING "3.0.0.28891"
#define FILE_VER_STRING "WI-T3.0.0.28891"
#define LICENSE_VER_STRING "WI-T3.0.0.28891"
#define FILE_VER_NUMBER 3, 0, 0, 28891
#define PRODUCT_VER_STRING "3.0.0.28893"
#define FILE_VER_STRING "WI-T3.0.0.28893"
#define LICENSE_VER_STRING "WI-T3.0.0.28893"
#define FILE_VER_NUMBER 3, 0, 0, 28893
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "28891"
#define FB_BUILD_NO "28893"
#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=28891
BuildNum=28893
NowAt=`pwd`
cd `dirname $0`