List:Commits« Previous MessageNext Message »
From:Sergey Petrunia Date:September 14 2007 7:16pm
Subject:bk commit into 5.1 tree (sergefp:1.2616)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of psergey. When psergey does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-09-14 21:15:57+04:00, sergefp@stripped +1 -0
  Fix compile failure on windows

  sql/item.h@stripped, 2007-09-14 21:15:53+04:00, sergefp@stripped +1 -1
    Fix compile failure on windows

diff -Nrup a/sql/item.h b/sql/item.h
--- a/sql/item.h	2007-09-14 14:17:40 +04:00
+++ b/sql/item.h	2007-09-14 21:15:53 +04:00
@@ -603,7 +603,7 @@ public:
           smallest possible value of LONGLONG_MIN 
   */
   virtual longlong val_int_endpoint(bool left_endp, bool *incl_endp)
-  { DBUG_ASSERT(0); }
+  { DBUG_ASSERT(0); return 0; }
 
 
   /* valXXX methods must return NULL or 0 or 0.0 if null_value is set. */
Thread
bk commit into 5.1 tree (sergefp:1.2616)Sergey Petrunia14 Sep