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

nightly update

This commit is contained in:
firebirds 2010-10-09 03:12:58 +00:00
parent 4d00fec2d6
commit f76961d639
3 changed files with 60 additions and 7 deletions

View File

@ -1,3 +1,56 @@
2010-10-09 01:57 asfernandes
M src/dsql/AggNodes.cpp
M src/dsql/AggNodes.h
M src/dsql/ExprNodes.cpp
M src/dsql/ExprNodes.h
M src/dsql/Nodes.h
M src/dsql/Parser.h
M src/dsql/Visitors.h
M src/dsql/WinNodes.cpp
M src/dsql/WinNodes.h
M src/dsql/dsql.cpp
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/jrd/Optimizer.cpp
M src/jrd/blb.cpp
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/nod.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/trace/TraceObjects.cpp
M src/misc/blrtable.cpp
Refactor parameters and GEN_ID.
2010-10-09 01:50 asfernandes
M src/extlib/ib_udf.h
M src/jrd/event.cpp
Misc
2010-10-08 11:57 hvlad
M src/jrd/dfw.epp
M src/jrd/event.cpp
M src/jrd/event_proto.h
M src/jrd/jrd.cpp
Fixed bug CORE-3170 : Engine could enter infinite loop if EVENT's are posted but no subscribers exists
2010-10-08 09:40 dimitr
M src/jrd/Function.epp
M src/jrd/Function.h
M src/jrd/Routine.h
Fixed problems with recursive PSQL functions. Minor refactoring.
2010-10-08 09:39 dimitr
M src/dsql/ExprNodes.cpp
Fixed problems with recursive PSQL functions. Minor refactoring.
2010-10-07 16:10 hvlad
M src/utilities/ntrace/TracePluginImpl.cpp
Fixed bug CORE-3168: exclude_filter doesn't work for <services></section> section of the Trace facility

View File

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