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

nightly update

This commit is contained in:
firebirds 2011-02-16 03:15:34 +00:00
parent c87b541ae2
commit 57b4adf752
3 changed files with 63 additions and 7 deletions

View File

@ -1,3 +1,59 @@
2011-02-16 01:38 asfernandes
M src/dsql/ExprNodes.cpp
M src/dsql/ExprNodes.h
M src/dsql/Visitors.h
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/node.h
M src/dsql/parse.y
M src/dsql/pass1.cpp
Refactored nod_dom_value.
2011-02-15 11:04 dimitr
M src/jrd/ods.h
Totally misc.
2011-02-15 10:10 hvlad
M src/common/xdr.h
M src/remote/inet.cpp
Fixed bug CORE-3351 : Windows client could put 10054 error messages into firebird.log at connection time
2011-02-15 08:47 dimitr
M src/jrd/DatabaseSnapshot.cpp
M src/jrd/DatabaseSnapshot.h
M src/jrd/RecordBuffer.cpp
M src/jrd/RecordBuffer.h
M src/jrd/UserManagement.cpp
M src/jrd/UserManagement.h
M src/jrd/recsrc/RecordSource.h
M src/jrd/recsrc/VirtualTableScan.cpp
Front ported CORE-3138: Internal error or crash occurs when accessing any MON$ table after altering its structure.
2011-02-15 07:32 dimitr
M src/jrd/Database.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/idx.cpp
Misc.
2011-02-15 07:20 dimitr
M src/jrd/JrdStatement.cpp
Correction.
2011-02-15 07:16 dimitr
M src/jrd/Database.cpp
M src/jrd/Database.h
M src/jrd/DatabaseSnapshot.cpp
M src/jrd/JrdStatement.cpp
M src/jrd/jrd.cpp
M src/jrd/pag.cpp
M src/jrd/shut.cpp
M src/jrd/tra.cpp
Front ported:
Refactored the shared counter to support multiple number spaces.
Changed att_id and tra_id to be generated sequentially (without caching), as agreed with Vlad privately.
Fixed CORE-2305: Make mon$statement_id value constant among monitoring snapshots.
2011-02-14 15:21 hvlad
M doc/sql.extensions/README.execute_statement2
Fixed bug CORE-3349 : Constants isc_lock_conflict / isc_eds_statement not recognized in PSQL

View File

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