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

nightly update

This commit is contained in:
firebirds 2014-05-07 00:51:58 +00:00
parent 2a9f17ec6d
commit 2709be39c3
3 changed files with 63 additions and 7 deletions

View File

@ -1,3 +1,59 @@
2014-05-06 22:41 robocop
M src/common/utils.cpp
M src/common/utils_proto.h
I need name_length_limit() for testing some isql functionality.
2014-05-06 18:10 asfernandes
M src/dsql/parse.y
M src/isql/show.epp
M src/jrd/constants.h
Fixed CORE-4415 - Useless extraction of generic DDL trigger.
2014-05-06 13:41 mapopa
D generated
Remove unused generated directory. Builds use the temporary 'gen' directory
2014-05-06 12:37 alexpeshkoff
M src/jrd/Mapping.cpp
Turn off db triggers for mapping connections
2014-05-06 12:25 alexpeshkoff
M src/jrd/jrd.cpp
M src/jrd/svc.cpp
Fixed a bug, privately reported by Pavel Zotov - segfault when closing trace
2014-05-06 10:29 alexpeshkoff
M src/jrd/Mapping.cpp
Turn of forgotten debugging
2014-05-06 10:07 alexpeshkoff
M src/common/classes/Hash.h
M src/jrd/Mapping.cpp
Fixed support of maps with same hash value
2014-05-06 08:49 mapopa
D lang_helpers/gds.vpas
remove vax pascal
2014-05-06 08:34 mapopa
M lang_helpers/gds.bas
M lang_helpers/gds.pas
M lang_helpers/gds.vpas
M lang_helpers/gds_aix.f
M lang_helpers/gds_hp.f
M lang_helpers/gds_sun.f
remove PYXIS
2014-05-06 07:49 mapopa
M doc/emacros-cross_ref.html
cleanup
2014-05-06 01:28 robocop
M src/jrd/JrdStatement.h
M src/jrd/req.h
M src/jrd/vio.cpp
Fix CORE-4418, using the property of special triggers that are marked "system" or "ignore_perm".
2014-05-05 15:28 mapopa
D lang_helpers/gds.pli
D lang_helpers/gds_vms.f

View File

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