List:Commits« Previous MessageNext Message »
From:ingo Date:August 20 2006 9:34pm
Subject:bk commit into 4.1 tree (istruewing:1.2543)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of istruewing. When istruewing 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, 2006-08-20 21:34:11+02:00, istruewing@stripped +1 -0
  After merge fix

  myisam/mi_rkey.c@stripped, 2006-08-20 21:34:06+02:00, istruewing@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:	istruewing
# Host:	chilla.local
# Root:	/home/mydev/mysql-4.1-amerge

--- 1.20/myisam/mi_rkey.c	2006-08-20 21:34:16 +02:00
+++ 1.21/myisam/mi_rkey.c	2006-08-20 21:34:16 +02:00
@@ -103,7 +103,7 @@ int mi_rkey(MI_INFO *info, byte *buf, in
           */
           if (search_flag == HA_READ_KEY_EXACT &&
               (use_key_length == USE_WHOLE_KEY ||
-               _mi_key_cmp(keyinfo->seg, key_buff, info->lastkey, use_key_length,
+               ha_key_cmp(keyinfo->seg, key_buff, info->lastkey, use_key_length,
                            SEARCH_FIND, &not_used)))
           {
             my_errno= HA_ERR_END_OF_FILE;
Thread
bk commit into 4.1 tree (istruewing:1.2543)ingo20 Aug