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 2012-02-15 04:50:57 +00:00
parent 843ebacf0a
commit 8b9a83fb45
3 changed files with 59 additions and 7 deletions

View File

@ -1,3 +1,55 @@
2012-02-15 03:44 robocop
M src/jrd/inf.cpp
M src/jrd/jrd.h
M src/jrd/ods.h
M src/jrd/validation.cpp
Include a new type of validation error: unknown blob type.
2012-02-15 03:43 robocop
M src/common/IntlUtil.cpp
M src/common/call_service.cpp
M src/dsql/DdlNodes.epp
M src/dsql/Parser.cpp
M src/dsql/StmtNodes.cpp
M src/jrd/IntlManager.cpp
M src/jrd/extds/ExtDS.cpp
M src/jrd/met.epp
M src/remote/remote.cpp
I don't see the point in creating temporary strings in these cases.
2012-02-15 03:36 robocop
M src/include/fb_types.h
Delete unused and wrong definition.
2012-02-15 03:34 robocop
M src/dsql/AggNodes.cpp
M src/dsql/BoolNodes.cpp
M src/dsql/ExprNodes.cpp
M src/dsql/metd.epp
M src/jrd/Attachment.cpp
M src/jrd/DebugInterface.cpp
M src/jrd/Function.epp
M src/jrd/SysFunction.cpp
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blb_proto.h
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/exe.cpp
M src/jrd/extds/ExtDS.cpp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/mov.cpp
M src/jrd/scl.epp
M src/jrd/tra.cpp
M src/msgs/facilities2.sql
M src/msgs/messages2.sql
Make blb resemble more a class: private data members, convert some functions into methods, add methods with code that was in other files, etc.
2012-02-13 15:39 dimitr
M src/lock/lock.cpp
M src/lock/lock_proto.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:29780
FORMAL BUILD NUMBER:29784
*/
#define PRODUCT_VER_STRING "3.0.0.29780"
#define FILE_VER_STRING "WI-T3.0.0.29780"
#define LICENSE_VER_STRING "WI-T3.0.0.29780"
#define FILE_VER_NUMBER 3, 0, 0, 29780
#define PRODUCT_VER_STRING "3.0.0.29784"
#define FILE_VER_STRING "WI-T3.0.0.29784"
#define LICENSE_VER_STRING "WI-T3.0.0.29784"
#define FILE_VER_NUMBER 3, 0, 0, 29784
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "29780"
#define FB_BUILD_NO "29784"
#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=29780
BuildNum=29784
NowAt=`pwd`
cd `dirname $0`