List:Internals« Previous MessageNext Message »
From:svoj Date:August 2 2005 7:57am
Subject:bk commit into 4.1 tree (svoj:1.2369)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of svoj. When svoj 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.2369 05/08/02 12:57:26 svoj@stripped +1 -0
  After merge fix.

  myisam/sort.c
    1.44 05/08/02 12:57:23 svoj@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:	svoj
# Host:	svoj-laptop.mysql.com
# Root:	/home/svoj/devel/mysql/BUG11684/mysql-4.1

--- 1.43/myisam/sort.c	2005-08-02 12:00:56 +05:00
+++ 1.44/myisam/sort.c	2005-08-02 12:57:23 +05:00
@@ -589,7 +589,7 @@
 	     !my_b_read(&sinfo->tempfile_for_exceptions,(byte*)&key_length,
 			sizeof(key_length)))
       {
-        byte ft_buf[HA_FT_MAXLEN + HA_FT_WLEN + 10];
+        byte ft_buf[HA_FT_MAXBYTELEN + HA_FT_WLEN + 10];
         if (key_length > sizeof(ft_buf) ||
             my_b_read(&sinfo->tempfile_for_exceptions, (byte*)ft_buf,
                       (uint)key_length) ||
Thread
bk commit into 4.1 tree (svoj:1.2369)svoj2 Aug