List:Commits« Previous MessageNext Message »
From:msvensson Date:March 5 2007 4:16pm
Subject:bk commit into 5.0 tree (msvensson:1.2463)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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-05 17:16:16+01:00, msvensson@stripped +1 -0
  Fix VC++ warning, "conversion from ha_checksum to char"

  extra/comp_err.c@stripped, 2007-03-05 17:16:15+01:00, msvensson@stripped +1 -1
    Fix VC++ warning, "conversion from ha_checksum to char"

# 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:	msvensson
# Host:	pilot.blaudden
# Root:	/home/msvensson/mysql/mysql-5.0-maint

--- 1.28/extra/comp_err.c	2007-03-01 17:59:52 +01:00
+++ 1.29/extra/comp_err.c	2007-03-05 17:16:15 +01:00
@@ -639,7 +639,7 @@ static struct message *find_message(stru
 
 static char checksum_format_specifier(const char* msg)
 {
-  char chksum= 0;
+  ha_checksum chksum= 0;
   const char* p= msg;
   const char* start= 0;
   int num_format_specifiers= 0;
Thread
bk commit into 5.0 tree (msvensson:1.2463)msvensson5 Mar