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

nightly update

This commit is contained in:
firebirds 2014-03-04 00:30:43 +00:00
parent 874db585f5
commit 4522511d76
3 changed files with 48 additions and 7 deletions

View File

@ -1,3 +1,44 @@
2014-03-03 20:00 robocop
M src/burp/backup.epp
M src/burp/restore.epp
Rename get_numeric and put_numeric to what they are really: get_int32 and put_int32.
2014-03-03 11:18 alexpeshkoff
M src/yvalve/MasterImplementation.cpp
Avoid zerodivide error, reported by Dmitry Sibiryakov
2014-03-03 09:24 alexpeshkoff
M src/include/firebird/UdrEngine.h
This fixes linux build and hopefully does not break windows & darwin
2014-03-03 04:41 robocop
M src/jrd/pag.cpp
Replace the "while" with unconditional break with an "if". (PVS_Studio).
2014-03-03 04:37 robocop
M src/burp/burp.h
M src/burp/mvol.cpp
M src/burp/split/spit.cpp
M src/common/cvt.cpp
M src/dsql/BoolNodes.cpp
M src/dsql/WinNodes.cpp
M src/gpre/sql.cpp
M src/jrd/dpm.epp
M src/jrd/extds/ExtDS.cpp
M src/jrd/extds/IscDS.cpp
M src/jrd/opt.cpp
M src/jrd/recsrc/AggregatedStream.cpp
M src/jrd/recsrc/Cursor.cpp
M src/jrd/recsrc/IndexTableScan.cpp
M src/jrd/recsrc/MergeJoin.cpp
M src/jrd/recsrc/ProcedureScan.cpp
M src/jrd/recsrc/RecursiveStream.cpp
M src/jrd/trace/TraceConfigStorage.cpp
M src/jrd/trace/TraceLog.cpp
M src/jrd/trace/TraceObjects.cpp
M src/yvalve/gds.cpp
Misc.
2014-02-28 15:03 hvlad
M src/include/firebird/UdrEngine.h
Fixed Windows build

View File

@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30932
FORMAL BUILD NUMBER:30937
*/
#define PRODUCT_VER_STRING "3.0.0.30932"
#define FILE_VER_STRING "WI-T3.0.0.30932"
#define LICENSE_VER_STRING "WI-T3.0.0.30932"
#define FILE_VER_NUMBER 3, 0, 0, 30932
#define PRODUCT_VER_STRING "3.0.0.30937"
#define FILE_VER_STRING "WI-T3.0.0.30937"
#define LICENSE_VER_STRING "WI-T3.0.0.30937"
#define FILE_VER_NUMBER 3, 0, 0, 30937
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30932"
#define FB_BUILD_NO "30937"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"

View File

@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=30932
BuildNum=30937
NowAt=`pwd`
cd `dirname $0`