List:Commits« Previous MessageNext Message »
From:kgeorge Date:March 2 2007 6:32pm
Subject:bk commit into 5.0 tree (gkodinov:1.2430)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kgeorge. When kgeorge 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-03-02 19:32:46+02:00, gkodinov@stripped +1 -0
  fixed win32 warnings

  sql/item_cmpfunc.h@stripped, 2007-03-02 19:32:45+02:00, gkodinov@stripped +1 -1
    fixed win32 warnings

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	gkodinov
# Host:	magare.gmz
# Root:	/home/kgeorge/mysql/autopush/B19342-5.0-opt

--- 1.144/sql/item_cmpfunc.h	2007-03-02 16:28:38 +02:00
+++ 1.145/sql/item_cmpfunc.h	2007-03-02 19:32:45 +02:00
@@ -760,7 +760,7 @@
   void value_to_item(uint pos, Item *item)
   {
     ((Item_int*) item)->value= ((packed_longlong*) base)[pos].val;
-    ((Item_int*) item)->unsigned_flag= 
+    ((Item_int*) item)->unsigned_flag= (my_bool)
       ((packed_longlong*) base)[pos].unsigned_flag;
   }
 
Thread
bk commit into 5.0 tree (gkodinov:1.2430)kgeorge2 Mar