| 
      
      
      From: <fir...@us...> - 2011-02-26 03:16:10
      
     | 
| Revision: 52466
          http://firebird.svn.sourceforge.net/firebird/?rev=52466&view=rev
Author:   firebirds
Date:     2011-02-26 03:16:03 +0000 (Sat, 26 Feb 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
    firebird/trunk/ChangeLog
    firebird/trunk/src/jrd/build_no.h
    firebird/trunk/src/misc/writeBuildNum.sh
Modified: firebird/trunk/ChangeLog
===================================================================
--- firebird/trunk/ChangeLog	2011-02-26 01:10:26 UTC (rev 52465)
+++ firebird/trunk/ChangeLog	2011-02-26 03:16:03 UTC (rev 52466)
@@ -1,3 +1,31 @@
+ 2011-02-26 01:10  asfernandes 
+   M src/dsql/StmtNodes.cpp
+   M src/dsql/StmtNodes.h
+Replace some blr_block by blr_begin, as before.
+
+ 2011-02-25 15:28  asfernandes 
+   M src/jrd/vio.cpp
+The (bad) definition of fb_assert cause this code to not work in clang. It's a surprive if it works in MSVC.
+
+ 2011-02-25 13:06  dimitr 
+   M src/dsql/ExprNodes.cpp
+Let's process the sub-node before using it in CMP_get_desc. It helps to avoid a crash if the sub-node is a variable (its e_var_variable argument is not assigned yet).
+
+ 2011-02-25 12:26  hvlad 
+   M src/jrd/req.h
+   M src/jrd/tra.h
+   M src/jrd/vio.cpp
+Implement improvement CORE-3362 : Cursors should ignore changes made by the same statement
+
+ 2011-02-25 10:42  dimitr 
+   M src/dsql/BoolNodes.cpp
+Fixed the assertion reported by Vlad privately.
+
+ 2011-02-25 07:32  dimitr 
+   M src/jrd/Database.cpp
+   M src/jrd/Database.h
+Front ported fix for CORE-3356.
+
  2011-02-25 02:52  asfernandes 
    M src/dsql/DdlNodes.epp
    M src/dsql/StmtNodes.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h	2011-02-26 01:10:26 UTC (rev 52465)
+++ firebird/trunk/src/jrd/build_no.h	2011-02-26 03:16:03 UTC (rev 52466)
@@ -3,16 +3,16 @@
                *** DO NOT EDIT ***
   TO CHANGE ANY INFORMATION IN HERE PLEASE
   EDIT src/misc/writeBuildNum.sh
-  FORMAL BUILD NUMBER:29140
+  FORMAL BUILD NUMBER:29146
 */
 
-#define PRODUCT_VER_STRING "3.0.0.29140"
-#define FILE_VER_STRING "WI-T3.0.0.29140"
-#define LICENSE_VER_STRING "WI-T3.0.0.29140"
-#define FILE_VER_NUMBER 3, 0, 0, 29140
+#define PRODUCT_VER_STRING "3.0.0.29146"
+#define FILE_VER_STRING "WI-T3.0.0.29146"
+#define LICENSE_VER_STRING "WI-T3.0.0.29146"
+#define FILE_VER_NUMBER 3, 0, 0, 29146
 #define FB_MAJOR_VER "3"
 #define FB_MINOR_VER "0"
 #define FB_REV_NO "0"
-#define FB_BUILD_NO "29140"
+#define FB_BUILD_NO "29146"
 #define FB_BUILD_TYPE "T"
 #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh	2011-02-26 01:10:26 UTC (rev 52465)
+++ firebird/trunk/src/misc/writeBuildNum.sh	2011-02-26 03:16:03 UTC (rev 52466)
@@ -9,7 +9,7 @@
 MajorVer=3
 MinorVer=0
 RevNo=0
-BuildNum=29140
+BuildNum=29146
 
 NowAt=`pwd`
 cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |