List:Commits« Previous MessageNext Message »
From:ingo Date:September 28 2006 8:22am
Subject:bk commit into 4.1 tree (istruewing:1.2550)
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-09-28 10:21:53+02:00, istruewing@stripped +1 -0
  Merge chilla.local:/home/mydev/mysql-4.0-bug22384
  into  chilla.local:/home/mydev/mysql-4.1-bug22384
  MERGE: 1.1346.1.850

  myisam/mi_delete.c@stripped, 2006-09-28 10:21:50+02:00, istruewing@stripped +0 -0
    Auto merged
    MERGE: 1.14.1.1

# 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-bug22384/RESYNC

--- 1.34/myisam/mi_delete.c	2006-09-28 10:22:00 +02:00
+++ 1.35/myisam/mi_delete.c	2006-09-28 10:22:00 +02:00
@@ -428,7 +428,7 @@ static int del(register MI_INFO *info, r
 	else
 	{
 	  DBUG_PRINT("test",("Inserting of key when deleting"));
-	  if (_mi_get_last_key(info,keyinfo,leaf_buff,keybuff,endpos,
+	  if (!_mi_get_last_key(info,keyinfo,leaf_buff,keybuff,endpos,
 				&tmp))
 	    goto err;
 	  ret_value=_mi_insert(info,keyinfo,key,leaf_buff,endpos,keybuff,
Thread
bk commit into 4.1 tree (istruewing:1.2550)ingo28 Sep