List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:June 5 2007 3:44pm
Subject:bk commit into 6.0-falcon tree (hakank:1.2548)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0-falcon repository of hakan. When hakan 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-06-05 17:44:25+02:00, hakank@stripped +1 -0
  After merge fix.

  include/m_ctype.h@stripped, 2007-06-05 17:44:21+02:00, hakank@stripped +1 -1
    After merge fix.

# 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:	hakank
# Host:	lu0011.wdf.sap.corp
# Root:	/home/hakan/work/mysql/mysql-5.1-falcon

--- 1.138/include/m_ctype.h	2007-06-05 16:46:27 +02:00
+++ 1.139/include/m_ctype.h	2007-06-05 17:44:21 +02:00
@@ -497,7 +497,7 @@
                          const char *s, const char *t);
 
 void my_hash_sort_mb_bin(CHARSET_INFO *cs __attribute__((unused)),
-                         const uchar *key, uint len,ulong *nr1, ulong *nr2);
+                         const uchar *key, size_t len, ulong *nr1, ulong *nr2);
 
 size_t  my_strnxfrm_mb(CHARSET_INFO *,
                        uchar *dst, size_t dstlen, size_t nweights,
Thread
bk commit into 6.0-falcon tree (hakank:1.2548)Hakan Kuecuekyilmaz5 Jun