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

nightly update

This commit is contained in:
firebirds 2012-01-25 04:39:27 +00:00
parent 9c035feea4
commit a87befaf15
3 changed files with 84 additions and 7 deletions

View File

@ -1,3 +1,80 @@
2012-01-24 10:02 dimitr
M src/remote/protocol.cpp
Front ported CORE-3730: isc_dsql_exec_immed2() loses input parameter value with RETURNING clause.
2012-01-24 09:26 robocop
M src/include/gen/ids.h
Uninvited file went with others in the commit.
2012-01-24 03:37 robocop
M src/auth/SecureRemotePassword/srp.h
M src/auth/trusted/AuthSspi.cpp
M src/common/StatusArg.h
M src/common/classes/SyncObject.cpp
M src/common/classes/alloc.cpp
M src/common/classes/locks.h
M src/dsql/AggNodes.cpp
M src/dsql/DdlNodes.epp
M src/dsql/DsqlCompilerScratch.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/WinNodes.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/DatabaseSnapshot.cpp
M src/jrd/Function.epp
M src/jrd/JrdStatement.cpp
M src/jrd/RecordSourceNodes.cpp
M src/jrd/RecordSourceNodes.h
M src/jrd/SimilarToMatcher.h
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/extds/ExtDS.cpp
M src/jrd/fun.epp
M src/jrd/jrd.cpp
M src/jrd/lck.cpp
M src/jrd/met.epp
M src/jrd/os/win32/winnt.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/recsrc/RecordSource.cpp
M src/jrd/tpc.cpp
M src/jrd/tpc_proto.h
M src/jrd/tra.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/plugins/udr_engine/UdrEngine.cpp
M src/remote/client/interface.cpp
M src/remote/inet.cpp
M src/remote/server/os/win32/window.cpp
M src/utilities/fbtracemgr/traceMgrMain.cpp
M src/utilities/nbackup/nbackup.cpp
M src/yvalve/why.cpp
Cleanup: unused functions, parameters & variables.
2012-01-24 03:11 robocop
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
Move hardcoded message to the msg db.
2012-01-24 03:04 robocop
M src/common/BigInteger.cpp
M src/include/gen/codetext.h
M src/include/gen/iberror.h
M src/include/gen/ids.h
M src/include/gen/msgs.h
M src/include/gen/sql_code.h
M src/include/gen/sql_state.h
M src/msgs/facilities2.sql
M src/msgs/messages2.sql
M src/msgs/system_errors2.sql
Move hardcoded message to the msg db.
2012-01-24 02:23 robocop
M src/jrd/btr.cpp
Totally misc.

View File

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