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

nightly update

This commit is contained in:
firebirds 2013-04-20 02:05:13 +00:00
parent d274c0287b
commit 5ae04f81a6
3 changed files with 26 additions and 7 deletions

View File

@ -1,3 +1,22 @@
2013-04-19 09:22 dimitr
M src/jrd/recsrc/BufferedStream.cpp
M src/jrd/recsrc/ConditionalStream.cpp
M src/jrd/recsrc/FilteredStream.cpp
M src/jrd/recsrc/FirstRowsStream.cpp
M src/jrd/recsrc/FullOuterJoin.cpp
M src/jrd/recsrc/HashJoin.cpp
M src/jrd/recsrc/LockedStream.cpp
M src/jrd/recsrc/MergeJoin.cpp
M src/jrd/recsrc/NestedLoopJoin.cpp
M src/jrd/recsrc/RecordSource.cpp
M src/jrd/recsrc/RecordSource.h
M src/jrd/recsrc/SingularStream.cpp
M src/jrd/recsrc/SkipRowsStream.cpp
M src/jrd/recsrc/SortedStream.cpp
M src/jrd/recsrc/WindowedStream.cpp
M src/jrd/req.h
Refactoring: isolated the singularity checking logic and simplified the whole RSB beast.
2013-04-18 13:51 alexpeshkoff
A doc/README.plugins.html
First draft of plugins readme file

View File

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