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

nightly update

This commit is contained in:
firebirds 2014-01-28 00:50:20 +00:00
parent b3c65c98b9
commit 576f8840c9
3 changed files with 37 additions and 7 deletions

View File

@ -1,3 +1,33 @@
2014-01-27 16:47 alexpeshkoff
M src/include/firebird/Utl.h
M src/isql/show.epp
M src/yvalve/utl.cpp
M src/yvalve/utl_proto.h
Renamed it once more
2014-01-27 07:14 alexpeshkoff
M doc/sql.extensions/README.user_management
Doc enhancement
2014-01-27 01:09 asfernandes
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M src/dsql/DsqlCompilerScratch.cpp
M src/dsql/pass1.cpp
M src/include/gen/codetext.h
M src/include/gen/iberror.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
Fixed CORE-4322 - Engine crashes when use aggregate or window functions in recursive query. Vlad, please review.
2014-01-27 01:09 asfernandes
M src/jrd/idx.cpp
Misc.
2014-01-26 15:27 dimitr
M src/jrd/Optimizer.cpp
Front-ported my recent commit re. possibly slow restore.

View File

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