List:Internals« Previous MessageNext Message »
From:Georg Richter Date:October 13 2005 11:40am
Subject:bk commit into 5.0 tree (georg:1.2037)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of georg. When georg 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
  1.2037 05/10/13 13:40:46 georg@stripped +1 -0
  fixed windows compilation bug

  sql/log_event.cc
    1.195 05/10/13 13:40:33 georg@stripped +1 -1
    fix of windows compilation bug

# 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:	georg
# Host:	lmy002.wdf.sap.corp
# Root:	/home/georg/work/mysql/bugs/mysql-5.0

--- 1.194/sql/log_event.cc	2005-10-13 00:29:16 +02:00
+++ 1.195/sql/log_event.cc	2005-10-13 13:40:33 +02:00
@@ -2984,7 +2984,7 @@
                       llstr(pos_arg, buff), flags));
 #endif
   if (flags & DUP_NAME)
-    new_log_ident= my_strdup_with_length(new_log_ident_arg,
+    new_log_ident= my_strdup_with_length((const byte *)new_log_ident_arg,
                                          ident_len,
                                          MYF(MY_WME));
   DBUG_VOID_RETURN;
Thread
bk commit into 5.0 tree (georg:1.2037)Georg Richter13 Oct